diff --git a/.all-contributorsrc b/.all-contributorsrc
index b8f5f13edb6..b9aa5371e43 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1406,7 +1406,7 @@
"login": "truecharts-admin",
"name": "TrueCharts Bot",
"avatar_url": "https://avatars.githubusercontent.com/u/80468013?v=4",
- "profile": "https://truecharts.org/",
+ "profile": "https://trueforge.org/",
"contributions": [
"tool",
"infra",
diff --git a/.github/README.md b/.github/README.md
index 36129f8dd9d..b0c36dc10f1 100644
--- a/.github/README.md
+++ b/.github/README.md
@@ -4,7 +4,7 @@ title: TrueCharts
**Community Helm Chart Catalog**
-[](https://truecharts.org/)
+[](https://trueforge.org/)
[](https://discord.gg/Js6xv9nGuU)
[](https://github.com/trueforge-org/truecharts/commits)
@@ -18,13 +18,13 @@ All our charts are supposed to work together and be easy to setup using any helm
## Getting started using TrueCharts
-[](https://truecharts.org/)
+[](https://trueforge.org/)
---
### Support
-Please check our [FAQ](https://truecharts.org/general/faq/), [manual](https://truecharts.org/general/) and [Issue tracker](https://github.com/trueforge-org/truecharts/issues) There is a significant chance your issue has been reported before!
+Please check our [FAQ](https://trueforge.org/general/faq/), [manual](https://trueforge.org/general/) and [Issue tracker](https://github.com/trueforge-org/truecharts/issues) There is a significant chance your issue has been reported before!
Still something not working as expected? [Contact us!](https://discord.gg/tVsPTHWTtr) and we'll figure it out together!
@@ -274,7 +274,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4?s=100) dependabot[bot] 🔧 |
-  TrueCharts Bot 🔧 🚇 💻 |
+  TrueCharts Bot 🔧 🚇 💻 |
 Mend Renovate 🔧 |
 Simone 💻 |
 Jean-François Roy 💻 |
diff --git a/.github/actions/collect-changes/action.yaml b/.github/actions/collect-changes/action.yaml
index 93c98b0e0e2..ef7322c12fe 100644
--- a/.github/actions/collect-changes/action.yaml
+++ b/.github/actions/collect-changes/action.yaml
@@ -26,8 +26,8 @@ runs:
- added|modified: 'charts/incubator/*/**'
- added|modified: 'charts/dev/*/**'
- added|modified: 'charts/test/*/**'
- - added|modified: 'charts/premium/*/**'
- - added|modified: 'charts/system/*/**'
+ - added|modified: 'charts/stable/*/**'
+ - added|modified: 'charts/stable/*/**'
- name: Collect changed charts
if: |
diff --git a/.github/ct-install.yaml b/.github/ct-install.yaml
index 5adea26b79d..05694754938 100644
--- a/.github/ct-install.yaml
+++ b/.github/ct-install.yaml
@@ -7,8 +7,8 @@ chart-dirs:
- charts/stable
- charts/dependency
- charts/dev
- - charts/premium
- - charts/system
+ - charts/stable
+ - charts/stable
excluded-charts:
- charts/dependency/subchart
- charts/library/common
diff --git a/.github/ct-lint.yaml b/.github/ct-lint.yaml
index fc6fde06f48..9a4ea7ceec8 100644
--- a/.github/ct-lint.yaml
+++ b/.github/ct-lint.yaml
@@ -7,8 +7,8 @@ chart-dirs:
- charts/stable
- charts/dependency
- charts/dev
- - charts/premium
- - charts/system
+ - charts/stable
+ - charts/stable
excluded-charts: []
chart-repos:
- jetstack=https://charts.jetstack.io
diff --git a/.github/renovate/special/customClusterManagers.json5 b/.github/renovate/special/customClusterManagers.json5
index 08e025751fc..378985b8274 100644
--- a/.github/renovate/special/customClusterManagers.json5
+++ b/.github/renovate/special/customClusterManagers.json5
@@ -13,8 +13,8 @@
// # renovate: datasource=docker depName=ghcr.io/siderolabs/kubelet
// KUBERNETES_VERSION=v1.31.1
"datasource=(?\\S+) depName=(?\\S+)( repository=(?\\S+))?\\n.+: (&\\S+\\s)?(?\\S+)",
- // # renovate: datasource=github-releases depName=rancher/system-upgrade-controller
- // https://github.com/rancher/system-upgrade-controller/releases/download/v0.13.2/crd.yaml
+ // # renovate: datasource=github-releases depName=rancher/stable-upgrade-controller
+ // https://github.com/rancher/stable-upgrade-controller/releases/download/v0.13.2/crd.yaml
"datasource=(?\\S+) depName=(?\\S+)\\n.+/(?(v|\\d)[^/]+)",
"datasource=(?\\S+) depName=(?\\S+)( repository=(?\\S+))?\n.+?\"(?\\S+)\""
],
diff --git a/.github/scripts/install_dependencies.sh b/.github/scripts/install_dependencies.sh
index f3c6fe2eecb..79893bf3ea9 100755
--- a/.github/scripts/install_dependencies.sh
+++ b/.github/scripts/install_dependencies.sh
@@ -26,7 +26,7 @@ else
done
fi
-if [[ "$curr_chart" != "charts/system/prometheus-operator" ]]; then
+if [[ "$curr_chart" != "charts/stable/prometheus-operator" ]]; then
echo "Installing prometheus-operator chart"
helm install prometheus-operator oci://oci.trueforge.org/truecharts/prometheus-operator --namespace prometheus-operator --create-namespace --wait
if [[ "$?" != "0" ]]; then
@@ -36,7 +36,7 @@ if [[ "$curr_chart" != "charts/system/prometheus-operator" ]]; then
echo "Done installing prometheus-operator chart"
fi
-if [[ "$curr_chart" == "charts/premium/traefik" ]]; then
+if [[ "$curr_chart" == "charts/stable/traefik" ]]; then
helm install traefik oci://oci.trueforge.org/truecharts/traefik-crds --wait
if [[ "$?" != "0" ]]; then
echo "Failed to install traefik-crds chart"
@@ -44,7 +44,7 @@ if [[ "$curr_chart" == "charts/premium/traefik" ]]; then
echo "Done installing traefik-crds chart"
fi
-if [[ "$curr_chart" != "charts/premium/traefik" ]] && [[ $traefik_needed == "true" ]]; then
+if [[ "$curr_chart" != "charts/stable/traefik" ]] && [[ $traefik_needed == "true" ]]; then
echo "Installing traefik chart"
helm install traefik oci://oci.trueforge.org/truecharts/traefik --namespace traefik --create-namespace \
--set service.tcp.ports.web.port=9080 --set service.tcp.ports.websecure.port=9443 --wait
@@ -55,7 +55,7 @@ if [[ "$curr_chart" != "charts/premium/traefik" ]] && [[ $traefik_needed == "tru
echo "Done installing traefik chart"
fi
-if [[ "$curr_chart" == "charts/premium/volsync" ]]; then
+if [[ "$curr_chart" == "charts/stable/volsync" ]]; then
echo "Installing volumesnapshots chart"
helm install volumesnapshots oci://oci.trueforge.org/truecharts/volumesnapshots --namespace volumesnapshots --create-namespace --wait
if [[ "$?" != "0" ]]; then
@@ -65,7 +65,7 @@ if [[ "$curr_chart" == "charts/premium/volsync" ]]; then
echo "Done installing volumesnapshots chart"
fi
-if [[ "$curr_chart" == "charts/premium/metallb-config" ]]; then
+if [[ "$curr_chart" == "charts/stable/metallb-config" ]]; then
echo "Installing metallb chart"
helm install metallb oci://oci.trueforge.org/truecharts/metallb --namespace metallb --create-namespace --wait
if [[ "$?" != "0" ]]; then
@@ -75,7 +75,7 @@ if [[ "$curr_chart" == "charts/premium/metallb-config" ]]; then
echo "Done installing metallb chart"
fi
-if [[ "$curr_chart" == "charts/premium/clusterissuer" ]]; then
+if [[ "$curr_chart" == "charts/stable/clusterissuer" ]]; then
echo "Installing cert-manager chart"
helm install cert-manager oci://oci.trueforge.org/truecharts/cert-manager --namespace cert-manager --create-namespace --wait
if [[ "$?" != "0" ]]; then
@@ -95,7 +95,7 @@ if [[ "$cnpg_enabled" == "true" ]]; then
echo "Done installing cloudnative-pg chart"
fi
-if [[ "$curr_chart" == "charts/system/intel-device-plugins-operator" ]]; then
+if [[ "$curr_chart" == "charts/stable/intel-device-plugins-operator" ]]; then
echo "Installing cert-manager chart"
helm install cert-manager oci://oci.trueforge.org/truecharts/cert-manager --namespace cert-manager --create-namespace --wait
if [[ "$?" != "0" ]]; then
@@ -105,7 +105,7 @@ if [[ "$curr_chart" == "charts/system/intel-device-plugins-operator" ]]; then
echo "Done installing cert-manager chart"
fi
-if [[ "$curr_chart" == "charts/premium/kubernetes-dashboard" ]]; then
+if [[ "$curr_chart" == "charts/stable/kubernetes-dashboard" ]]; then
echo "Installing metrics-server chart"
helm install metrics-server oci://oci.trueforge.org/truecharts/metrics-server --namespace metrics-server --create-namespace --wait
if [[ "$?" != "0" ]]; then
diff --git a/charts/incubator/reaparr/Chart.yaml b/charts/incubator/reaparr/Chart.yaml
index 40746d19e20..fc94e75ebff 100644
--- a/charts/incubator/reaparr/Chart.yaml
+++ b/charts/incubator/reaparr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Plex downloader that brings content from any server to yours!
-home: https://truecharts.org/charts/incubator/reaparr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/reaparr.webp
+home: https://trueforge.org/truecharts/incubator/reaparr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/reaparr.webp
keywords:
- reaparr
- Backup
diff --git a/charts/incubator/reaparr/README.md b/charts/incubator/reaparr/README.md
index 9478883182d..f2a12da309d 100644
--- a/charts/incubator/reaparr/README.md
+++ b/charts/incubator/reaparr/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/reaparr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/incubator/reaparr)
**This chart is not 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,13 +16,13 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
`helm install mychart oci://oci.trueforge.org/truecharts/reaparr`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/reaparr
+https://trueforge.org/truecharts/incubator/reaparr
## Configuration Options
@@ -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/incubator/reaparr/values.yaml
All our Charts use a shared "common" library chart that contains most of the 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 the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/library/common-test/Chart.yaml b/charts/library/common-test/Chart.yaml
index 4d01967c83c..4d4e5835b32 100644
--- a/charts/library/common-test/Chart.yaml
+++ b/charts/library/common-test/Chart.yaml
@@ -20,8 +20,8 @@ dependencies:
import-values: []
deprecated: false
description: Helper chart to test different use cases of the common library
-home: https://truecharts.org/charts/library/common-test
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp
+home: https://trueforge.org/truecharts/library/common-test
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp
keywords:
- common-test
- truecharts
diff --git a/charts/library/common-test/README.md b/charts/library/common-test/README.md
index 0c30d231255..6f0b44cea29 100644
--- a/charts/library/common-test/README.md
+++ b/charts/library/common-test/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/library/common-test)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/library/common-test)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/library/common-test
+https://trueforge.org/truecharts/library/common-test
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/library/common-test/tests/ingress/homepage_test.yaml b/charts/library/common-test/tests/ingress/homepage_test.yaml
index 3dab73b6e10..896d0b1955e 100644
--- a/charts/library/common-test/tests/ingress/homepage_test.yaml
+++ b/charts/library/common-test/tests/ingress/homepage_test.yaml
@@ -133,7 +133,7 @@ tests:
gethomepage.dev/description: Helper chart to test different use cases of the common library
gethomepage.dev/href: https://test-host/test-path
gethomepage.dev/widget.url: https://test-release-name-common-test.test-release-namespace.svc:9443
- gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp
+ gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp
gethomepage.dev/widget.type: commontest
gethomepage.dev/widget.version: "1"
gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent)
@@ -195,7 +195,7 @@ tests:
gethomepage.dev/description: Helper chart to test different use cases of the common library
gethomepage.dev/href: https://test-host/test-path
gethomepage.dev/widget.url: http://test-release-name-common-test-my-service2.test-release-namespace.svc:80
- gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp
+ gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp
gethomepage.dev/widget.type: commontest
gethomepage.dev/widget.version: "2"
gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent)
@@ -218,7 +218,7 @@ tests:
gethomepage.dev/name: TestReleaseName
gethomepage.dev/description: Helper chart to test different use cases of the common library
gethomepage.dev/href: https://test-host/test-path
- gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp
+ gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp
gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent)
- documentIndex: &fifthIngressDoc 6
isKind:
@@ -231,7 +231,7 @@ tests:
gethomepage.dev/name: TestReleaseName
gethomepage.dev/description: Helper chart to test different use cases of the common library
gethomepage.dev/href: https://no-paths-host/
- gethomepage.dev/icon: https://truecharts.org/img/hotlink-ok/chart-icons/common-test.webp
+ gethomepage.dev/icon: https://trueforge.org/img/hotlink-ok/chart-icons/common-test.webp
gethomepage.dev/pod-selector: app.kubernetes.io/instance=test-release-name,pod.lifecycle in (permanent)
# Failures
diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml
index e83b00b39e1..2842bb3a223 100644
--- a/charts/library/common/Chart.yaml
+++ b/charts/library/common/Chart.yaml
@@ -15,8 +15,8 @@ appVersion: 1.11.0
dependencies: []
deprecated: false
description: Function library for TrueCharts
-home: https://truecharts.org/charts/library/common
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/common.webp
+home: https://trueforge.org/truecharts/library/common
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/common.webp
keywords:
- truecharts
- library-chart
diff --git a/charts/library/common/README.md b/charts/library/common/README.md
index 11dd635b969..f681309bfa2 100644
--- a/charts/library/common/README.md
+++ b/charts/library/common/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/library/common)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/library/common)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/library/common
+https://trueforge.org/truecharts/library/common
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml
index 81e5de8998f..cfcd2d74c0e 100644
--- a/charts/library/common/values.yaml
+++ b/charts/library/common/values.yaml
@@ -556,7 +556,7 @@ notes:
https://truecharts.org
OpenSource can only exist with your help, please consider supporting TrueCharts:
- https://truecharts.org/sponsor
+ https://trueforge.org/sponsor
warnings: []
####
diff --git a/charts/stable/acestream/Chart.yaml b/charts/stable/acestream/Chart.yaml
index 7d94b8997ad..32640dcc4b0 100644
--- a/charts/stable/acestream/Chart.yaml
+++ b/charts/stable/acestream/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: IPTV service providing streaming, playlist, search engine and epg.
-home: https://truecharts.org/charts/stable/acestream
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/acestream.webp
+home: https://trueforge.org/truecharts/stable/acestream
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/acestream.webp
keywords:
- acestream
- MediaServer-Video
diff --git a/charts/stable/acestream/README.md b/charts/stable/acestream/README.md
index e25cfa2d770..4e1b27cacf7 100644
--- a/charts/stable/acestream/README.md
+++ b/charts/stable/acestream/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/stable/acestream)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/acestream)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/acestream
+https://trueforge.org/truecharts/stable/acestream
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/actualserver/Chart.yaml b/charts/stable/actualserver/Chart.yaml
index 371211827a7..2f2f9a46778 100644
--- a/charts/stable/actualserver/Chart.yaml
+++ b/charts/stable/actualserver/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Actual is a super fast privacy-focused app for managing your finances.
-home: https://truecharts.org/charts/stable/actualserver
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.webp
+home: https://trueforge.org/truecharts/stable/actualserver
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/actualserver.webp
keywords:
- actualserver
- finance
diff --git a/charts/stable/actualserver/README.md b/charts/stable/actualserver/README.md
index 1db54bf26b4..bcf31ba904d 100644
--- a/charts/stable/actualserver/README.md
+++ b/charts/stable/actualserver/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/stable/actualserver)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/actualserver)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/actualserver
+https://trueforge.org/truecharts/stable/actualserver
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/adguard-home/Chart.yaml b/charts/stable/adguard-home/Chart.yaml
index 028e635bed3..de52f51bd1d 100644
--- a/charts/stable/adguard-home/Chart.yaml
+++ b/charts/stable/adguard-home/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Free and open source, powerful network-wide ads & trackers blocking DNS server.
-home: https://truecharts.org/charts/stable/adguard-home
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.webp
+home: https://trueforge.org/truecharts/stable/adguard-home
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/adguard-home.webp
keywords:
- adblock
- adguard
diff --git a/charts/stable/adguard-home/README.md b/charts/stable/adguard-home/README.md
index ec1d214395b..42de1bb3b34 100644
--- a/charts/stable/adguard-home/README.md
+++ b/charts/stable/adguard-home/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/stable/adguard-home)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/adguard-home)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/adguard-home
+https://trueforge.org/truecharts/stable/adguard-home
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/adguardhome-sync/Chart.yaml b/charts/stable/adguardhome-sync/Chart.yaml
index 6ff3b1b2bb7..24c4925f920 100644
--- a/charts/stable/adguardhome-sync/Chart.yaml
+++ b/charts/stable/adguardhome-sync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Synchronize AdGuardHome config to replica instances.
-home: https://truecharts.org/charts/stable/adguardhome-sync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguardhome-sync.webp
+home: https://trueforge.org/truecharts/stable/adguardhome-sync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/adguardhome-sync.webp
keywords:
- adguardhome-sync
- Other
diff --git a/charts/stable/adguardhome-sync/README.md b/charts/stable/adguardhome-sync/README.md
index 8823e1b861a..122baaed83c 100644
--- a/charts/stable/adguardhome-sync/README.md
+++ b/charts/stable/adguardhome-sync/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/stable/adguardhome-sync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/adguardhome-sync)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/adguardhome-sync
+https://trueforge.org/truecharts/stable/adguardhome-sync
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/adminer/Chart.yaml b/charts/stable/adminer/Chart.yaml
index 255a3a8e15b..e244920f9aa 100644
--- a/charts/stable/adminer/Chart.yaml
+++ b/charts/stable/adminer/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP.
-home: https://truecharts.org/charts/stable/adminer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/adminer.webp
+home: https://trueforge.org/truecharts/stable/adminer
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/adminer.webp
keywords:
- adminer
- Tools-Utilities
diff --git a/charts/stable/adminer/README.md b/charts/stable/adminer/README.md
index 3fe3f7eb957..0fc26b602d6 100644
--- a/charts/stable/adminer/README.md
+++ b/charts/stable/adminer/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/stable/adminer)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/adminer)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/adminer
+https://trueforge.org/truecharts/stable/adminer
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/agregarr/Chart.yaml b/charts/stable/agregarr/Chart.yaml
index 47efc5fd169..6c4fc7d2ebc 100644
--- a/charts/stable/agregarr/Chart.yaml
+++ b/charts/stable/agregarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Home and Collection manager for Plex.
-home: https://truecharts.org/charts/stable/agregarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/agregarr.webp
+home: https://trueforge.org/truecharts/stable/agregarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/agregarr.webp
keywords:
- agregarr
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/agregarr/README.md b/charts/stable/agregarr/README.md
index 701b0c90ac4..7b02bb72ba8 100644
--- a/charts/stable/agregarr/README.md
+++ b/charts/stable/agregarr/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/stable/agregarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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)**
@@ -16,13 +16,13 @@ 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/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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
+https://trueforge.org/truecharts/stable/agregarr
## Configuration Options
@@ -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/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 the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/airdcpp-webclient/Chart.yaml b/charts/stable/airdcpp-webclient/Chart.yaml
index 724e19c1795..d22e102dba3 100644
--- a/charts/stable/airdcpp-webclient/Chart.yaml
+++ b/charts/stable/airdcpp-webclient/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet.
-home: https://truecharts.org/charts/stable/airdcpp-webclient
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/airdcpp-webclient.webp
+home: https://trueforge.org/truecharts/stable/airdcpp-webclient
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/airdcpp-webclient.webp
keywords:
- DC++
- dcpp
diff --git a/charts/stable/airdcpp-webclient/README.md b/charts/stable/airdcpp-webclient/README.md
index e55ac7abdd0..9db0a156032 100644
--- a/charts/stable/airdcpp-webclient/README.md
+++ b/charts/stable/airdcpp-webclient/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/stable/airdcpp-webclient)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/airdcpp-webclient)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/airdcpp-webclient
+https://trueforge.org/truecharts/stable/airdcpp-webclient
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/airsonic-advanced/Chart.yaml b/charts/stable/airsonic-advanced/Chart.yaml
index 964ebb81f60..7d03be048e6 100644
--- a/charts/stable/airsonic-advanced/Chart.yaml
+++ b/charts/stable/airsonic-advanced/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Airsonic is a Free and Open Source community driven media server
-home: https://truecharts.org/charts/stable/airsonic-advanced
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.webp
+home: https://trueforge.org/truecharts/stable/airsonic-advanced
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/airsonic-advanced.webp
keywords:
- airsonic
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/airsonic-advanced/README.md b/charts/stable/airsonic-advanced/README.md
index 785d937f93d..6425bfe3265 100644
--- a/charts/stable/airsonic-advanced/README.md
+++ b/charts/stable/airsonic-advanced/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/stable/airsonic-advanced)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/airsonic-advanced
+https://trueforge.org/truecharts/stable/airsonic-advanced
## Configuration Options
@@ -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-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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/airsonic/Chart.yaml b/charts/stable/airsonic/Chart.yaml
index 34d49a947a3..3b7ae1dc3d9 100644
--- a/charts/stable/airsonic/Chart.yaml
+++ b/charts/stable/airsonic/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Airsonic is a Free and Open Source community driven media server
-home: https://truecharts.org/charts/stable/airsonic
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.webp
+home: https://trueforge.org/truecharts/stable/airsonic
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/airsonic.webp
keywords:
- airsonic
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/airsonic/README.md b/charts/stable/airsonic/README.md
index 4978df869e1..83fc23bb4c3 100644
--- a/charts/stable/airsonic/README.md
+++ b/charts/stable/airsonic/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/stable/airsonic)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/airsonic)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/airsonic
+https://trueforge.org/truecharts/stable/airsonic
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/alienswarm-reactivedrop/Chart.yaml b/charts/stable/alienswarm-reactivedrop/Chart.yaml
index 1d8a71004f2..c12226e3b61 100644
--- a/charts/stable/alienswarm-reactivedrop/Chart.yaml
+++ b/charts/stable/alienswarm-reactivedrop/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'This Chart will download and install SteamCMD. It will also install Alien Swarm: Reactive Drop and run it.'
-home: https://truecharts.org/charts/stable/alienswarm-reactivedrop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.webp
+home: https://trueforge.org/truecharts/stable/alienswarm-reactivedrop
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/alienswarm-reactivedrop.webp
keywords:
- alienswarm-reactivedrop
- GameServers
diff --git a/charts/stable/alienswarm-reactivedrop/README.md b/charts/stable/alienswarm-reactivedrop/README.md
index e5c22ca1198..a677f85b004 100644
--- a/charts/stable/alienswarm-reactivedrop/README.md
+++ b/charts/stable/alienswarm-reactivedrop/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/stable/alienswarm-reactivedrop)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/alienswarm-reactivedrop
+https://trueforge.org/truecharts/stable/alienswarm-reactivedrop
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/alienswarm/Chart.yaml b/charts/stable/alienswarm/Chart.yaml
index dfcdc4ce116..8074014e554 100644
--- a/charts/stable/alienswarm/Chart.yaml
+++ b/charts/stable/alienswarm/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Alien Swarm and run it.
-home: https://truecharts.org/charts/stable/alienswarm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/alienswarm.webp
+home: https://trueforge.org/truecharts/stable/alienswarm
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/alienswarm.webp
keywords:
- alienswarm
- GameServers
diff --git a/charts/stable/alienswarm/README.md b/charts/stable/alienswarm/README.md
index 18b4af5f31c..56d941c6e62 100644
--- a/charts/stable/alienswarm/README.md
+++ b/charts/stable/alienswarm/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/stable/alienswarm)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/alienswarm)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/alienswarm
+https://trueforge.org/truecharts/stable/alienswarm
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/alist/Chart.yaml b/charts/stable/alist/Chart.yaml
index 2c72e8aeec3..983204d6085 100644
--- a/charts/stable/alist/Chart.yaml
+++ b/charts/stable/alist/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Alist program that supports multiple storage, powered by Gin and React
-home: https://truecharts.org/charts/stable/alist
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/alist.webp
+home: https://trueforge.org/truecharts/stable/alist
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/alist.webp
keywords:
- alist
- storage
diff --git a/charts/stable/alist/README.md b/charts/stable/alist/README.md
index 1003b6baa6c..a7cb6bc4243 100644
--- a/charts/stable/alist/README.md
+++ b/charts/stable/alist/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/stable/alist)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/alist)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/alist
+https://trueforge.org/truecharts/stable/alist
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/amcrest2mqtt/Chart.yaml b/charts/stable/amcrest2mqtt/Chart.yaml
index 2d07e514cea..e0a2809cb04 100644
--- a/charts/stable/amcrest2mqtt/Chart.yaml
+++ b/charts/stable/amcrest2mqtt/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Expose all events from an Amcrest device to an MQTT broker
-home: https://truecharts.org/charts/stable/amcrest2mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.webp
+home: https://trueforge.org/truecharts/stable/amcrest2mqtt
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/amcrest2mqtt.webp
keywords:
- amcrest2mqtt
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/amcrest2mqtt/README.md b/charts/stable/amcrest2mqtt/README.md
index 7a4224b472b..ebdd3ba41ff 100644
--- a/charts/stable/amcrest2mqtt/README.md
+++ b/charts/stable/amcrest2mqtt/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/stable/amcrest2mqtt)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/amcrest2mqtt)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/amcrest2mqtt
+https://trueforge.org/truecharts/stable/amcrest2mqtt
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/americasarmy-pg/Chart.yaml b/charts/stable/americasarmy-pg/Chart.yaml
index 37bd864b1f3..8f9bc3c602e 100644
--- a/charts/stable/americasarmy-pg/Chart.yaml
+++ b/charts/stable/americasarmy-pg/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'This Chart will download and install SteamCMD. It will also install America''s Army: Proving Grounds and run it.'
-home: https://truecharts.org/charts/stable/americasarmy-pg
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/americasarmy-pg.webp
+home: https://trueforge.org/truecharts/stable/americasarmy-pg
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/americasarmy-pg.webp
keywords:
- americasarmy-pg
- GameServers
diff --git a/charts/stable/americasarmy-pg/README.md b/charts/stable/americasarmy-pg/README.md
index 08814d935eb..179792d8f2e 100644
--- a/charts/stable/americasarmy-pg/README.md
+++ b/charts/stable/americasarmy-pg/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/stable/americasarmy-pg)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/americasarmy-pg
+https://trueforge.org/truecharts/stable/americasarmy-pg
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/amule/Chart.yaml b/charts/stable/amule/Chart.yaml
index 93089906ccd..6e3888d6b58 100644
--- a/charts/stable/amule/Chart.yaml
+++ b/charts/stable/amule/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: aMule is an eMule-like client for the eDonkey and Kademlia networks.
-home: https://truecharts.org/charts/stable/amule
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/amule.webp
+home: https://trueforge.org/truecharts/stable/amule
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/amule.webp
keywords:
- amule
- Downloaders
diff --git a/charts/stable/amule/README.md b/charts/stable/amule/README.md
index 049fd3260f0..4ba9d0f947e 100644
--- a/charts/stable/amule/README.md
+++ b/charts/stable/amule/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/stable/amule)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/amule)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/amule
+https://trueforge.org/truecharts/stable/amule
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/android-8-0/Chart.yaml b/charts/stable/android-8-0/Chart.yaml
index cba92a2b025..08cf552c0a5 100644
--- a/charts/stable/android-8-0/Chart.yaml
+++ b/charts/stable/android-8-0/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Android in Chart solution with noVNC supported and video recording. Work way better with Intel CPUs because AMD doesn't an cpu graphics card. So with amd cpus can be unusable.
-home: https://truecharts.org/charts/stable/android-8-0
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/android-8-0.webp
+home: https://trueforge.org/truecharts/stable/android-8-0
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/android-8-0.webp
keywords:
- android-8-0
- Other
diff --git a/charts/stable/android-8-0/README.md b/charts/stable/android-8-0/README.md
index a2f322a95d4..8e078a9c0e3 100644
--- a/charts/stable/android-8-0/README.md
+++ b/charts/stable/android-8-0/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/stable/android-8-0)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/android-8-0
+https://trueforge.org/truecharts/stable/android-8-0
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/androiddebugbridge/Chart.yaml b/charts/stable/androiddebugbridge/Chart.yaml
index b53aa3976eb..a5b2b3a00ea 100644
--- a/charts/stable/androiddebugbridge/Chart.yaml
+++ b/charts/stable/androiddebugbridge/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Control AndroidTV/FireTV devices through ADB from the Home Assistant Core Chart.
-home: https://truecharts.org/charts/stable/androiddebugbridge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/androiddebugbridge.webp
+home: https://trueforge.org/truecharts/stable/androiddebugbridge
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/androiddebugbridge.webp
keywords:
- androiddebugbridge
- home-automation
diff --git a/charts/stable/androiddebugbridge/README.md b/charts/stable/androiddebugbridge/README.md
index 34aa0338081..26262ca2736 100644
--- a/charts/stable/androiddebugbridge/README.md
+++ b/charts/stable/androiddebugbridge/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/stable/androiddebugbridge)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/androiddebugbridge)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/androiddebugbridge
+https://trueforge.org/truecharts/stable/androiddebugbridge
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/anki-sync-server/Chart.yaml b/charts/stable/anki-sync-server/Chart.yaml
index bc13a1eba8b..0d0978dd4e9 100644
--- a/charts/stable/anki-sync-server/Chart.yaml
+++ b/charts/stable/anki-sync-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A cross-platform Anki sync server.
-home: https://truecharts.org/charts/stable/anki-sync-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/anki-sync-server.webp
+home: https://trueforge.org/truecharts/stable/anki-sync-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/anki-sync-server.webp
keywords:
- anki-sync-server
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/anki-sync-server/README.md b/charts/stable/anki-sync-server/README.md
index bb301a9fb16..b8cbd3f07c3 100644
--- a/charts/stable/anki-sync-server/README.md
+++ b/charts/stable/anki-sync-server/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/stable/anki-sync-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/anki-sync-server)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/anki-sync-server
+https://trueforge.org/truecharts/stable/anki-sync-server
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/anonaddy/Chart.yaml b/charts/stable/anonaddy/Chart.yaml
index 9157cfc67fd..c37e8add90b 100644
--- a/charts/stable/anonaddy/Chart.yaml
+++ b/charts/stable/anonaddy/Chart.yaml
@@ -36,8 +36,8 @@ dependencies:
import-values: []
deprecated: false
description: Protect your email from spam using disposable addresses.
-home: https://truecharts.org/charts/stable/anonaddy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.webp
+home: https://trueforge.org/truecharts/stable/anonaddy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/anonaddy.webp
keywords:
- anonaddy
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/anonaddy/README.md b/charts/stable/anonaddy/README.md
index 11315182c4c..517f856a8f3 100644
--- a/charts/stable/anonaddy/README.md
+++ b/charts/stable/anonaddy/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/stable/anonaddy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/anonaddy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/anonaddy
+https://trueforge.org/truecharts/stable/anonaddy
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/anope/Chart.yaml b/charts/stable/anope/Chart.yaml
index a8f00ab1648..1723fa74b04 100644
--- a/charts/stable/anope/Chart.yaml
+++ b/charts/stable/anope/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Anope is a set of IRC Services designed for flexibility and ease of use.
-home: https://truecharts.org/charts/stable/anope
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/anope.webp
+home: https://trueforge.org/truecharts/stable/anope
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/anope.webp
keywords:
- anope
- Network-Other
diff --git a/charts/stable/anope/README.md b/charts/stable/anope/README.md
index 2aabe9644dc..a7a2a0331de 100644
--- a/charts/stable/anope/README.md
+++ b/charts/stable/anope/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/stable/anope)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/anope)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/anope
+https://trueforge.org/truecharts/stable/anope
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/answer/Chart.yaml b/charts/stable/answer/Chart.yaml
index cb80d356436..bf70cd03010 100644
--- a/charts/stable/answer/Chart.yaml
+++ b/charts/stable/answer/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Q&A platform software for teams at any scales.
-home: https://truecharts.org/charts/stable/answer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/answer.webp
+home: https://trueforge.org/truecharts/stable/answer
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/answer.webp
keywords:
- answer
- forum
diff --git a/charts/stable/answer/README.md b/charts/stable/answer/README.md
index 42d14bb121f..a1251bab041 100644
--- a/charts/stable/answer/README.md
+++ b/charts/stable/answer/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/stable/answer)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/answer)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/answer
+https://trueforge.org/truecharts/stable/answer
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/anything-llm/Chart.yaml b/charts/stable/anything-llm/Chart.yaml
index 12335e8c24f..f307d28cddc 100644
--- a/charts/stable/anything-llm/Chart.yaml
+++ b/charts/stable/anything-llm/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Open-source ChatGPT experience for LLMs, embedders, and vector databases.
-home: https://truecharts.org/charts/stable/anything-llm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/anything-llm.webp
+home: https://trueforge.org/truecharts/stable/anything-llm
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/anything-llm.webp
keywords:
- anything-llm
- ai
diff --git a/charts/stable/anything-llm/README.md b/charts/stable/anything-llm/README.md
index 1a0097ec469..15f35c24be3 100644
--- a/charts/stable/anything-llm/README.md
+++ b/charts/stable/anything-llm/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/stable/anything-llm)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/anything-llm
+https://trueforge.org/truecharts/stable/anything-llm
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/apache-musicindex/Chart.yaml b/charts/stable/apache-musicindex/Chart.yaml
index 37234409259..0e1fa46e4d5 100644
--- a/charts/stable/apache-musicindex/Chart.yaml
+++ b/charts/stable/apache-musicindex/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Index and stream music using apache-musicindex and m3u playlists
-home: https://truecharts.org/charts/stable/apache-musicindex
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.webp
+home: https://trueforge.org/truecharts/stable/apache-musicindex
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/apache-musicindex.webp
keywords:
- apache-musicindex
- streaming
diff --git a/charts/stable/apache-musicindex/README.md b/charts/stable/apache-musicindex/README.md
index ef8bf1a176c..9364e822b17 100644
--- a/charts/stable/apache-musicindex/README.md
+++ b/charts/stable/apache-musicindex/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/stable/apache-musicindex)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/apache-musicindex
+https://trueforge.org/truecharts/stable/apache-musicindex
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/apache-webdav/Chart.yaml b/charts/stable/apache-webdav/Chart.yaml
index 8fefee8ba95..a26be98f154 100644
--- a/charts/stable/apache-webdav/Chart.yaml
+++ b/charts/stable/apache-webdav/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Very simple WebDAV server based on Apache. You need a WebDAV client to transfer files. It does not include a WebUI to upload files through your browser.
-home: https://truecharts.org/charts/stable/apache-webdav
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-webdav.webp
+home: https://trueforge.org/truecharts/stable/apache-webdav
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/apache-webdav.webp
keywords:
- apache-webdav
- Cloud
diff --git a/charts/stable/apache-webdav/README.md b/charts/stable/apache-webdav/README.md
index e8fc7581ab0..38b3d4c3594 100644
--- a/charts/stable/apache-webdav/README.md
+++ b/charts/stable/apache-webdav/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/stable/apache-webdav)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/apache-webdav
+https://trueforge.org/truecharts/stable/apache-webdav
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/app-template/Chart.yaml b/charts/stable/app-template/Chart.yaml
index 4840c8a7e0b..54c742e9e82 100644
--- a/charts/stable/app-template/Chart.yaml
+++ b/charts/stable/app-template/Chart.yaml
@@ -43,8 +43,8 @@ dependencies:
import-values: []
deprecated: false
description: Advanced Template to create your own TrueCharts-based Charts
-home: https://truecharts.org/charts/premium/app-template
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/app-template.webp
+home: https://trueforge.org/truecharts/stable/app-template
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/app-template.webp
keywords:
- custom
kubeVersion: '>=1.24.0-0'
@@ -55,8 +55,8 @@ 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
+ - https://github.com/truecharts/charts/tree/master/charts/stable/app-template
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/app-template
type: application
version: 15.16.3
diff --git a/charts/stable/app-template/README.md b/charts/stable/app-template/README.md
index 5f3bd27b452..38c6813c315 100644
--- a/charts/stable/app-template/README.md
+++ b/charts/stable/app-template/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/premium/app-template)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/app-template)
**This chart is not 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/app-template`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/premium/app-template
+https://trueforge.org/truecharts/stable/app-template
## Configuration Options
To view the 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/premium/app-template/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/appdaemon/Chart.yaml b/charts/stable/appdaemon/Chart.yaml
index 984ded658eb..723282e0527 100644
--- a/charts/stable/appdaemon/Chart.yaml
+++ b/charts/stable/appdaemon/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps.
-home: https://truecharts.org/charts/stable/appdaemon
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/appdaemon.webp
+home: https://trueforge.org/truecharts/stable/appdaemon
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/appdaemon.webp
keywords:
- appdaemon
- home-automation
diff --git a/charts/stable/appdaemon/README.md b/charts/stable/appdaemon/README.md
index 5fb4bf2c309..0f1e2f1e177 100644
--- a/charts/stable/appdaemon/README.md
+++ b/charts/stable/appdaemon/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/stable/appdaemon)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/appdaemon)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/appdaemon
+https://trueforge.org/truecharts/stable/appdaemon
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/apt-cacher-ng/Chart.yaml b/charts/stable/apt-cacher-ng/Chart.yaml
index bee8e8fb841..b1272015bd7 100644
--- a/charts/stable/apt-cacher-ng/Chart.yaml
+++ b/charts/stable/apt-cacher-ng/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those.
-home: https://truecharts.org/charts/stable/apt-cacher-ng
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/apt-cacher-ng.webp
+home: https://trueforge.org/truecharts/stable/apt-cacher-ng
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/apt-cacher-ng.webp
keywords:
- apt-cacher-ng
- Network-Proxy
diff --git a/charts/stable/apt-cacher-ng/README.md b/charts/stable/apt-cacher-ng/README.md
index 0bba336bb35..5c16460029d 100644
--- a/charts/stable/apt-cacher-ng/README.md
+++ b/charts/stable/apt-cacher-ng/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/stable/apt-cacher-ng)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/apt-cacher-ng
+https://trueforge.org/truecharts/stable/apt-cacher-ng
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/archivebox/Chart.yaml b/charts/stable/archivebox/Chart.yaml
index 87238143075..74c6c12b15e 100644
--- a/charts/stable/archivebox/Chart.yaml
+++ b/charts/stable/archivebox/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ArchiveBox is an open-source, self-hosted internet archiving solution.
-home: https://truecharts.org/charts/stable/archivebox
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/archivebox.webp
+home: https://trueforge.org/truecharts/stable/archivebox
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/archivebox.webp
keywords:
- archivebox
- archiving
diff --git a/charts/stable/archivebox/README.md b/charts/stable/archivebox/README.md
index f653b90378f..24047db4615 100644
--- a/charts/stable/archivebox/README.md
+++ b/charts/stable/archivebox/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/stable/archivebox)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/archivebox)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/archivebox
+https://trueforge.org/truecharts/stable/archivebox
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/archiveteam-warrior/Chart.yaml b/charts/stable/archiveteam-warrior/Chart.yaml
index ad27e87da58..fe47d903eee 100644
--- a/charts/stable/archiveteam-warrior/Chart.yaml
+++ b/charts/stable/archiveteam-warrior/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The Archive Team Warrior is a virtual archiving appliance. You can run it to help with the Archive Team archiving efforts. It will download sites and upload them to our archive—and it’s really easy to do!
-home: https://truecharts.org/charts/stable/archiveteam-warrior
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/archiveteam-warrior.webp
+home: https://trueforge.org/truecharts/stable/archiveteam-warrior
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/archiveteam-warrior.webp
keywords:
- archiveteam-warrior
- Backup
diff --git a/charts/stable/archiveteam-warrior/README.md b/charts/stable/archiveteam-warrior/README.md
index a469ff0830a..4a6e055acbf 100644
--- a/charts/stable/archiveteam-warrior/README.md
+++ b/charts/stable/archiveteam-warrior/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/stable/archiveteam-warrior)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/archiveteam-warrior)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/archiveteam-warrior
+https://trueforge.org/truecharts/stable/archiveteam-warrior
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/aria2/Chart.yaml b/charts/stable/aria2/Chart.yaml
index 6a04da76382..f6d4e34f96b 100644
--- a/charts/stable/aria2/Chart.yaml
+++ b/charts/stable/aria2/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: aria server for downloading web content
-home: https://truecharts.org/charts/stable/aria2
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.webp
+home: https://trueforge.org/truecharts/stable/aria2
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/aria2.webp
keywords:
- aria2
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/aria2/README.md b/charts/stable/aria2/README.md
index 5d528e74b6b..6b240691c07 100644
--- a/charts/stable/aria2/README.md
+++ b/charts/stable/aria2/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/stable/aria2)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/aria2)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/aria2
+https://trueforge.org/truecharts/stable/aria2
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ariang/Chart.yaml b/charts/stable/ariang/Chart.yaml
index b398de2b0fd..6f38119f07b 100644
--- a/charts/stable/ariang/Chart.yaml
+++ b/charts/stable/ariang/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
-home: https://truecharts.org/charts/stable/ariang
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.webp
+home: https://trueforge.org/truecharts/stable/ariang
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ariang.webp
keywords:
- ariang
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/ariang/README.md b/charts/stable/ariang/README.md
index 8f5b945c765..8235c39a1af 100644
--- a/charts/stable/ariang/README.md
+++ b/charts/stable/ariang/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/stable/ariang)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ariang)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ariang
+https://trueforge.org/truecharts/stable/ariang
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/arksurvivalevolved/Chart.yaml b/charts/stable/arksurvivalevolved/Chart.yaml
index eff805cdca5..2b472227288 100644
--- a/charts/stable/arksurvivalevolved/Chart.yaml
+++ b/charts/stable/arksurvivalevolved/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Runs Ark Survival Evolved and Ark-Server-Manager
-home: https://truecharts.org/charts/stable/arksurvivalevolved
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/arksurvivalevolved.webp
+home: https://trueforge.org/truecharts/stable/arksurvivalevolved
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/arksurvivalevolved.webp
keywords:
- arksurvivalevolved
- arkse
diff --git a/charts/stable/arksurvivalevolved/README.md b/charts/stable/arksurvivalevolved/README.md
index 0a4971d1c37..c2ced0ea52b 100644
--- a/charts/stable/arksurvivalevolved/README.md
+++ b/charts/stable/arksurvivalevolved/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/stable/arksurvivalevolved)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/arksurvivalevolved)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/arksurvivalevolved
+https://trueforge.org/truecharts/stable/arksurvivalevolved
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/arma3/Chart.yaml b/charts/stable/arma3/Chart.yaml
index d24fbe1375b..351fc909921 100644
--- a/charts/stable/arma3/Chart.yaml
+++ b/charts/stable/arma3/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install ArmA III and run it.
-home: https://truecharts.org/charts/stable/arma3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3.webp
+home: https://trueforge.org/truecharts/stable/arma3
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/arma3.webp
keywords:
- arma3
- GameServers
diff --git a/charts/stable/arma3/README.md b/charts/stable/arma3/README.md
index 8d0d1cc8f8b..3120dae28f3 100644
--- a/charts/stable/arma3/README.md
+++ b/charts/stable/arma3/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/stable/arma3)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/arma3)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/arma3
+https://trueforge.org/truecharts/stable/arma3
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/arma3exilemod/Chart.yaml b/charts/stable/arma3exilemod/Chart.yaml
index e45d2d55e61..3194703ede8 100644
--- a/charts/stable/arma3exilemod/Chart.yaml
+++ b/charts/stable/arma3exilemod/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install ArmA III including ExileMod and run it.
-home: https://truecharts.org/charts/stable/arma3exilemod
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/arma3exilemod.webp
+home: https://trueforge.org/truecharts/stable/arma3exilemod
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/arma3exilemod.webp
keywords:
- arma3exilemod
- GameServers
diff --git a/charts/stable/arma3exilemod/README.md b/charts/stable/arma3exilemod/README.md
index 294485331a4..7c8043379ae 100644
--- a/charts/stable/arma3exilemod/README.md
+++ b/charts/stable/arma3exilemod/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/stable/arma3exilemod)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/arma3exilemod)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/arma3exilemod
+https://trueforge.org/truecharts/stable/arma3exilemod
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/assettocorsa/Chart.yaml b/charts/stable/assettocorsa/Chart.yaml
index eb9655558f6..fb662aa8285 100644
--- a/charts/stable/assettocorsa/Chart.yaml
+++ b/charts/stable/assettocorsa/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install AssettoCorsa and run it.
-home: https://truecharts.org/charts/stable/assettocorsa
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/assettocorsa.webp
+home: https://trueforge.org/truecharts/stable/assettocorsa
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/assettocorsa.webp
keywords:
- assettocorsa
- GameServers
diff --git a/charts/stable/assettocorsa/README.md b/charts/stable/assettocorsa/README.md
index 523f77bdbea..e767789c2ee 100644
--- a/charts/stable/assettocorsa/README.md
+++ b/charts/stable/assettocorsa/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/stable/assettocorsa)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/assettocorsa)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/assettocorsa
+https://trueforge.org/truecharts/stable/assettocorsa
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/atuin/Chart.yaml b/charts/stable/atuin/Chart.yaml
index b577e26c056..5dffed1c2d8 100644
--- a/charts/stable/atuin/Chart.yaml
+++ b/charts/stable/atuin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Magical shell history.
-home: https://truecharts.org/charts/stable/atuin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/atuin.webp
+home: https://trueforge.org/truecharts/stable/atuin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/atuin.webp
keywords:
- atuin
- shell
diff --git a/charts/stable/atuin/README.md b/charts/stable/atuin/README.md
index 0ae39a9e5ca..7622b7529fe 100644
--- a/charts/stable/atuin/README.md
+++ b/charts/stable/atuin/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/stable/atuin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/atuin)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/atuin
+https://trueforge.org/truecharts/stable/atuin
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/audacity/Chart.yaml b/charts/stable/audacity/Chart.yaml
index 1743d4b010d..e3f332ed448 100644
--- a/charts/stable/audacity/Chart.yaml
+++ b/charts/stable/audacity/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An easy-to-use, multi-track audio editor and recorder
-home: https://truecharts.org/charts/stable/audacity
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.webp
+home: https://trueforge.org/truecharts/stable/audacity
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/audacity.webp
keywords:
- audacity
- music
diff --git a/charts/stable/audacity/README.md b/charts/stable/audacity/README.md
index 179b300c835..181c721cbd9 100644
--- a/charts/stable/audacity/README.md
+++ b/charts/stable/audacity/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/stable/audacity)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/audacity
+https://trueforge.org/truecharts/stable/audacity
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/audiobookshelf/Chart.yaml b/charts/stable/audiobookshelf/Chart.yaml
index 140320c9139..508f19f5a12 100644
--- a/charts/stable/audiobookshelf/Chart.yaml
+++ b/charts/stable/audiobookshelf/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks.
-home: https://truecharts.org/charts/stable/audiobookshelf
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.webp
+home: https://trueforge.org/truecharts/stable/audiobookshelf
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/audiobookshelf.webp
keywords:
- audiobookshelf
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/audiobookshelf/README.md b/charts/stable/audiobookshelf/README.md
index 13a0eea4853..3fda2de8929 100644
--- a/charts/stable/audiobookshelf/README.md
+++ b/charts/stable/audiobookshelf/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/stable/audiobookshelf)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/audiobookshelf)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/audiobookshelf
+https://trueforge.org/truecharts/stable/audiobookshelf
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/aurora-files/Chart.yaml b/charts/stable/aurora-files/Chart.yaml
index a52dcac8892..537774e74a7 100644
--- a/charts/stable/aurora-files/Chart.yaml
+++ b/charts/stable/aurora-files/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Aurora Files is an open-source file storage platform for small teams and personal users. Afterlogic Aurora Files image for Chart using Nginx, PHP-FPM 8.1, MySQL on Alpine Linux. Loosely based on khromov/alpine-nginx-php8 package.
-home: https://truecharts.org/charts/stable/aurora-files
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/aurora-files.webp
+home: https://trueforge.org/truecharts/stable/aurora-files
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/aurora-files.webp
keywords:
- aurora-files
- Cloud
diff --git a/charts/stable/aurora-files/README.md b/charts/stable/aurora-files/README.md
index 0562d7fd637..194ecc1e8ab 100644
--- a/charts/stable/aurora-files/README.md
+++ b/charts/stable/aurora-files/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/stable/aurora-files)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/aurora-files
+https://trueforge.org/truecharts/stable/aurora-files
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/authelia/Chart.yaml b/charts/stable/authelia/Chart.yaml
index c46b0f2c7d3..623b51fe839 100644
--- a/charts/stable/authelia/Chart.yaml
+++ b/charts/stable/authelia/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
-home: https://truecharts.org/charts/stable/authelia
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/authelia.webp
+home: https://trueforge.org/truecharts/stable/authelia
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/authelia.webp
keywords:
- authelia
- authentication
diff --git a/charts/stable/authelia/README.md b/charts/stable/authelia/README.md
index 9ce67c5fbbd..fe306282726 100644
--- a/charts/stable/authelia/README.md
+++ b/charts/stable/authelia/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/stable/authelia)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/authelia)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/authelia
+https://trueforge.org/truecharts/stable/authelia
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/authelia/docs/Setup-Guide.md b/charts/stable/authelia/docs/Setup-Guide.md
index ef029eb15ad..cc0e089c4c5 100644
--- a/charts/stable/authelia/docs/Setup-Guide.md
+++ b/charts/stable/authelia/docs/Setup-Guide.md
@@ -106,7 +106,7 @@ middlewares:
### Adding the forwardauth to your Apps
-The last step is adding the `forwardauth` along with the standard `ingress` settings for your app, for more info on setting ingress see the [ClusterIssuer Guide](/charts/premium/clusterissuer/how-to).
+The last step is adding the `forwardauth` along with the standard `ingress` settings for your app, for more info on setting ingress see the [ClusterIssuer Guide](/charts/stable/clusterissuer/how-to).
- In this example we use the same name as above, or `auth`.
diff --git a/charts/stable/authentik/Chart.yaml b/charts/stable/authentik/Chart.yaml
index 50a319c500f..7da5d60c979 100644
--- a/charts/stable/authentik/Chart.yaml
+++ b/charts/stable/authentik/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Authentik is an open-source Identity Provider focused on flexibility and versatility.
-home: https://truecharts.org/charts/stable/authentik
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/authentik.webp
+home: https://trueforge.org/truecharts/stable/authentik
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/authentik.webp
keywords:
- authentik
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/authentik/README.md b/charts/stable/authentik/README.md
index d37e9fe4c95..8d64744ac97 100644
--- a/charts/stable/authentik/README.md
+++ b/charts/stable/authentik/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/stable/authentik)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/authentik)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/authentik
+https://trueforge.org/truecharts/stable/authentik
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/auto-yt-dl/Chart.yaml b/charts/stable/auto-yt-dl/Chart.yaml
index 3b8d1cc4eb1..09a649976bf 100644
--- a/charts/stable/auto-yt-dl/Chart.yaml
+++ b/charts/stable/auto-yt-dl/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: auto-yt-dl is used to automatically download new Videos of specific YouTube Channels. It features a Web Gui to add and remove Channels from your watch list.
-home: https://truecharts.org/charts/stable/auto-yt-dl
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/auto-yt-dl.webp
+home: https://trueforge.org/truecharts/stable/auto-yt-dl
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/auto-yt-dl.webp
keywords:
- auto-yt-dl
- Downloaders
diff --git a/charts/stable/auto-yt-dl/README.md b/charts/stable/auto-yt-dl/README.md
index 94e14e7990e..783e76c39fc 100644
--- a/charts/stable/auto-yt-dl/README.md
+++ b/charts/stable/auto-yt-dl/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/stable/auto-yt-dl)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/auto-yt-dl
+https://trueforge.org/truecharts/stable/auto-yt-dl
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/autobrr/Chart.yaml b/charts/stable/autobrr/Chart.yaml
index d6a8a87d3e6..ea9af43ed3f 100644
--- a/charts/stable/autobrr/Chart.yaml
+++ b/charts/stable/autobrr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The modern download automation tool for torrents.
-home: https://truecharts.org/charts/stable/autobrr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.webp
+home: https://trueforge.org/truecharts/stable/autobrr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/autobrr.webp
keywords:
- autobrr
- torrent
diff --git a/charts/stable/autobrr/README.md b/charts/stable/autobrr/README.md
index c528cfa37e8..82fd4995404 100644
--- a/charts/stable/autobrr/README.md
+++ b/charts/stable/autobrr/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/stable/autobrr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/autobrr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/autobrr
+https://trueforge.org/truecharts/stable/autobrr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/automatic-ripping-machine/Chart.yaml b/charts/stable/automatic-ripping-machine/Chart.yaml
index b336f2c374d..9ac65ff7612 100644
--- a/charts/stable/automatic-ripping-machine/Chart.yaml
+++ b/charts/stable/automatic-ripping-machine/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Automatic Ripping Machine (ARM) Scripts.
-home: https://truecharts.org/charts/stable/automatic-ripping-machine
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.webp
+home: https://trueforge.org/truecharts/stable/automatic-ripping-machine
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/automatic-ripping-machine.webp
keywords:
- automatic-ripping-machine
- media
diff --git a/charts/stable/automatic-ripping-machine/README.md b/charts/stable/automatic-ripping-machine/README.md
index 6da1a589e03..c2c7316f68a 100644
--- a/charts/stable/automatic-ripping-machine/README.md
+++ b/charts/stable/automatic-ripping-machine/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/stable/automatic-ripping-machine)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/automatic-ripping-machine
+https://trueforge.org/truecharts/stable/automatic-ripping-machine
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/autoscan/Chart.yaml b/charts/stable/autoscan/Chart.yaml
index 26e3a92c983..747fe8dec46 100644
--- a/charts/stable/autoscan/Chart.yaml
+++ b/charts/stable/autoscan/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system.
-home: https://truecharts.org/charts/stable/autoscan
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.webp
+home: https://trueforge.org/truecharts/stable/autoscan
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/autoscan.webp
keywords:
- autoscan
- media
diff --git a/charts/stable/autoscan/README.md b/charts/stable/autoscan/README.md
index fa390a354c0..f0fcd7555ad 100644
--- a/charts/stable/autoscan/README.md
+++ b/charts/stable/autoscan/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/stable/autoscan)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/autoscan)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/autoscan
+https://trueforge.org/truecharts/stable/autoscan
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/avidemux/Chart.yaml b/charts/stable/avidemux/Chart.yaml
index 59ad1609c5c..b8bc59cc917 100644
--- a/charts/stable/avidemux/Chart.yaml
+++ b/charts/stable/avidemux/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks.
-home: https://truecharts.org/charts/stable/avidemux
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/avidemux.webp
+home: https://trueforge.org/truecharts/stable/avidemux
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/avidemux.webp
keywords:
- media
- avidemux
diff --git a/charts/stable/avidemux/README.md b/charts/stable/avidemux/README.md
index dea444628ed..751e9286212 100644
--- a/charts/stable/avidemux/README.md
+++ b/charts/stable/avidemux/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/stable/avidemux)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/avidemux)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/avidemux
+https://trueforge.org/truecharts/stable/avidemux
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/avorion/Chart.yaml b/charts/stable/avorion/Chart.yaml
index 7d0e7d9d99d..d021a64a42d 100644
--- a/charts/stable/avorion/Chart.yaml
+++ b/charts/stable/avorion/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Avorion and run it.
-home: https://truecharts.org/charts/stable/avorion
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/avorion.webp
+home: https://trueforge.org/truecharts/stable/avorion
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/avorion.webp
keywords:
- avorion
- GameServers
diff --git a/charts/stable/avorion/README.md b/charts/stable/avorion/README.md
index eae8f009925..090689078c9 100644
--- a/charts/stable/avorion/README.md
+++ b/charts/stable/avorion/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/stable/avorion)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/avorion)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/avorion
+https://trueforge.org/truecharts/stable/avorion
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/babybuddy/Chart.yaml b/charts/stable/babybuddy/Chart.yaml
index 7e0552a5b93..a37ef09ec87 100644
--- a/charts/stable/babybuddy/Chart.yaml
+++ b/charts/stable/babybuddy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
-home: https://truecharts.org/charts/stable/babybuddy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/babybuddy.webp
+home: https://trueforge.org/truecharts/stable/babybuddy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/babybuddy.webp
keywords:
- baby
- buddy
diff --git a/charts/stable/babybuddy/README.md b/charts/stable/babybuddy/README.md
index e68a4eea058..1ff5814f833 100644
--- a/charts/stable/babybuddy/README.md
+++ b/charts/stable/babybuddy/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/stable/babybuddy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/babybuddy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/babybuddy
+https://trueforge.org/truecharts/stable/babybuddy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/backuppc/Chart.yaml b/charts/stable/backuppc/Chart.yaml
index de50563c94c..a41557f0b69 100644
--- a/charts/stable/backuppc/Chart.yaml
+++ b/charts/stable/backuppc/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A high-performance, enterprise-grade system for backing up Linux, Windows and macOS PCs and laptops to a server's disk.
-home: https://truecharts.org/charts/stable/backuppc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/backuppc.webp
+home: https://trueforge.org/truecharts/stable/backuppc
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/backuppc.webp
keywords:
- backuppc
- Backup
diff --git a/charts/stable/backuppc/README.md b/charts/stable/backuppc/README.md
index 1ba8dd85970..0faba49f022 100644
--- a/charts/stable/backuppc/README.md
+++ b/charts/stable/backuppc/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/stable/backuppc)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/backuppc)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/backuppc
+https://trueforge.org/truecharts/stable/backuppc
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/baikal/Chart.yaml b/charts/stable/baikal/Chart.yaml
index 8314974d299..858681b1048 100644
--- a/charts/stable/baikal/Chart.yaml
+++ b/charts/stable/baikal/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Baikal is a lightweight CalDAV+CardDAV server
-home: https://truecharts.org/charts/stable/baikal
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/baikal.webp
+home: https://trueforge.org/truecharts/stable/baikal
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/baikal.webp
keywords:
- baikal
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/baikal/README.md b/charts/stable/baikal/README.md
index f902b9fc013..11c01c6352a 100644
--- a/charts/stable/baikal/README.md
+++ b/charts/stable/baikal/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/stable/baikal)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/baikal)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/baikal
+https://trueforge.org/truecharts/stable/baikal
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/barcodebuddy/Chart.yaml b/charts/stable/barcodebuddy/Chart.yaml
index eae06902b1c..d081a9b46fe 100644
--- a/charts/stable/barcodebuddy/Chart.yaml
+++ b/charts/stable/barcodebuddy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: '<b>Barcode Buddy is a Grocy companion app/plugin, which allows you to install the Barcode Buddy app and scan products directly to your Grocy library.</b>'
-home: https://truecharts.org/charts/stable/barcodebuddy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/barcodebuddy.webp
+home: https://trueforge.org/truecharts/stable/barcodebuddy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/barcodebuddy.webp
keywords:
- barcodebuddy
- Productivity
diff --git a/charts/stable/barcodebuddy/README.md b/charts/stable/barcodebuddy/README.md
index 1b6b9c5af9a..93e1f586c63 100644
--- a/charts/stable/barcodebuddy/README.md
+++ b/charts/stable/barcodebuddy/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/stable/barcodebuddy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/barcodebuddy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/barcodebuddy
+https://trueforge.org/truecharts/stable/barcodebuddy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/barotrauma/Chart.yaml b/charts/stable/barotrauma/Chart.yaml
index 0ea5cfae7ac..9f28b33d0de 100644
--- a/charts/stable/barotrauma/Chart.yaml
+++ b/charts/stable/barotrauma/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Barotrauma and run it.
-home: https://truecharts.org/charts/stable/barotrauma
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/barotrauma.webp
+home: https://trueforge.org/truecharts/stable/barotrauma
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/barotrauma.webp
keywords:
- barotrauma
- GameServers
diff --git a/charts/stable/barotrauma/README.md b/charts/stable/barotrauma/README.md
index b8660de0458..54c3a27ba62 100644
--- a/charts/stable/barotrauma/README.md
+++ b/charts/stable/barotrauma/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/stable/barotrauma)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/barotrauma)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/barotrauma
+https://trueforge.org/truecharts/stable/barotrauma
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/baserow/Chart.yaml b/charts/stable/baserow/Chart.yaml
index 89a3a1c96e2..357506ee6f9 100644
--- a/charts/stable/baserow/Chart.yaml
+++ b/charts/stable/baserow/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Baserow is an open source no-code database tool and Airtable alternative.
-home: https://truecharts.org/charts/stable/baserow
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.webp
+home: https://trueforge.org/truecharts/stable/baserow
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/baserow.webp
keywords:
- baserow
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/baserow/README.md b/charts/stable/baserow/README.md
index 61c0a291c68..527e1b8e2cf 100644
--- a/charts/stable/baserow/README.md
+++ b/charts/stable/baserow/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/stable/baserow)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/baserow)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/baserow
+https://trueforge.org/truecharts/stable/baserow
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/batnoter/Chart.yaml b/charts/stable/batnoter/Chart.yaml
index 105aeee7a3c..ee9446749ff 100644
--- a/charts/stable/batnoter/Chart.yaml
+++ b/charts/stable/batnoter/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: BatNoter is a web application that allows users to store notes in their git repository.
-home: https://truecharts.org/charts/stable/batnoter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/batnoter.webp
+home: https://trueforge.org/truecharts/stable/batnoter
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/batnoter.webp
keywords:
- notes
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/batnoter/README.md b/charts/stable/batnoter/README.md
index 95f8b4a5ddc..f6d3936c640 100644
--- a/charts/stable/batnoter/README.md
+++ b/charts/stable/batnoter/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/stable/batnoter)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/batnoter)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/batnoter
+https://trueforge.org/truecharts/stable/batnoter
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/bazarr/Chart.yaml b/charts/stable/bazarr/Chart.yaml
index 06c43f3d49e..0e4e24d5106 100644
--- a/charts/stable/bazarr/Chart.yaml
+++ b/charts/stable/bazarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
-home: https://truecharts.org/charts/stable/bazarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bazarr.webp
+home: https://trueforge.org/truecharts/stable/bazarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/bazarr.webp
keywords:
- bazarr
- radarr
diff --git a/charts/stable/bazarr/README.md b/charts/stable/bazarr/README.md
index 7b228aa9d15..e8cb6c30e6b 100644
--- a/charts/stable/bazarr/README.md
+++ b/charts/stable/bazarr/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/stable/bazarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/bazarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/bazarr
+https://trueforge.org/truecharts/stable/bazarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/beets/Chart.yaml b/charts/stable/beets/Chart.yaml
index 27935f16ce9..477e4b36424 100644
--- a/charts/stable/beets/Chart.yaml
+++ b/charts/stable/beets/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A music library manager and not, for the most part, a music player.
-home: https://truecharts.org/charts/stable/beets
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.webp
+home: https://trueforge.org/truecharts/stable/beets
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/beets.webp
keywords:
- music
- library
diff --git a/charts/stable/beets/README.md b/charts/stable/beets/README.md
index a9e755f77a5..a12a8521a26 100644
--- a/charts/stable/beets/README.md
+++ b/charts/stable/beets/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/stable/beets)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/beets)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/beets
+https://trueforge.org/truecharts/stable/beets
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/bender/Chart.yaml b/charts/stable/bender/Chart.yaml
index 1fe1970b549..de344b5a1be 100644
--- a/charts/stable/bender/Chart.yaml
+++ b/charts/stable/bender/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A link dashboard that can be managed without any code.
-home: https://truecharts.org/charts/stable/bender
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bender.webp
+home: https://trueforge.org/truecharts/stable/bender
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/bender.webp
keywords:
- bender
- dashboard
diff --git a/charts/stable/bender/README.md b/charts/stable/bender/README.md
index 95239a0baa2..376a0bf4924 100644
--- a/charts/stable/bender/README.md
+++ b/charts/stable/bender/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/stable/bender)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/bender)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/bender
+https://trueforge.org/truecharts/stable/bender
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/bitcoin-node/Chart.yaml b/charts/stable/bitcoin-node/Chart.yaml
index 3b096948ed3..ca0b39ace29 100644
--- a/charts/stable/bitcoin-node/Chart.yaml
+++ b/charts/stable/bitcoin-node/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Chart that runs the Bitcoin bitcoind node in a Chart for easy deployment.
-home: https://truecharts.org/charts/stable/bitcoin-node
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoin-node.webp
+home: https://trueforge.org/truecharts/stable/bitcoin-node
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/bitcoin-node.webp
keywords:
- bitcoin-node
- Crypto
diff --git a/charts/stable/bitcoin-node/README.md b/charts/stable/bitcoin-node/README.md
index 74821891f88..a148e31a7c8 100644
--- a/charts/stable/bitcoin-node/README.md
+++ b/charts/stable/bitcoin-node/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/stable/bitcoin-node)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/bitcoin-node
+https://trueforge.org/truecharts/stable/bitcoin-node
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/bitcoind/Chart.yaml b/charts/stable/bitcoind/Chart.yaml
index b432caf91d1..26ffd71ca6c 100644
--- a/charts/stable/bitcoind/Chart.yaml
+++ b/charts/stable/bitcoind/Chart.yaml
@@ -23,8 +23,8 @@ dependencies:
deprecated: false
description: |
Support the Bitcoin network by hosting your own node! This template provides a full Bitcoin Core node, built in a verifiably trustless way.
-home: https://truecharts.org/charts/stable/bitcoind
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoind.webp
+home: https://trueforge.org/truecharts/stable/bitcoind
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/bitcoind.webp
keywords:
- bitcoind
- Tools-Utilities
diff --git a/charts/stable/bitcoind/README.md b/charts/stable/bitcoind/README.md
index 058dd49ab8f..25c032f987a 100644
--- a/charts/stable/bitcoind/README.md
+++ b/charts/stable/bitcoind/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/stable/bitcoind)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/bitcoind)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/bitcoind
+https://trueforge.org/truecharts/stable/bitcoind
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/bitcoinunlimited/Chart.yaml b/charts/stable/bitcoinunlimited/Chart.yaml
index b164beefbd8..7bc792851c2 100644
--- a/charts/stable/bitcoinunlimited/Chart.yaml
+++ b/charts/stable/bitcoinunlimited/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The Bitcoin Unlimited project seeks to provide a voice to all stakeholders in the Bitcoin ecosystem.
-home: https://truecharts.org/charts/stable/bitcoinunlimited
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinunlimited.webp
+home: https://trueforge.org/truecharts/stable/bitcoinunlimited
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/bitcoinunlimited.webp
keywords:
- bitcoinunlimited
- Network-Other
diff --git a/charts/stable/bitcoinunlimited/README.md b/charts/stable/bitcoinunlimited/README.md
index b7f5e8a5db4..26dca21c7ac 100644
--- a/charts/stable/bitcoinunlimited/README.md
+++ b/charts/stable/bitcoinunlimited/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/stable/bitcoinunlimited)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/bitcoinunlimited)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/bitcoinunlimited
+https://trueforge.org/truecharts/stable/bitcoinunlimited
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/bitcoinwalletgui/Chart.yaml b/charts/stable/bitcoinwalletgui/Chart.yaml
index 4289518e9bf..44a2adc0bae 100644
--- a/charts/stable/bitcoinwalletgui/Chart.yaml
+++ b/charts/stable/bitcoinwalletgui/Chart.yaml
@@ -23,8 +23,8 @@ dependencies:
deprecated: false
description: |
Bitcoin wallet with GUI over VNC and NoVNC.
-home: https://truecharts.org/charts/stable/bitcoinwalletgui
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.webp
+home: https://trueforge.org/truecharts/stable/bitcoinwalletgui
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/bitcoinwalletgui.webp
keywords:
- bitcoinwalletgui
- Other
diff --git a/charts/stable/bitcoinwalletgui/README.md b/charts/stable/bitcoinwalletgui/README.md
index aca94c07d91..c7f1bbae7dd 100644
--- a/charts/stable/bitcoinwalletgui/README.md
+++ b/charts/stable/bitcoinwalletgui/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/stable/bitcoinwalletgui)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/bitcoinwalletgui)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/bitcoinwalletgui
+https://trueforge.org/truecharts/stable/bitcoinwalletgui
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/bitmagnet/Chart.yaml b/charts/stable/bitmagnet/Chart.yaml
index 09e407644f3..15cf2570b64 100644
--- a/charts/stable/bitmagnet/Chart.yaml
+++ b/charts/stable/bitmagnet/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted BitTorrent indexer, DHT crawler, content classifier and torrent search engine with web UI, GraphQL API and Servarr stack integration.
-home: https://truecharts.org/charts/stable/bitmagnet
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.webp
+home: https://trueforge.org/truecharts/stable/bitmagnet
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/bitmagnet.webp
keywords:
- torrent
- bitmagnet
diff --git a/charts/stable/bitmagnet/README.md b/charts/stable/bitmagnet/README.md
index 22614b6df28..3b544f3c785 100644
--- a/charts/stable/bitmagnet/README.md
+++ b/charts/stable/bitmagnet/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/stable/bitmagnet)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/bitmagnet)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/bitmagnet
+https://trueforge.org/truecharts/stable/bitmagnet
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/blender-desktop-g3/Chart.yaml b/charts/stable/blender-desktop-g3/Chart.yaml
index f4055b66f6a..6c8e5b14064 100644
--- a/charts/stable/blender-desktop-g3/Chart.yaml
+++ b/charts/stable/blender-desktop-g3/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/blender-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender-desktop-g3.webp
+home: https://trueforge.org/truecharts/stable/blender-desktop-g3
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/blender-desktop-g3.webp
keywords:
- blender-desktop-g3
- Productivity
diff --git a/charts/stable/blender-desktop-g3/README.md b/charts/stable/blender-desktop-g3/README.md
index 3621516c5e3..8007ecbd3af 100644
--- a/charts/stable/blender-desktop-g3/README.md
+++ b/charts/stable/blender-desktop-g3/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/stable/blender-desktop-g3)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/blender-desktop-g3
+https://trueforge.org/truecharts/stable/blender-desktop-g3
## Configuration Options
@@ -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-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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/blender/Chart.yaml b/charts/stable/blender/Chart.yaml
index c8a8b0a9f63..267497544a0 100644
--- a/charts/stable/blender/Chart.yaml
+++ b/charts/stable/blender/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Blender(https://www.blender.org/) is a free and open-source 3D computer graphics software toolset used for creating animated films, visual effects, art, 3D printed models, motion graphics, interactive 3D applications, virtual reality, and computer games. **This image does not support GPU rendering out of the box only accelerated workspace experience**
-home: https://truecharts.org/charts/stable/blender
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.webp
+home: https://trueforge.org/truecharts/stable/blender
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/blender.webp
keywords:
- blender
- Other
diff --git a/charts/stable/blender/README.md b/charts/stable/blender/README.md
index 6dd1a594ec9..811fb60a82c 100644
--- a/charts/stable/blender/README.md
+++ b/charts/stable/blender/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/stable/blender)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/blender)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/blender
+https://trueforge.org/truecharts/stable/blender
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/blocky/Chart.yaml b/charts/stable/blocky/Chart.yaml
index e007268a0e3..d1f5bebc655 100644
--- a/charts/stable/blocky/Chart.yaml
+++ b/charts/stable/blocky/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
-home: https://truecharts.org/charts/premium/blocky
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.webp
+home: https://trueforge.org/truecharts/stable/blocky
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/blocky.webp
keywords:
- dns
- blocky
@@ -44,7 +44,7 @@ sources:
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/Mozart409/blocky-frontend
- - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/blocky
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/blocky
- https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway
type: application
diff --git a/charts/stable/blocky/README.md b/charts/stable/blocky/README.md
index b24825d16d4..4a4257be64c 100644
--- a/charts/stable/blocky/README.md
+++ b/charts/stable/blocky/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/premium/blocky)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/blocky)
**This chart is not 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/blocky`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/premium/blocky
+https://trueforge.org/truecharts/stable/blocky
## Configuration Options
To view the 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/premium/blocky/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/blog/Chart.yaml b/charts/stable/blog/Chart.yaml
index a89957e571a..2f7d7abc1e7 100644
--- a/charts/stable/blog/Chart.yaml
+++ b/charts/stable/blog/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Lightweight self-hosted facebook-styled PHP blog.
-home: https://truecharts.org/charts/stable/blog
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.webp
+home: https://trueforge.org/truecharts/stable/blog
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/blog.webp
keywords:
- blog
- php
diff --git a/charts/stable/blog/README.md b/charts/stable/blog/README.md
index 368b6ba0727..f2dde048109 100644
--- a/charts/stable/blog/README.md
+++ b/charts/stable/blog/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/stable/blog)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/blog)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/blog
+https://trueforge.org/truecharts/stable/blog
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml
index 76d5320669e..8c992496e94 100644
--- a/charts/stable/boinc/Chart.yaml
+++ b/charts/stable/boinc/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
-home: https://truecharts.org/charts/stable/boinc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.webp
+home: https://trueforge.org/truecharts/stable/boinc
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/boinc.webp
keywords:
- boinc
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/boinc/README.md b/charts/stable/boinc/README.md
index 3612ee5a8b3..623bacd7f75 100644
--- a/charts/stable/boinc/README.md
+++ b/charts/stable/boinc/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/stable/boinc)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/boinc)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/boinc
+https://trueforge.org/truecharts/stable/boinc
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/booksonic-air/Chart.yaml b/charts/stable/booksonic-air/Chart.yaml
index 6765242bcc0..d6437cfd22a 100644
--- a/charts/stable/booksonic-air/Chart.yaml
+++ b/charts/stable/booksonic-air/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Booksonic is a platform for accessing the audibooks you own wherever you are
-home: https://truecharts.org/charts/stable/booksonic-air
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.webp
+home: https://trueforge.org/truecharts/stable/booksonic-air
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/booksonic-air.webp
keywords:
- booksonic
- audiobook
diff --git a/charts/stable/booksonic-air/README.md b/charts/stable/booksonic-air/README.md
index cb864a2465e..b3e052c01b9 100644
--- a/charts/stable/booksonic-air/README.md
+++ b/charts/stable/booksonic-air/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/stable/booksonic-air)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/booksonic-air)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/booksonic-air
+https://trueforge.org/truecharts/stable/booksonic-air
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/bookstack/Chart.yaml b/charts/stable/bookstack/Chart.yaml
index c563290b9fd..ffa08b69b1e 100644
--- a/charts/stable/bookstack/Chart.yaml
+++ b/charts/stable/bookstack/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A simple, self-hosted, easy-to-use platform for organising and storing information.
-home: https://truecharts.org/charts/stable/bookstack
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.webp
+home: https://trueforge.org/truecharts/stable/bookstack
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/bookstack.webp
keywords:
- bookstack
- book
diff --git a/charts/stable/bookstack/README.md b/charts/stable/bookstack/README.md
index b4df2fa80db..382a5085b94 100644
--- a/charts/stable/bookstack/README.md
+++ b/charts/stable/bookstack/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/stable/bookstack)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/bookstack)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/bookstack
+https://trueforge.org/truecharts/stable/bookstack
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/borg-server/Chart.yaml b/charts/stable/borg-server/Chart.yaml
index 7377d29f095..7cec91e9a78 100644
--- a/charts/stable/borg-server/Chart.yaml
+++ b/charts/stable/borg-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A borg Backup server
-home: https://truecharts.org/charts/stable/borg-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/borg-server.webp
+home: https://trueforge.org/truecharts/stable/borg-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/borg-server.webp
keywords:
- borg-server
- backup
diff --git a/charts/stable/borg-server/README.md b/charts/stable/borg-server/README.md
index 80f8672ac77..22ef0dd151e 100644
--- a/charts/stable/borg-server/README.md
+++ b/charts/stable/borg-server/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/stable/borg-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/borg-server
+https://trueforge.org/truecharts/stable/borg-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/breitbandmessung-de/Chart.yaml b/charts/stable/breitbandmessung-de/Chart.yaml
index afb87d07246..917cdc0f50a 100644
--- a/charts/stable/breitbandmessung-de/Chart.yaml
+++ b/charts/stable/breitbandmessung-de/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way.
-home: https://truecharts.org/charts/stable/breitbandmessung-de
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/breitbandmessung-de.webp
+home: https://trueforge.org/truecharts/stable/breitbandmessung-de
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/breitbandmessung-de.webp
keywords:
- breitbandmessung-de
- home-automation
diff --git a/charts/stable/breitbandmessung-de/README.md b/charts/stable/breitbandmessung-de/README.md
index d94df470aef..dd2d20fab6b 100644
--- a/charts/stable/breitbandmessung-de/README.md
+++ b/charts/stable/breitbandmessung-de/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/stable/breitbandmessung-de)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/breitbandmessung-de
+https://trueforge.org/truecharts/stable/breitbandmessung-de
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/broadcast-box/Chart.yaml b/charts/stable/broadcast-box/Chart.yaml
index a78afc2dfc3..ede24863f2f 100644
--- a/charts/stable/broadcast-box/Chart.yaml
+++ b/charts/stable/broadcast-box/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Easily broadcast/stream to others with sub-second latency
-home: https://truecharts.org/charts/stable/broadcast-box
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/broadcast-box.webp
+home: https://trueforge.org/truecharts/stable/broadcast-box
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/broadcast-box.webp
keywords:
- broadcast-box
- broadcast
diff --git a/charts/stable/broadcast-box/README.md b/charts/stable/broadcast-box/README.md
index 8204c869291..1fc2a2db1ba 100644
--- a/charts/stable/broadcast-box/README.md
+++ b/charts/stable/broadcast-box/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/stable/broadcast-box)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/broadcast-box
+https://trueforge.org/truecharts/stable/broadcast-box
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/browserless-chrome/Chart.yaml b/charts/stable/browserless-chrome/Chart.yaml
index d629e07ff03..27f3cb686a3 100644
--- a/charts/stable/browserless-chrome/Chart.yaml
+++ b/charts/stable/browserless-chrome/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work
-home: https://truecharts.org/charts/stable/browserless-chrome
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.webp
+home: https://trueforge.org/truecharts/stable/browserless-chrome
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/browserless-chrome.webp
keywords:
- browserless
- chrome
diff --git a/charts/stable/browserless-chrome/README.md b/charts/stable/browserless-chrome/README.md
index 8149a7354ed..4c699951f89 100644
--- a/charts/stable/browserless-chrome/README.md
+++ b/charts/stable/browserless-chrome/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/stable/browserless-chrome)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/browserless-chrome
+https://trueforge.org/truecharts/stable/browserless-chrome
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/budge/Chart.yaml b/charts/stable/budge/Chart.yaml
index de88b410642..8c094b5c431 100644
--- a/charts/stable/budge/Chart.yaml
+++ b/charts/stable/budge/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Budge is an open source 'budgeting with envelopes' personal finance app.
-home: https://truecharts.org/charts/stable/budge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.webp
+home: https://trueforge.org/truecharts/stable/budge
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/budge.webp
keywords:
- finance
- budge
diff --git a/charts/stable/budge/README.md b/charts/stable/budge/README.md
index e16c4f8c6ec..6e8bde82c8a 100644
--- a/charts/stable/budge/README.md
+++ b/charts/stable/budge/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/stable/budge)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/budge)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/budge
+https://trueforge.org/truecharts/stable/budge
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/bwapp/Chart.yaml b/charts/stable/bwapp/Chart.yaml
index d2b3fb500f9..4b4f3ca321d 100644
--- a/charts/stable/bwapp/Chart.yaml
+++ b/charts/stable/bwapp/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: bWAPP, or a buggy web application, is a free and open source deliberately insecure web application.
-home: https://truecharts.org/charts/stable/bwapp
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bwapp.webp
+home: https://trueforge.org/truecharts/stable/bwapp
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/bwapp.webp
keywords:
- bwapp
- Tools-Utilities
diff --git a/charts/stable/bwapp/README.md b/charts/stable/bwapp/README.md
index 848e11f3b1f..64b688e4b68 100644
--- a/charts/stable/bwapp/README.md
+++ b/charts/stable/bwapp/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/stable/bwapp)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/bwapp)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/bwapp
+https://trueforge.org/truecharts/stable/bwapp
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/bytestash/Chart.yaml b/charts/stable/bytestash/Chart.yaml
index 5e6c37544c9..8d9c9a9b2f7 100644
--- a/charts/stable/bytestash/Chart.yaml
+++ b/charts/stable/bytestash/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ByteStash is a self-hosted web application designed to store, organise, and manage your code snippets efficiently. With support for creating, editing, and filtering snippets, ByteStash helps you keep track of your code in one secure place.
-home: https://truecharts.org/charts/stable/bytestash
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/bytestash.webp
+home: https://trueforge.org/truecharts/stable/bytestash
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/bytestash.webp
keywords:
- bytestash
- Productivity
diff --git a/charts/stable/bytestash/README.md b/charts/stable/bytestash/README.md
index d02789f1727..a400d24d938 100644
--- a/charts/stable/bytestash/README.md
+++ b/charts/stable/bytestash/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/stable/bytestash)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/bytestash)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/bytestash
+https://trueforge.org/truecharts/stable/bytestash
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cadquery-server/Chart.yaml b/charts/stable/cadquery-server/Chart.yaml
index e01567d5bc7..dd6dcfb8100 100644
--- a/charts/stable/cadquery-server/Chart.yaml
+++ b/charts/stable/cadquery-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: CadQuery is an intuitive, easy-to-use Python module for building parametric 3D CAD models. Using CadQuery, you can write short, simple scripts that produce high quality CAD models. It is easy to make many different objects using a single script that can be customized.
-home: https://truecharts.org/charts/stable/cadquery-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cadquery-server.webp
+home: https://trueforge.org/truecharts/stable/cadquery-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cadquery-server.webp
keywords:
- cadquery-server
- Productivity
diff --git a/charts/stable/cadquery-server/README.md b/charts/stable/cadquery-server/README.md
index 9ac7f74d703..bcc1e67fd28 100644
--- a/charts/stable/cadquery-server/README.md
+++ b/charts/stable/cadquery-server/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/stable/cadquery-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cadquery-server)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cadquery-server
+https://trueforge.org/truecharts/stable/cadquery-server
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/calendarr/Chart.yaml b/charts/stable/calendarr/Chart.yaml
index bbca6764b40..a49f3c5ac06 100644
--- a/charts/stable/calendarr/Chart.yaml
+++ b/charts/stable/calendarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Fetches upcoming airings/releases for TV shows and movies from Sonarr and Radarr calendars and posts them to Discord on a schedule.
-home: https://truecharts.org/charts/stable/calendarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/calendarr.webp
+home: https://trueforge.org/truecharts/stable/calendarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/calendarr.webp
keywords:
- calendarr
- calendars
diff --git a/charts/stable/calendarr/README.md b/charts/stable/calendarr/README.md
index 0dc9a47c856..11b631f9dad 100644
--- a/charts/stable/calendarr/README.md
+++ b/charts/stable/calendarr/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/stable/calendarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/calendarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/calendarr
+https://trueforge.org/truecharts/stable/calendarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/calibre-web/Chart.yaml b/charts/stable/calibre-web/Chart.yaml
index 572fffb2909..a25f0abc82d 100644
--- a/charts/stable/calibre-web/Chart.yaml
+++ b/charts/stable/calibre-web/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
-home: https://truecharts.org/charts/stable/calibre-web
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre-web.webp
+home: https://trueforge.org/truecharts/stable/calibre-web
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/calibre-web.webp
keywords:
- calibre-web
- calibre
diff --git a/charts/stable/calibre-web/README.md b/charts/stable/calibre-web/README.md
index 732b0b4e5d6..efc176b9ea9 100644
--- a/charts/stable/calibre-web/README.md
+++ b/charts/stable/calibre-web/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/stable/calibre-web)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/calibre-web
+https://trueforge.org/truecharts/stable/calibre-web
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/calibre/Chart.yaml b/charts/stable/calibre/Chart.yaml
index 4df9c11ec1e..c37c0a97b79 100644
--- a/charts/stable/calibre/Chart.yaml
+++ b/charts/stable/calibre/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Calibre is a powerful and easy to use e-book manager.
-home: https://truecharts.org/charts/stable/calibre
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.webp
+home: https://trueforge.org/truecharts/stable/calibre
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/calibre.webp
keywords:
- calibre
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/calibre/README.md b/charts/stable/calibre/README.md
index e50e36ff5e5..dbe6e946e3f 100644
--- a/charts/stable/calibre/README.md
+++ b/charts/stable/calibre/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/stable/calibre)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/calibre)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/calibre
+https://trueforge.org/truecharts/stable/calibre
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cannery/Chart.yaml b/charts/stable/cannery/Chart.yaml
index 738c40363fc..282fb9b2729 100644
--- a/charts/stable/cannery/Chart.yaml
+++ b/charts/stable/cannery/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The self-hosted firearm tracker website.
-home: https://truecharts.org/charts/stable/cannery
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cannery.webp
+home: https://trueforge.org/truecharts/stable/cannery
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cannery.webp
keywords:
- cannery
- asset-tracker
diff --git a/charts/stable/cannery/README.md b/charts/stable/cannery/README.md
index 176cb626508..f41efbadd1c 100644
--- a/charts/stable/cannery/README.md
+++ b/charts/stable/cannery/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/stable/cannery)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cannery)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cannery
+https://trueforge.org/truecharts/stable/cannery
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/changedetection-io/Chart.yaml b/charts/stable/changedetection-io/Chart.yaml
index b2ebee94d8f..e72252fcb9c 100644
--- a/charts/stable/changedetection-io/Chart.yaml
+++ b/charts/stable/changedetection-io/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The best and simplest free open source website change detection, website watcher, restock monitor and notification service
-home: https://truecharts.org/charts/stable/changedetection-io
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/changedetection-io.webp
+home: https://trueforge.org/truecharts/stable/changedetection-io
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/changedetection-io.webp
keywords:
- monitoring
- changedection
diff --git a/charts/stable/changedetection-io/README.md b/charts/stable/changedetection-io/README.md
index 80a4f095d22..1d323820e0d 100644
--- a/charts/stable/changedetection-io/README.md
+++ b/charts/stable/changedetection-io/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/stable/changedetection-io)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/changedetection-io)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/changedetection-io
+https://trueforge.org/truecharts/stable/changedetection-io
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/channels-dvr/Chart.yaml b/charts/stable/channels-dvr/Chart.yaml
index 9df10c25987..d4f9963a074 100644
--- a/charts/stable/channels-dvr/Chart.yaml
+++ b/charts/stable/channels-dvr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Channels DVR Server
-home: https://truecharts.org/charts/stable/channels-dvr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/channels-dvr.webp
+home: https://trueforge.org/truecharts/stable/channels-dvr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/channels-dvr.webp
keywords:
- channels-dvr
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/channels-dvr/README.md b/charts/stable/channels-dvr/README.md
index b28c60d5405..a206b2eec3a 100644
--- a/charts/stable/channels-dvr/README.md
+++ b/charts/stable/channels-dvr/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/stable/channels-dvr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/channels-dvr
+https://trueforge.org/truecharts/stable/channels-dvr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/chevereto/Chart.yaml b/charts/stable/chevereto/Chart.yaml
index 357028f102d..ec6be0a9a58 100644
--- a/charts/stable/chevereto/Chart.yaml
+++ b/charts/stable/chevereto/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server.
-home: https://truecharts.org/charts/stable/chevereto
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chevereto.webp
+home: https://trueforge.org/truecharts/stable/chevereto
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/chevereto.webp
keywords:
- chevereto
kubeVersion: '>=1.24.0-0'
@@ -40,7 +40,7 @@ maintainers:
url: https://truecharts.org
name: chevereto
sources:
- - https://chevereto-free.github.io/setup/system/environment.html#image-handling-variables
+ - https://chevereto-free.github.io/setup/stable/environment.html#image-handling-variables
- https://ghcr.io/rodber/chevereto-free
- https://github.com/rodber/chevereto-free
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/chevereto
diff --git a/charts/stable/chevereto/README.md b/charts/stable/chevereto/README.md
index 0ca29122e5c..4af6b86f93e 100644
--- a/charts/stable/chevereto/README.md
+++ b/charts/stable/chevereto/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/stable/chevereto)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/chevereto)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/chevereto
+https://trueforge.org/truecharts/stable/chevereto
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/chivalry-medievalwarfare/Chart.yaml b/charts/stable/chivalry-medievalwarfare/Chart.yaml
index c03dc4e2210..e6aec4b15e6 100644
--- a/charts/stable/chivalry-medievalwarfare/Chart.yaml
+++ b/charts/stable/chivalry-medievalwarfare/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'This Chart will download and install SteamCMD. It will also install Chivalry: Medieval Warfare and run it.'
-home: https://truecharts.org/charts/stable/chivalry-medievalwarfare
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.webp
+home: https://trueforge.org/truecharts/stable/chivalry-medievalwarfare
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/chivalry-medievalwarfare.webp
keywords:
- chivalry-medievalwarfare
- GameServers
diff --git a/charts/stable/chivalry-medievalwarfare/README.md b/charts/stable/chivalry-medievalwarfare/README.md
index ed2b1076671..0a40acaece8 100644
--- a/charts/stable/chivalry-medievalwarfare/README.md
+++ b/charts/stable/chivalry-medievalwarfare/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/stable/chivalry-medievalwarfare)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/chivalry-medievalwarfare
+https://trueforge.org/truecharts/stable/chivalry-medievalwarfare
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/chowdown/Chart.yaml b/charts/stable/chowdown/Chart.yaml
index 602cc7c9ddd..37cbc32a02b 100644
--- a/charts/stable/chowdown/Chart.yaml
+++ b/charts/stable/chowdown/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Simple recipes in Markdown format.
-home: https://truecharts.org/charts/stable/chowdown
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chowdown.webp
+home: https://trueforge.org/truecharts/stable/chowdown
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/chowdown.webp
keywords:
- chowdown
- Other
diff --git a/charts/stable/chowdown/README.md b/charts/stable/chowdown/README.md
index 2cc53346ec9..7581af51fa2 100644
--- a/charts/stable/chowdown/README.md
+++ b/charts/stable/chowdown/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/stable/chowdown)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/chowdown)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/chowdown
+https://trueforge.org/truecharts/stable/chowdown
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/chroma/Chart.yaml b/charts/stable/chroma/Chart.yaml
index 58a1d8a914a..e16d127bd96 100644
--- a/charts/stable/chroma/Chart.yaml
+++ b/charts/stable/chroma/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: the AI-native open-source embedding database.
-home: https://truecharts.org/charts/stable/chroma
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chroma.webp
+home: https://trueforge.org/truecharts/stable/chroma
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/chroma.webp
keywords:
- chroma
- embedding
diff --git a/charts/stable/chroma/README.md b/charts/stable/chroma/README.md
index ece537eb162..f0d004a3ed0 100644
--- a/charts/stable/chroma/README.md
+++ b/charts/stable/chroma/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/stable/chroma)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/chroma)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/chroma
+https://trueforge.org/truecharts/stable/chroma
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/chromium-desktop-g3/Chart.yaml b/charts/stable/chromium-desktop-g3/Chart.yaml
index b267f7a6e23..4960b791aa6 100644
--- a/charts/stable/chromium-desktop-g3/Chart.yaml
+++ b/charts/stable/chromium-desktop-g3/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/chromium-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.webp
+home: https://trueforge.org/truecharts/stable/chromium-desktop-g3
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/chromium-desktop-g3.webp
keywords:
- chromium-desktop-g3
- Tools-Utilities
diff --git a/charts/stable/chromium-desktop-g3/README.md b/charts/stable/chromium-desktop-g3/README.md
index f3986c43c2f..e253079d5dd 100644
--- a/charts/stable/chromium-desktop-g3/README.md
+++ b/charts/stable/chromium-desktop-g3/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/stable/chromium-desktop-g3)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/chromium-desktop-g3
+https://trueforge.org/truecharts/stable/chromium-desktop-g3
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/chromium/Chart.yaml b/charts/stable/chromium/Chart.yaml
index bb6d5d666e4..36212e8511e 100644
--- a/charts/stable/chromium/Chart.yaml
+++ b/charts/stable/chromium/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Chromium is a free and open-source software project developed by the Google-sponsored Chromium project.
-home: https://truecharts.org/charts/stable/chromium
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chromium.webp
+home: https://trueforge.org/truecharts/stable/chromium
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/chromium.webp
keywords:
- chromium
- Productivity
diff --git a/charts/stable/chromium/README.md b/charts/stable/chromium/README.md
index 6d00bec6e78..e6a2de66012 100644
--- a/charts/stable/chromium/README.md
+++ b/charts/stable/chromium/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/stable/chromium)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/chromium)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/chromium
+https://trueforge.org/truecharts/stable/chromium
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/chronograf/Chart.yaml b/charts/stable/chronograf/Chart.yaml
index 9924df70660..ae719b0d9f3 100644
--- a/charts/stable/chronograf/Chart.yaml
+++ b/charts/stable/chronograf/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Chronograf is InfluxData’s open source web application. Use Chronograf with the other components of the TICK stack to visualize your monitoring data and easily create alerting and automation rules.
-home: https://truecharts.org/charts/stable/chronograf
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.webp
+home: https://trueforge.org/truecharts/stable/chronograf
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/chronograf.webp
keywords:
- chronograf
- Tools-System
diff --git a/charts/stable/chronograf/README.md b/charts/stable/chronograf/README.md
index d20bd221619..940ca6770d8 100644
--- a/charts/stable/chronograf/README.md
+++ b/charts/stable/chronograf/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/stable/chronograf)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/chronograf)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/chronograf
+https://trueforge.org/truecharts/stable/chronograf
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/chronos/Chart.yaml b/charts/stable/chronos/Chart.yaml
index 7a857ec75e1..3a8dedc6770 100644
--- a/charts/stable/chronos/Chart.yaml
+++ b/charts/stable/chronos/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI.
-home: https://truecharts.org/charts/stable/chronos
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronos.webp
+home: https://trueforge.org/truecharts/stable/chronos
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/chronos.webp
keywords:
- chronos
- Tools-Utilities
diff --git a/charts/stable/chronos/README.md b/charts/stable/chronos/README.md
index 7f501df2e24..c74b1f477c8 100644
--- a/charts/stable/chronos/README.md
+++ b/charts/stable/chronos/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/stable/chronos)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/chronos)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/chronos
+https://trueforge.org/truecharts/stable/chronos
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ciao/Chart.yaml b/charts/stable/ciao/Chart.yaml
index 44a8cb47f46..e57602a910e 100644
--- a/charts/stable/ciao/Chart.yaml
+++ b/charts/stable/ciao/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ciao checks HTTP(S) URL endpoints for a HTTP status code (or errors on the lower TCP stack) and sends a notification on status change via E-Mail or Webhooks.
-home: https://truecharts.org/charts/stable/ciao
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ciao.webp
+home: https://trueforge.org/truecharts/stable/ciao
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ciao.webp
keywords:
- ciao
- Network-Other
diff --git a/charts/stable/ciao/README.md b/charts/stable/ciao/README.md
index ffa89438847..0019854b92e 100644
--- a/charts/stable/ciao/README.md
+++ b/charts/stable/ciao/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/stable/ciao)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ciao)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ciao
+https://trueforge.org/truecharts/stable/ciao
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/citadel-forgedwithfire/Chart.yaml b/charts/stable/citadel-forgedwithfire/Chart.yaml
index e6f13a8445e..01a5e5b85dd 100644
--- a/charts/stable/citadel-forgedwithfire/Chart.yaml
+++ b/charts/stable/citadel-forgedwithfire/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Citadel - Forged with Fire and run it.
-home: https://truecharts.org/charts/stable/citadel-forgedwithfire
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.webp
+home: https://trueforge.org/truecharts/stable/citadel-forgedwithfire
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/citadel-forgedwithfire.webp
keywords:
- citadel-forgedwithfire
- GameServers
diff --git a/charts/stable/citadel-forgedwithfire/README.md b/charts/stable/citadel-forgedwithfire/README.md
index b011d3a6f01..adbd959e71e 100644
--- a/charts/stable/citadel-forgedwithfire/README.md
+++ b/charts/stable/citadel-forgedwithfire/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/stable/citadel-forgedwithfire)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/citadel-forgedwithfire
+https://trueforge.org/truecharts/stable/citadel-forgedwithfire
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/clamav/Chart.yaml b/charts/stable/clamav/Chart.yaml
index a6c730207c5..5093483879e 100644
--- a/charts/stable/clamav/Chart.yaml
+++ b/charts/stable/clamav/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
-home: https://truecharts.org/charts/stable/clamav
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.webp
+home: https://trueforge.org/truecharts/stable/clamav
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/clamav.webp
keywords:
- clamav
- antivirus
diff --git a/charts/stable/clamav/README.md b/charts/stable/clamav/README.md
index 906eae12baf..c0a82736cd6 100644
--- a/charts/stable/clamav/README.md
+++ b/charts/stable/clamav/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/stable/clamav)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/clamav)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/clamav
+https://trueforge.org/truecharts/stable/clamav
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/clarkson/Chart.yaml b/charts/stable/clarkson/Chart.yaml
index 0abee75a6c2..b6e0f5d236c 100644
--- a/charts/stable/clarkson/Chart.yaml
+++ b/charts/stable/clarkson/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles.
-home: https://truecharts.org/charts/stable/clarkson
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.webp
+home: https://trueforge.org/truecharts/stable/clarkson
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/clarkson.webp
keywords:
- fuel
- car
diff --git a/charts/stable/clarkson/README.md b/charts/stable/clarkson/README.md
index b8f9752021c..1b3bfeeae7e 100644
--- a/charts/stable/clarkson/README.md
+++ b/charts/stable/clarkson/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/stable/clarkson)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/clarkson)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/clarkson
+https://trueforge.org/truecharts/stable/clarkson
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/clickhouse/Chart.yaml b/charts/stable/clickhouse/Chart.yaml
index 9bd331be0ce..d79bb6f17c5 100644
--- a/charts/stable/clickhouse/Chart.yaml
+++ b/charts/stable/clickhouse/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
-home: https://truecharts.org/charts/stable/clickhouse
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.webp
+home: https://trueforge.org/truecharts/stable/clickhouse
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/clickhouse.webp
keywords:
- database
- clickhouse
diff --git a/charts/stable/clickhouse/README.md b/charts/stable/clickhouse/README.md
index 3c98fe2f0df..765c895463d 100644
--- a/charts/stable/clickhouse/README.md
+++ b/charts/stable/clickhouse/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/stable/clickhouse)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/clickhouse)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/clickhouse
+https://trueforge.org/truecharts/stable/clickhouse
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/clipplex/Chart.yaml b/charts/stable/clipplex/Chart.yaml
index cf27efe69a0..d6364d374aa 100644
--- a/charts/stable/clipplex/Chart.yaml
+++ b/charts/stable/clipplex/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Clip your plex media to share.
-home: https://truecharts.org/charts/stable/clipplex
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/clipplex.webp
+home: https://trueforge.org/truecharts/stable/clipplex
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/clipplex.webp
keywords:
- clipplex
- media
diff --git a/charts/stable/clipplex/README.md b/charts/stable/clipplex/README.md
index d7266c8413d..abf6fb0612b 100644
--- a/charts/stable/clipplex/README.md
+++ b/charts/stable/clipplex/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/stable/clipplex)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/clipplex)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/clipplex
+https://trueforge.org/truecharts/stable/clipplex
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cloud9/Chart.yaml b/charts/stable/cloud9/Chart.yaml
index d7ad51c3ca8..4c7ac6bc0f2 100644
--- a/charts/stable/cloud9/Chart.yaml
+++ b/charts/stable/cloud9/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A complete web based IDE with terminal access
-home: https://truecharts.org/charts/stable/cloud9
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.webp
+home: https://trueforge.org/truecharts/stable/cloud9
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cloud9.webp
keywords:
- cloud9
- ide
diff --git a/charts/stable/cloud9/README.md b/charts/stable/cloud9/README.md
index cf5a5368d75..41a26476634 100644
--- a/charts/stable/cloud9/README.md
+++ b/charts/stable/cloud9/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/stable/cloud9)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cloud9)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cloud9
+https://trueforge.org/truecharts/stable/cloud9
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cloudcommander/Chart.yaml b/charts/stable/cloudcommander/Chart.yaml
index 07c72578bb0..22f45838828 100644
--- a/charts/stable/cloudcommander/Chart.yaml
+++ b/charts/stable/cloudcommander/Chart.yaml
@@ -23,8 +23,8 @@ dependencies:
deprecated: false
description: |
[b]CloudCommander[/b] is a simple web file browser with a built in text editor and archive compress/extract abilities.[br/]
-home: https://truecharts.org/charts/stable/cloudcommander
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudcommander.webp
+home: https://trueforge.org/truecharts/stable/cloudcommander
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cloudcommander.webp
keywords:
- cloudcommander
- Tools-Utilities
diff --git a/charts/stable/cloudcommander/README.md b/charts/stable/cloudcommander/README.md
index 1b88b8ffc51..9adedf9fb01 100644
--- a/charts/stable/cloudcommander/README.md
+++ b/charts/stable/cloudcommander/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/stable/cloudcommander)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cloudcommander)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cloudcommander
+https://trueforge.org/truecharts/stable/cloudcommander
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cloudflared/Chart.yaml b/charts/stable/cloudflared/Chart.yaml
index 0ea3a8c9602..911b1dde37d 100644
--- a/charts/stable/cloudflared/Chart.yaml
+++ b/charts/stable/cloudflared/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.
-home: https://truecharts.org/charts/stable/cloudflared
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.webp
+home: https://trueforge.org/truecharts/stable/cloudflared
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cloudflared.webp
keywords:
- cloudflared
- networking
diff --git a/charts/stable/cloudflared/README.md b/charts/stable/cloudflared/README.md
index da9097c0d94..d31fd827949 100644
--- a/charts/stable/cloudflared/README.md
+++ b/charts/stable/cloudflared/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/stable/cloudflared)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cloudflared)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cloudflared
+https://trueforge.org/truecharts/stable/cloudflared
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cloudflareddns/Chart.yaml b/charts/stable/cloudflareddns/Chart.yaml
index 16cedf45758..07cf1496156 100644
--- a/charts/stable/cloudflareddns/Chart.yaml
+++ b/charts/stable/cloudflareddns/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Automate Cloudflare DNS records for those with a dynamic IP.
-home: https://truecharts.org/charts/stable/cloudflareddns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflareddns.webp
+home: https://trueforge.org/truecharts/stable/cloudflareddns
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cloudflareddns.webp
keywords:
- cloudflareddns
- ddns
diff --git a/charts/stable/cloudflareddns/README.md b/charts/stable/cloudflareddns/README.md
index 2be13c12d3e..0c73404c62a 100644
--- a/charts/stable/cloudflareddns/README.md
+++ b/charts/stable/cloudflareddns/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/stable/cloudflareddns)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cloudflareddns)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cloudflareddns
+https://trueforge.org/truecharts/stable/cloudflareddns
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cloudflareddns/docs/setup-guide.md b/charts/stable/cloudflareddns/docs/setup-guide.md
index 2ab114fd0c1..b7a51ba5027 100644
--- a/charts/stable/cloudflareddns/docs/setup-guide.md
+++ b/charts/stable/cloudflareddns/docs/setup-guide.md
@@ -6,7 +6,7 @@ This guide will help you go through the steps to use Cloudflareddns to update yo
## Prerequisites
-This guide assumes you've followed our [clusterissuer guide](/charts/premium/clusterissuer/how-to) with your domain and done the configuration for your DNS on Cloudflare
+This guide assumes you've followed our [clusterissuer guide](/charts/stable/clusterissuer/how-to) with your domain and done the configuration for your DNS on Cloudflare
The recommended way is to setup CNAMEs for your subdomains (charts) and keep your A record pointed to your base domain, such as below
diff --git a/charts/stable/cloudreve/Chart.yaml b/charts/stable/cloudreve/Chart.yaml
index add3760111c..09cf3e7fdbb 100644
--- a/charts/stable/cloudreve/Chart.yaml
+++ b/charts/stable/cloudreve/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Self-hosted file management and sharing system, supports multiple storage providers
-home: https://truecharts.org/charts/stable/cloudreve
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudreve.webp
+home: https://trueforge.org/truecharts/stable/cloudreve
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cloudreve.webp
keywords:
- cloudreve
- Cloud
diff --git a/charts/stable/cloudreve/README.md b/charts/stable/cloudreve/README.md
index c9e308b3fdc..961e4f3fee8 100644
--- a/charts/stable/cloudreve/README.md
+++ b/charts/stable/cloudreve/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/stable/cloudreve)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cloudreve)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cloudreve
+https://trueforge.org/truecharts/stable/cloudreve
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/clusterissuer/Chart.yaml b/charts/stable/clusterissuer/Chart.yaml
index dab672fd065..2140a95b66e 100644
--- a/charts/stable/clusterissuer/Chart.yaml
+++ b/charts/stable/clusterissuer/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Certificate management for Kubernetes
-home: https://truecharts.org/charts/premium/clusterissuer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/clusterissuer.webp
+home: https://trueforge.org/truecharts/stable/clusterissuer
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/clusterissuer.webp
keywords:
- cert-manager
- certificates
@@ -35,8 +35,8 @@ maintainers:
name: clusterissuer
sources:
- https://cert-manager.io/
- - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/clusterissuer
- - https://github.com/trueforge/truecharts/tree/master/charts/premium/clusterissuer
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/clusterissuer
+ - https://github.com/trueforge/truecharts/tree/master/charts/stable/clusterissuer
- https://hub.docker.com/_/hello-world
type: application
version: 10.8.0
diff --git a/charts/stable/clusterissuer/README.md b/charts/stable/clusterissuer/README.md
index 9e047b2766c..c75e2699877 100644
--- a/charts/stable/clusterissuer/README.md
+++ b/charts/stable/clusterissuer/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/premium/clusterissuer)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/clusterissuer)
**This chart is not 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/clusterissuer`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/premium/clusterissuer
+https://trueforge.org/truecharts/stable/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-org/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/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/code-server/Chart.yaml b/charts/stable/code-server/Chart.yaml
index ac7002ed620..9d141bc201b 100644
--- a/charts/stable/code-server/Chart.yaml
+++ b/charts/stable/code-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Run VS Code on any machine anywhere and access it in the browser.
-home: https://truecharts.org/charts/stable/code-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/code-server.webp
+home: https://trueforge.org/truecharts/stable/code-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/code-server.webp
keywords:
- code
- vs
diff --git a/charts/stable/code-server/README.md b/charts/stable/code-server/README.md
index 9cd68e05c4c..bdf239413a0 100644
--- a/charts/stable/code-server/README.md
+++ b/charts/stable/code-server/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/stable/code-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/code-server
+https://trueforge.org/truecharts/stable/code-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/codeproject-ai-server/Chart.yaml b/charts/stable/codeproject-ai-server/Chart.yaml
index 288d09b8644..5610bcb99e3 100644
--- a/charts/stable/codeproject-ai-server/Chart.yaml
+++ b/charts/stable/codeproject-ai-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A standalone, self-hosted, fast, free and Open Source Artificial Intelligence microserver for any platform, any language.
-home: https://truecharts.org/charts/stable/codeproject-ai-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/codeproject-ai-server.webp
+home: https://trueforge.org/truecharts/stable/codeproject-ai-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/codeproject-ai-server.webp
keywords:
- ai-server
- sense-ai
diff --git a/charts/stable/codeproject-ai-server/README.md b/charts/stable/codeproject-ai-server/README.md
index 6bf1b9c2d06..7cea7b0e2fc 100644
--- a/charts/stable/codeproject-ai-server/README.md
+++ b/charts/stable/codeproject-ai-server/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/stable/codeproject-ai-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/codeproject-ai-server)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/codeproject-ai-server
+https://trueforge.org/truecharts/stable/codeproject-ai-server
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/collabora/Chart.yaml b/charts/stable/collabora/Chart.yaml
index 5339d123c9e..9f164138f01 100644
--- a/charts/stable/collabora/Chart.yaml
+++ b/charts/stable/collabora/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An awesome, Online Office suite image suitable for home use.
-home: https://truecharts.org/charts/stable/collabora
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/collabora.webp
+home: https://trueforge.org/truecharts/stable/collabora
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/collabora.webp
keywords:
- office
- document
diff --git a/charts/stable/collabora/README.md b/charts/stable/collabora/README.md
index 5db87d9df78..85ed872800c 100644
--- a/charts/stable/collabora/README.md
+++ b/charts/stable/collabora/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/stable/collabora)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/collabora)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/collabora
+https://trueforge.org/truecharts/stable/collabora
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/colonysurvival/Chart.yaml b/charts/stable/colonysurvival/Chart.yaml
index e0a5621b722..7cc9b6a7b3b 100644
--- a/charts/stable/colonysurvival/Chart.yaml
+++ b/charts/stable/colonysurvival/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Colony Survival and run it.
-home: https://truecharts.org/charts/stable/colonysurvival
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/colonysurvival.webp
+home: https://trueforge.org/truecharts/stable/colonysurvival
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/colonysurvival.webp
keywords:
- colonysurvival
- GameServers
diff --git a/charts/stable/colonysurvival/README.md b/charts/stable/colonysurvival/README.md
index 90d3640fd8a..c102fb29888 100644
--- a/charts/stable/colonysurvival/README.md
+++ b/charts/stable/colonysurvival/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/stable/colonysurvival)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/colonysurvival)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/colonysurvival
+https://trueforge.org/truecharts/stable/colonysurvival
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/comet/Chart.yaml b/charts/stable/comet/Chart.yaml
index 11b7e502a29..a6ae1ca8e26 100644
--- a/charts/stable/comet/Chart.yaml
+++ b/charts/stable/comet/Chart.yaml
@@ -20,8 +20,8 @@ dependencies:
import-values: []
deprecated: false
description: comet self-hosted
-home: https://truecharts.org/charts/stable/comet
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/comet.webp
+home: https://trueforge.org/truecharts/stable/comet
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/comet.webp
keywords:
- comet
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/comet/README.md b/charts/stable/comet/README.md
index 7f598c5a29e..b8fcffbf240 100644
--- a/charts/stable/comet/README.md
+++ b/charts/stable/comet/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/stable/comet)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/comet)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/comet
+https://trueforge.org/truecharts/stable/comet
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/commento-plusplus/Chart.yaml b/charts/stable/commento-plusplus/Chart.yaml
index d7182e3c9b6..57616a9d685 100644
--- a/charts/stable/commento-plusplus/Chart.yaml
+++ b/charts/stable/commento-plusplus/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Commento++ is a free, open source, fast & lightweight comments box that you can embed in your static website instead of Disqus.
-home: https://truecharts.org/charts/stable/commento-plusplus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/commento-plusplus.webp
+home: https://trueforge.org/truecharts/stable/commento-plusplus
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/commento-plusplus.webp
keywords:
- commento
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/commento-plusplus/README.md b/charts/stable/commento-plusplus/README.md
index 0505fd8db78..6394f3fcb94 100644
--- a/charts/stable/commento-plusplus/README.md
+++ b/charts/stable/commento-plusplus/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/stable/commento-plusplus)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/commento-plusplus)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/commento-plusplus
+https://trueforge.org/truecharts/stable/commento-plusplus
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/conanexiles/Chart.yaml b/charts/stable/conanexiles/Chart.yaml
index e997230ce4d..87e7404a30f 100644
--- a/charts/stable/conanexiles/Chart.yaml
+++ b/charts/stable/conanexiles/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Conan Exiles and run it.
-home: https://truecharts.org/charts/stable/conanexiles
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/conanexiles.webp
+home: https://trueforge.org/truecharts/stable/conanexiles
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/conanexiles.webp
keywords:
- conanexiles
- GameServers
diff --git a/charts/stable/conanexiles/README.md b/charts/stable/conanexiles/README.md
index b1e6800fdc6..5a84382d291 100644
--- a/charts/stable/conanexiles/README.md
+++ b/charts/stable/conanexiles/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/stable/conanexiles)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/conanexiles)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/conanexiles
+https://trueforge.org/truecharts/stable/conanexiles
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/convos/Chart.yaml b/charts/stable/convos/Chart.yaml
index 22c7d2352ef..3395316056f 100644
--- a/charts/stable/convos/Chart.yaml
+++ b/charts/stable/convos/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Convos is the simplest way to use IRC and it is always online
-home: https://truecharts.org/charts/stable/convos
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/convos.webp
+home: https://trueforge.org/truecharts/stable/convos
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/convos.webp
keywords:
- convos
- Network-Messenger
diff --git a/charts/stable/convos/README.md b/charts/stable/convos/README.md
index aa809db70df..faafad87cd7 100644
--- a/charts/stable/convos/README.md
+++ b/charts/stable/convos/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/stable/convos)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/convos)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/convos
+https://trueforge.org/truecharts/stable/convos
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cops/Chart.yaml b/charts/stable/cops/Chart.yaml
index 3e0615bc571..d4a5af50e98 100644
--- a/charts/stable/cops/Chart.yaml
+++ b/charts/stable/cops/Chart.yaml
@@ -23,8 +23,8 @@ dependencies:
deprecated: false
description: |
Cops(http://blog.slucas.fr/en/oss/calibre-opds-php-server) by Sébastien Lucas, stands for Calibre OPDS (and HTML) Php Server.
-home: https://truecharts.org/charts/stable/cops
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cops.webp
+home: https://trueforge.org/truecharts/stable/cops
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cops.webp
keywords:
- cops
- Cloud
diff --git a/charts/stable/cops/README.md b/charts/stable/cops/README.md
index 583430b3962..40cd72672df 100644
--- a/charts/stable/cops/README.md
+++ b/charts/stable/cops/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/stable/cops)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cops)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cops
+https://trueforge.org/truecharts/stable/cops
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/core-keeper-dedicated-server/Chart.yaml b/charts/stable/core-keeper-dedicated-server/Chart.yaml
index ddd1efb5cda..c3dd915634b 100644
--- a/charts/stable/core-keeper-dedicated-server/Chart.yaml
+++ b/charts/stable/core-keeper-dedicated-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Chart file for the new Core Keeper dedicated server running from SteamCMD. (No account etc needed)
-home: https://truecharts.org/charts/stable/core-keeper-dedicated-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.webp
+home: https://trueforge.org/truecharts/stable/core-keeper-dedicated-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/core-keeper-dedicated-server.webp
keywords:
- core-keeper-dedicated-server
- GameServers
diff --git a/charts/stable/core-keeper-dedicated-server/README.md b/charts/stable/core-keeper-dedicated-server/README.md
index ba6011fc424..8631b0c297a 100644
--- a/charts/stable/core-keeper-dedicated-server/README.md
+++ b/charts/stable/core-keeper-dedicated-server/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/stable/core-keeper-dedicated-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/core-keeper-dedicated-server
+https://trueforge.org/truecharts/stable/core-keeper-dedicated-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/corekeeper/Chart.yaml b/charts/stable/corekeeper/Chart.yaml
index 8183af67be2..0d9ffa5d5bc 100644
--- a/charts/stable/corekeeper/Chart.yaml
+++ b/charts/stable/corekeeper/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install CoreKeeper and run it.
-home: https://truecharts.org/charts/stable/corekeeper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/corekeeper.webp
+home: https://trueforge.org/truecharts/stable/corekeeper
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/corekeeper.webp
keywords:
- corekeeper
- GameServers
diff --git a/charts/stable/corekeeper/README.md b/charts/stable/corekeeper/README.md
index f4408bd33ec..0247f9289c8 100644
--- a/charts/stable/corekeeper/README.md
+++ b/charts/stable/corekeeper/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/stable/corekeeper)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/corekeeper)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/corekeeper
+https://trueforge.org/truecharts/stable/corekeeper
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/couchpotato/Chart.yaml b/charts/stable/couchpotato/Chart.yaml
index 46521e7a9d7..41e2e95cff8 100644
--- a/charts/stable/couchpotato/Chart.yaml
+++ b/charts/stable/couchpotato/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Couchpotato is an automatic NZB and torrent downloader.
-home: https://truecharts.org/charts/stable/couchpotato
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/couchpotato.webp
+home: https://trueforge.org/truecharts/stable/couchpotato
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/couchpotato.webp
keywords:
- couchpotato
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/couchpotato/README.md b/charts/stable/couchpotato/README.md
index 5f72f9a0e61..7bc01980c36 100644
--- a/charts/stable/couchpotato/README.md
+++ b/charts/stable/couchpotato/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/stable/couchpotato)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/couchpotato)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/couchpotato
+https://trueforge.org/truecharts/stable/couchpotato
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/counterstrike2d/Chart.yaml b/charts/stable/counterstrike2d/Chart.yaml
index 28a0a4977fb..ae80536e01d 100644
--- a/charts/stable/counterstrike2d/Chart.yaml
+++ b/charts/stable/counterstrike2d/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install CounterStrike 2D.
-home: https://truecharts.org/charts/stable/counterstrike2d
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/counterstrike2d.webp
+home: https://trueforge.org/truecharts/stable/counterstrike2d
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/counterstrike2d.webp
keywords:
- counterstrike2d
- GameServers
diff --git a/charts/stable/counterstrike2d/README.md b/charts/stable/counterstrike2d/README.md
index dbd3c5da4f2..481973bb163 100644
--- a/charts/stable/counterstrike2d/README.md
+++ b/charts/stable/counterstrike2d/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/stable/counterstrike2d)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/counterstrike2d)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/counterstrike2d
+https://trueforge.org/truecharts/stable/counterstrike2d
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cowyo/Chart.yaml b/charts/stable/cowyo/Chart.yaml
index 3c61935e46c..3d216782305 100644
--- a/charts/stable/cowyo/Chart.yaml
+++ b/charts/stable/cowyo/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: cowyo is a self-contained wiki server that makes jotting notes easy and fast. The most important feature here is simplicity. Other features include versioning, page locking, self-destructing messages, encryption, and listifying.
-home: https://truecharts.org/charts/stable/cowyo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cowyo.webp
+home: https://trueforge.org/truecharts/stable/cowyo
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cowyo.webp
keywords:
- cowyo
- Cloud
diff --git a/charts/stable/cowyo/README.md b/charts/stable/cowyo/README.md
index 666501d8f2b..a2d2ab32ce9 100644
--- a/charts/stable/cowyo/README.md
+++ b/charts/stable/cowyo/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/stable/cowyo)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cowyo)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cowyo
+https://trueforge.org/truecharts/stable/cowyo
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/craftopia/Chart.yaml b/charts/stable/craftopia/Chart.yaml
index 0bf4829b696..78ba15bb18c 100644
--- a/charts/stable/craftopia/Chart.yaml
+++ b/charts/stable/craftopia/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Craftopia and run it.
-home: https://truecharts.org/charts/stable/craftopia
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/craftopia.webp
+home: https://trueforge.org/truecharts/stable/craftopia
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/craftopia.webp
keywords:
- craftopia
- GameServers
diff --git a/charts/stable/craftopia/README.md b/charts/stable/craftopia/README.md
index 2a7143e392b..6adcb39900f 100644
--- a/charts/stable/craftopia/README.md
+++ b/charts/stable/craftopia/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/stable/craftopia)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/craftopia)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/craftopia
+https://trueforge.org/truecharts/stable/craftopia
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/crafty-4/Chart.yaml b/charts/stable/crafty-4/Chart.yaml
index 661f20c40f0..e1d1a81d99a 100644
--- a/charts/stable/crafty-4/Chart.yaml
+++ b/charts/stable/crafty-4/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Crafty Controller is a Minecraft Server Control Panel / Launcher.
-home: https://truecharts.org/charts/stable/crafty-4
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/crafty-4.webp
+home: https://trueforge.org/truecharts/stable/crafty-4
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/crafty-4.webp
keywords:
- crafty-4
- GameServers
diff --git a/charts/stable/crafty-4/README.md b/charts/stable/crafty-4/README.md
index c22c0695a91..78874dca20f 100644
--- a/charts/stable/crafty-4/README.md
+++ b/charts/stable/crafty-4/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/stable/crafty-4)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/crafty-4)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/crafty-4
+https://trueforge.org/truecharts/stable/crafty-4
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/crypto-exchanges-gateway/Chart.yaml b/charts/stable/crypto-exchanges-gateway/Chart.yaml
index 251325fda14..94187d077f9 100644
--- a/charts/stable/crypto-exchanges-gateway/Chart.yaml
+++ b/charts/stable/crypto-exchanges-gateway/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Your gateway to the world of crypto
-home: https://truecharts.org/charts/stable/crypto-exchanges-gateway
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.webp
+home: https://trueforge.org/truecharts/stable/crypto-exchanges-gateway
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/crypto-exchanges-gateway.webp
keywords:
- crypto-exchanges-gateway
- Productivity
diff --git a/charts/stable/crypto-exchanges-gateway/README.md b/charts/stable/crypto-exchanges-gateway/README.md
index b3b1c6c6c78..5f4f8ec6981 100644
--- a/charts/stable/crypto-exchanges-gateway/README.md
+++ b/charts/stable/crypto-exchanges-gateway/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/stable/crypto-exchanges-gateway)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/crypto-exchanges-gateway
+https://trueforge.org/truecharts/stable/crypto-exchanges-gateway
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cryptofolio/Chart.yaml b/charts/stable/cryptofolio/Chart.yaml
index 81e784e418f..c6066fd586a 100644
--- a/charts/stable/cryptofolio/Chart.yaml
+++ b/charts/stable/cryptofolio/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Track your cryptocurrency holdings/portfolio
-home: https://truecharts.org/charts/stable/cryptofolio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptofolio.webp
+home: https://trueforge.org/truecharts/stable/cryptofolio
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cryptofolio.webp
keywords:
- cryptofolio
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/cryptofolio/README.md b/charts/stable/cryptofolio/README.md
index 2b0e7549437..4734571ce4b 100644
--- a/charts/stable/cryptofolio/README.md
+++ b/charts/stable/cryptofolio/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/stable/cryptofolio)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cryptofolio)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cryptofolio
+https://trueforge.org/truecharts/stable/cryptofolio
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cryptpad/Chart.yaml b/charts/stable/cryptpad/Chart.yaml
index 8e7027376ef..1d0548dbffb 100644
--- a/charts/stable/cryptpad/Chart.yaml
+++ b/charts/stable/cryptpad/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: CryptPad is the Zero Knowledge realtime collaborative editor.
-home: https://truecharts.org/charts/stable/cryptpad
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cryptpad.webp
+home: https://trueforge.org/truecharts/stable/cryptpad
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cryptpad.webp
keywords:
- cryptpad
- Productivity
diff --git a/charts/stable/cryptpad/README.md b/charts/stable/cryptpad/README.md
index 9d88598fe54..5534765a09b 100644
--- a/charts/stable/cryptpad/README.md
+++ b/charts/stable/cryptpad/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/stable/cryptpad)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cryptpad)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cryptpad
+https://trueforge.org/truecharts/stable/cryptpad
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cs2/Chart.yaml b/charts/stable/cs2/Chart.yaml
index d10bb7e6ab8..c8ff91d1239 100644
--- a/charts/stable/cs2/Chart.yaml
+++ b/charts/stable/cs2/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A custom SteamCMD chart that runs CS2.
-home: https://truecharts.org/charts/stable/cs2
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cs2.webp
+home: https://trueforge.org/truecharts/stable/cs2
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cs2.webp
keywords:
- cs2
- counter-strike
diff --git a/charts/stable/cs2/README.md b/charts/stable/cs2/README.md
index a228d95e48b..3f51871f8e8 100644
--- a/charts/stable/cs2/README.md
+++ b/charts/stable/cs2/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/stable/cs2)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cs2)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cs2
+https://trueforge.org/truecharts/stable/cs2
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/csgo/Chart.yaml b/charts/stable/csgo/Chart.yaml
index 8934d6aa1e9..448b8965fb0 100644
--- a/charts/stable/csgo/Chart.yaml
+++ b/charts/stable/csgo/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'This Chart will download and install SteamCMD. It will also install Counter-Strike: GO and run it.'
-home: https://truecharts.org/charts/stable/csgo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/csgo.webp
+home: https://trueforge.org/truecharts/stable/csgo
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/csgo.webp
keywords:
- csgo
- GameServers
diff --git a/charts/stable/csgo/README.md b/charts/stable/csgo/README.md
index 11356242fda..3d7a5ff6db9 100644
--- a/charts/stable/csgo/README.md
+++ b/charts/stable/csgo/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/stable/csgo)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/csgo)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/csgo
+https://trueforge.org/truecharts/stable/csgo
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cssource/Chart.yaml b/charts/stable/cssource/Chart.yaml
index 59fe64a1f17..eccca79b5be 100644
--- a/charts/stable/cssource/Chart.yaml
+++ b/charts/stable/cssource/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'This Chart will download and install SteamCMD. It will also install Counter-Strike: Source and run it.'
-home: https://truecharts.org/charts/stable/cssource
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cssource.webp
+home: https://trueforge.org/truecharts/stable/cssource
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cssource.webp
keywords:
- cssource
- GameServers
diff --git a/charts/stable/cssource/README.md b/charts/stable/cssource/README.md
index d22a0085846..bee4f0bc9f0 100644
--- a/charts/stable/cssource/README.md
+++ b/charts/stable/cssource/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/stable/cssource)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cssource)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cssource
+https://trueforge.org/truecharts/stable/cssource
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cstrike1-6/Chart.yaml b/charts/stable/cstrike1-6/Chart.yaml
index 19fbc4e3287..e79483db4d2 100644
--- a/charts/stable/cstrike1-6/Chart.yaml
+++ b/charts/stable/cstrike1-6/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Counter-Strike 1.6 and run it.
-home: https://truecharts.org/charts/stable/cstrike1-6
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrike1-6.webp
+home: https://trueforge.org/truecharts/stable/cstrike1-6
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cstrike1-6.webp
keywords:
- cstrike1-6
- GameServers
diff --git a/charts/stable/cstrike1-6/README.md b/charts/stable/cstrike1-6/README.md
index 60bc6092a58..14c59381b11 100644
--- a/charts/stable/cstrike1-6/README.md
+++ b/charts/stable/cstrike1-6/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/stable/cstrike1-6)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cstrike1-6
+https://trueforge.org/truecharts/stable/cstrike1-6
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cstrikeconditionzero/Chart.yaml b/charts/stable/cstrikeconditionzero/Chart.yaml
index 09d59d353a1..61f8440a3f5 100644
--- a/charts/stable/cstrikeconditionzero/Chart.yaml
+++ b/charts/stable/cstrikeconditionzero/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Counter-Strike Condition Zero and run it.
-home: https://truecharts.org/charts/stable/cstrikeconditionzero
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.webp
+home: https://trueforge.org/truecharts/stable/cstrikeconditionzero
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cstrikeconditionzero.webp
keywords:
- cstrikeconditionzero
- GameServers
diff --git a/charts/stable/cstrikeconditionzero/README.md b/charts/stable/cstrikeconditionzero/README.md
index 6688e865bf0..88e1d41f3fb 100644
--- a/charts/stable/cstrikeconditionzero/README.md
+++ b/charts/stable/cstrikeconditionzero/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/stable/cstrikeconditionzero)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cstrikeconditionzero)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cstrikeconditionzero
+https://trueforge.org/truecharts/stable/cstrikeconditionzero
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ctfd/Chart.yaml b/charts/stable/ctfd/Chart.yaml
index 6e2fc26bc44..7e27d7d58c2 100644
--- a/charts/stable/ctfd/Chart.yaml
+++ b/charts/stable/ctfd/Chart.yaml
@@ -36,8 +36,8 @@ dependencies:
import-values: []
deprecated: false
description: CTFd is a Capture The Flag framework focusing on ease of use and customizability.
-home: https://truecharts.org/charts/stable/ctfd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.webp
+home: https://trueforge.org/truecharts/stable/ctfd
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ctfd.webp
keywords:
- ctfd
- learning
diff --git a/charts/stable/ctfd/README.md b/charts/stable/ctfd/README.md
index 4e70e39922e..d278b5d288d 100644
--- a/charts/stable/ctfd/README.md
+++ b/charts/stable/ctfd/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/stable/ctfd)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ctfd)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ctfd
+https://trueforge.org/truecharts/stable/ctfd
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cura-novnc/Chart.yaml b/charts/stable/cura-novnc/Chart.yaml
index 5d14d86f98e..a078c98ca8c 100644
--- a/charts/stable/cura-novnc/Chart.yaml
+++ b/charts/stable/cura-novnc/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Enjoy Cura directly in your browser with this easy to use Chart
-home: https://truecharts.org/charts/stable/cura-novnc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cura-novnc.webp
+home: https://trueforge.org/truecharts/stable/cura-novnc
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cura-novnc.webp
keywords:
- cura-novnc
- home-automation
diff --git a/charts/stable/cura-novnc/README.md b/charts/stable/cura-novnc/README.md
index d9dcf3e6a54..634e7fa294a 100644
--- a/charts/stable/cura-novnc/README.md
+++ b/charts/stable/cura-novnc/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/stable/cura-novnc)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cura-novnc
+https://trueforge.org/truecharts/stable/cura-novnc
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/cyberchef/Chart.yaml b/charts/stable/cyberchef/Chart.yaml
index eba48a92a5c..ca826c98c1f 100644
--- a/charts/stable/cyberchef/Chart.yaml
+++ b/charts/stable/cyberchef/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: CyberChef is a simple, intuitive web app for carrying out all manner of "cyber" operations within a web browser.
-home: https://truecharts.org/charts/stable/cyberchef
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/cyberchef.webp
+home: https://trueforge.org/truecharts/stable/cyberchef
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/cyberchef.webp
keywords:
- cyberchef
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/cyberchef/README.md b/charts/stable/cyberchef/README.md
index 1e5926e9784..730a3476dc6 100644
--- a/charts/stable/cyberchef/README.md
+++ b/charts/stable/cyberchef/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/stable/cyberchef)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/cyberchef)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/cyberchef
+https://trueforge.org/truecharts/stable/cyberchef
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/czkawka/Chart.yaml b/charts/stable/czkawka/Chart.yaml
index 5c7db1e0263..e95c95e7a63 100644
--- a/charts/stable/czkawka/Chart.yaml
+++ b/charts/stable/czkawka/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Czkawka is a simple, fast and free app to remove unnecessary files from your computer.
-home: https://truecharts.org/charts/stable/czkawka
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/czkawka.webp
+home: https://trueforge.org/truecharts/stable/czkawka
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/czkawka.webp
keywords:
- duplicates
- file management
diff --git a/charts/stable/czkawka/README.md b/charts/stable/czkawka/README.md
index e5dba335773..927ebd83273 100644
--- a/charts/stable/czkawka/README.md
+++ b/charts/stable/czkawka/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/stable/czkawka)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/czkawka)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/czkawka
+https://trueforge.org/truecharts/stable/czkawka
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dailynotes/Chart.yaml b/charts/stable/dailynotes/Chart.yaml
index ce97dedfb43..a927622b538 100644
--- a/charts/stable/dailynotes/Chart.yaml
+++ b/charts/stable/dailynotes/Chart.yaml
@@ -23,8 +23,8 @@ dependencies:
deprecated: false
description: |
App for taking notes and tracking tasks on a daily basis.
-home: https://truecharts.org/charts/stable/dailynotes
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dailynotes.webp
+home: https://trueforge.org/truecharts/stable/dailynotes
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dailynotes.webp
keywords:
- dailynotes
- Other
diff --git a/charts/stable/dailynotes/README.md b/charts/stable/dailynotes/README.md
index 26d29c853ce..e934715cc3d 100644
--- a/charts/stable/dailynotes/README.md
+++ b/charts/stable/dailynotes/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/stable/dailynotes)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dailynotes)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dailynotes
+https://trueforge.org/truecharts/stable/dailynotes
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/damselfly/Chart.yaml b/charts/stable/damselfly/Chart.yaml
index ced75ead135..2df79b0cdaa 100644
--- a/charts/stable/damselfly/Chart.yaml
+++ b/charts/stable/damselfly/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Damselfly is a server-based Digital Asset Management system. The goal of Damselfly is to index an extremely large collection of images, and allow easy search and retrieval of those images, using metadata such as the IPTC keyword tags, as well as the folder and file names. See https://damselfly.info for more details.
-home: https://truecharts.org/charts/stable/damselfly
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/damselfly.webp
+home: https://trueforge.org/truecharts/stable/damselfly
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/damselfly.webp
keywords:
- damselfly
- MediaApp-Photos
diff --git a/charts/stable/damselfly/README.md b/charts/stable/damselfly/README.md
index a0168624aa8..e522280930b 100644
--- a/charts/stable/damselfly/README.md
+++ b/charts/stable/damselfly/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/stable/damselfly)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/damselfly)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/damselfly
+https://trueforge.org/truecharts/stable/damselfly
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dashdot/Chart.yaml b/charts/stable/dashdot/Chart.yaml
index b80b34cf44a..235afc6e277 100644
--- a/charts/stable/dashdot/Chart.yaml
+++ b/charts/stable/dashdot/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: dash. (or dashdot) is a modern server dashboard, running on the latest tech, designed with glassmorphism in mind.
-home: https://truecharts.org/charts/stable/dashdot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashdot.webp
+home: https://trueforge.org/truecharts/stable/dashdot
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dashdot.webp
keywords:
- dashboard
- dashdot
diff --git a/charts/stable/dashdot/README.md b/charts/stable/dashdot/README.md
index ffa95d2eeb5..a591032a958 100644
--- a/charts/stable/dashdot/README.md
+++ b/charts/stable/dashdot/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/stable/dashdot)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dashdot)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dashdot
+https://trueforge.org/truecharts/stable/dashdot
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dashmachine/Chart.yaml b/charts/stable/dashmachine/Chart.yaml
index a026eabc401..581b5d587a2 100644
--- a/charts/stable/dashmachine/Chart.yaml
+++ b/charts/stable/dashmachine/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'Another web application bookmark dashboard, with fun features.[br][br][b][u][span style=''color: #ff9900;'']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]'
-home: https://truecharts.org/charts/stable/dashmachine
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashmachine.webp
+home: https://trueforge.org/truecharts/stable/dashmachine
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dashmachine.webp
keywords:
- dashmachine
- Productivity
diff --git a/charts/stable/dashmachine/README.md b/charts/stable/dashmachine/README.md
index 4d760dd57b9..5ed4c5292e4 100644
--- a/charts/stable/dashmachine/README.md
+++ b/charts/stable/dashmachine/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/stable/dashmachine)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dashmachine)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dashmachine
+https://trueforge.org/truecharts/stable/dashmachine
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dashy/Chart.yaml b/charts/stable/dashy/Chart.yaml
index 2b010a13b34..81f7e4c8ea1 100644
--- a/charts/stable/dashy/Chart.yaml
+++ b/charts/stable/dashy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Dashy helps you organize your self-hosted services by making them accessible from a single place
-home: https://truecharts.org/charts/stable/dashy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.webp
+home: https://trueforge.org/truecharts/stable/dashy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dashy.webp
keywords:
- dashboard
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/dashy/README.md b/charts/stable/dashy/README.md
index 8d7a8354266..e2dfe1521ca 100644
--- a/charts/stable/dashy/README.md
+++ b/charts/stable/dashy/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/stable/dashy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dashy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dashy
+https://trueforge.org/truecharts/stable/dashy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/davos/Chart.yaml b/charts/stable/davos/Chart.yaml
index 913d64b2b62..2cecbdc2c55 100644
--- a/charts/stable/davos/Chart.yaml
+++ b/charts/stable/davos/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An FTP automation tool that periodically scans given host locations for new files.
-home: https://truecharts.org/charts/stable/davos
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/davos.webp
+home: https://trueforge.org/truecharts/stable/davos
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/davos.webp
keywords:
- davos
- ftp
diff --git a/charts/stable/davos/README.md b/charts/stable/davos/README.md
index 45f80b75249..b0bd9414a1b 100644
--- a/charts/stable/davos/README.md
+++ b/charts/stable/davos/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/stable/davos)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/davos)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/davos
+https://trueforge.org/truecharts/stable/davos
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dayofdefeatsource/Chart.yaml b/charts/stable/dayofdefeatsource/Chart.yaml
index 3171fe7b9dd..31d92e6c02d 100644
--- a/charts/stable/dayofdefeatsource/Chart.yaml
+++ b/charts/stable/dayofdefeatsource/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'This Chart will download and install SteamCMD. It will also install Day of Defeat: Source and run it.'
-home: https://truecharts.org/charts/stable/dayofdefeatsource
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayofdefeatsource.webp
+home: https://trueforge.org/truecharts/stable/dayofdefeatsource
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dayofdefeatsource.webp
keywords:
- dayofdefeatsource
- GameServers
diff --git a/charts/stable/dayofdefeatsource/README.md b/charts/stable/dayofdefeatsource/README.md
index 352fceea848..74243095980 100644
--- a/charts/stable/dayofdefeatsource/README.md
+++ b/charts/stable/dayofdefeatsource/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/stable/dayofdefeatsource)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dayofdefeatsource)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dayofdefeatsource
+https://trueforge.org/truecharts/stable/dayofdefeatsource
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/daysofwar/Chart.yaml b/charts/stable/daysofwar/Chart.yaml
index a8b5029d261..1a8f1006d1b 100644
--- a/charts/stable/daysofwar/Chart.yaml
+++ b/charts/stable/daysofwar/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Days of War and run it.
-home: https://truecharts.org/charts/stable/daysofwar
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/daysofwar.webp
+home: https://trueforge.org/truecharts/stable/daysofwar
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/daysofwar.webp
keywords:
- daysofwar
- GameServers
diff --git a/charts/stable/daysofwar/README.md b/charts/stable/daysofwar/README.md
index 07fb21e6c36..243945ce55c 100644
--- a/charts/stable/daysofwar/README.md
+++ b/charts/stable/daysofwar/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/stable/daysofwar)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/daysofwar)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/daysofwar
+https://trueforge.org/truecharts/stable/daysofwar
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dayz/Chart.yaml b/charts/stable/dayz/Chart.yaml
index 9b565728d96..29b6c2d36c3 100644
--- a/charts/stable/dayz/Chart.yaml
+++ b/charts/stable/dayz/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install DayZ and run it.
-home: https://truecharts.org/charts/stable/dayz
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dayz.webp
+home: https://trueforge.org/truecharts/stable/dayz
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dayz.webp
keywords:
- dayz
- GameServers
diff --git a/charts/stable/dayz/README.md b/charts/stable/dayz/README.md
index 0026732c460..5418cf6fb33 100644
--- a/charts/stable/dayz/README.md
+++ b/charts/stable/dayz/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/stable/dayz)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dayz)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dayz
+https://trueforge.org/truecharts/stable/dayz
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ddclient/Chart.yaml b/charts/stable/ddclient/Chart.yaml
index 8faf024ce9d..fb0177ebbab 100644
--- a/charts/stable/ddclient/Chart.yaml
+++ b/charts/stable/ddclient/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Ddclient is a Perl client used to update dynamic DNS entries for accounts on Dynamic DNS Network Service Provider.
-home: https://truecharts.org/charts/stable/ddclient
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.webp
+home: https://trueforge.org/truecharts/stable/ddclient
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ddclient.webp
keywords:
- ddclient
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/ddclient/README.md b/charts/stable/ddclient/README.md
index c859707398c..70c3991cd9f 100644
--- a/charts/stable/ddclient/README.md
+++ b/charts/stable/ddclient/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/stable/ddclient)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ddclient)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ddclient
+https://trueforge.org/truecharts/stable/ddclient
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ddns-go/Chart.yaml b/charts/stable/ddns-go/Chart.yaml
index a455fd1cf6b..711ccb97a10 100644
--- a/charts/stable/ddns-go/Chart.yaml
+++ b/charts/stable/ddns-go/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Automatically obtain your public network IPv4 or IPv6 address and resolve it to the corresponding domain name service
-home: https://truecharts.org/charts/stable/ddns-go
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-go.webp
+home: https://trueforge.org/truecharts/stable/ddns-go
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ddns-go.webp
keywords:
- ddns-go
- ddns
diff --git a/charts/stable/ddns-go/README.md b/charts/stable/ddns-go/README.md
index 9a42aa59a3a..fbf3e5dcf8c 100644
--- a/charts/stable/ddns-go/README.md
+++ b/charts/stable/ddns-go/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/stable/ddns-go)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ddns-go
+https://trueforge.org/truecharts/stable/ddns-go
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ddns-route53/Chart.yaml b/charts/stable/ddns-route53/Chart.yaml
index 38039ac23e9..4e3ed55bf12 100644
--- a/charts/stable/ddns-route53/Chart.yaml
+++ b/charts/stable/ddns-route53/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Dynamic DNS for Amazon Route 53 on a time-based schedule
-home: https://truecharts.org/charts/stable/ddns-route53
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-route53.webp
+home: https://trueforge.org/truecharts/stable/ddns-route53
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ddns-route53.webp
keywords:
- ddns-route53
- Network-DNS
diff --git a/charts/stable/ddns-route53/README.md b/charts/stable/ddns-route53/README.md
index 6f97b0ad784..f2cf01c7848 100644
--- a/charts/stable/ddns-route53/README.md
+++ b/charts/stable/ddns-route53/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/stable/ddns-route53)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ddns-route53
+https://trueforge.org/truecharts/stable/ddns-route53
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ddns-updater/Chart.yaml b/charts/stable/ddns-updater/Chart.yaml
index 23cb00d291f..df204b0428b 100644
--- a/charts/stable/ddns-updater/Chart.yaml
+++ b/charts/stable/ddns-updater/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Light container updating DNS A and/or AAAA records periodically for multiple DNS providers
-home: https://truecharts.org/charts/stable/ddns-updater
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddns-updater.webp
+home: https://trueforge.org/truecharts/stable/ddns-updater
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ddns-updater.webp
keywords:
- ddns-updater
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/ddns-updater/README.md b/charts/stable/ddns-updater/README.md
index 42f084c0202..4a718d8b35b 100644
--- a/charts/stable/ddns-updater/README.md
+++ b/charts/stable/ddns-updater/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/stable/ddns-updater)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ddns-updater
+https://trueforge.org/truecharts/stable/ddns-updater
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/debian-apt-mirror/Chart.yaml b/charts/stable/debian-apt-mirror/Chart.yaml
index a4cecabb385..eb0ce1930a6 100644
--- a/charts/stable/debian-apt-mirror/Chart.yaml
+++ b/charts/stable/debian-apt-mirror/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will run apt-mirror and Apache2. This allows you to create a local apt mirror for Debian packages.
-home: https://truecharts.org/charts/stable/debian-apt-mirror
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-apt-mirror.webp
+home: https://trueforge.org/truecharts/stable/debian-apt-mirror
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/debian-apt-mirror.webp
keywords:
- debian-apt-mirror
- Network-Other
diff --git a/charts/stable/debian-apt-mirror/README.md b/charts/stable/debian-apt-mirror/README.md
index 682cdcb00b3..9cb56991fbf 100644
--- a/charts/stable/debian-apt-mirror/README.md
+++ b/charts/stable/debian-apt-mirror/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/stable/debian-apt-mirror)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/debian-apt-mirror)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/debian-apt-mirror
+https://trueforge.org/truecharts/stable/debian-apt-mirror
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/debian-bullseye/Chart.yaml b/charts/stable/debian-bullseye/Chart.yaml
index ed17d27f127..7eb36bdeba6 100644
--- a/charts/stable/debian-bullseye/Chart.yaml
+++ b/charts/stable/debian-bullseye/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart is a full Debian Bullseye Xfce4 Desktop environment with a noVNC webGUI and all the basic tools pre-installed.
-home: https://truecharts.org/charts/stable/debian-bullseye
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/debian-bullseye.webp
+home: https://trueforge.org/truecharts/stable/debian-bullseye
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/debian-bullseye.webp
keywords:
- debian-bullseye
- Productivity
diff --git a/charts/stable/debian-bullseye/README.md b/charts/stable/debian-bullseye/README.md
index 86601e77b50..94e14df768f 100644
--- a/charts/stable/debian-bullseye/README.md
+++ b/charts/stable/debian-bullseye/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/stable/debian-bullseye)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/debian-bullseye
+https://trueforge.org/truecharts/stable/debian-bullseye
## Configuration Options
@@ -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-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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/deconz/Chart.yaml b/charts/stable/deconz/Chart.yaml
index 7255dda23df..349235f2c18 100644
--- a/charts/stable/deconz/Chart.yaml
+++ b/charts/stable/deconz/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: deCONZ is an easy to use control software, with which you can set up and control Zigbee networks of any size without further programming effort.
-home: https://truecharts.org/charts/stable/deconz
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/deconz.webp
+home: https://trueforge.org/truecharts/stable/deconz
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/deconz.webp
keywords:
- deconz
- home-automation
diff --git a/charts/stable/deconz/README.md b/charts/stable/deconz/README.md
index 75b12cfc64d..c9a4465310f 100644
--- a/charts/stable/deconz/README.md
+++ b/charts/stable/deconz/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/stable/deconz)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/deconz)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/deconz
+https://trueforge.org/truecharts/stable/deconz
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/deemix/Chart.yaml b/charts/stable/deemix/Chart.yaml
index c69a518f5fb..eaf8d6eb22b 100644
--- a/charts/stable/deemix/Chart.yaml
+++ b/charts/stable/deemix/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: deemix is a deezer downloader built from the ashes of Deezloader Remix.
-home: https://truecharts.org/charts/stable/deemix
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/deemix.webp
+home: https://trueforge.org/truecharts/stable/deemix
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/deemix.webp
keywords:
- music
- deemix
diff --git a/charts/stable/deemix/README.md b/charts/stable/deemix/README.md
index 2338b84816b..28644a187ae 100644
--- a/charts/stable/deemix/README.md
+++ b/charts/stable/deemix/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/stable/deemix)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/deemix)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/deemix
+https://trueforge.org/truecharts/stable/deemix
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/deepstack/Chart.yaml b/charts/stable/deepstack/Chart.yaml
index f7d5687b85c..841f97b25ca 100644
--- a/charts/stable/deepstack/Chart.yaml
+++ b/charts/stable/deepstack/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: DeepStack AI provides AI features including Face Recognition, Object Detection, Scene Recognition and custom AI Models
-home: https://truecharts.org/charts/stable/deepstack
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/deepstack.webp
+home: https://trueforge.org/truecharts/stable/deepstack
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/deepstack.webp
keywords:
- AI
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/deepstack/README.md b/charts/stable/deepstack/README.md
index ca3f669e82f..1f1ef438823 100644
--- a/charts/stable/deepstack/README.md
+++ b/charts/stable/deepstack/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/stable/deepstack)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/deepstack)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/deepstack
+https://trueforge.org/truecharts/stable/deepstack
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dell-idrac-fan-controller/Chart.yaml b/charts/stable/dell-idrac-fan-controller/Chart.yaml
index acf01b15c13..5576a7f28df 100644
--- a/charts/stable/dell-idrac-fan-controller/Chart.yaml
+++ b/charts/stable/dell-idrac-fan-controller/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Control your Dell PowerEdge fans via IPMI
-home: https://truecharts.org/charts/stable/dell-idrac-fan-controller
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.webp
+home: https://trueforge.org/truecharts/stable/dell-idrac-fan-controller
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dell-idrac-fan-controller.webp
keywords:
- iDrac
- Dell
diff --git a/charts/stable/dell-idrac-fan-controller/README.md b/charts/stable/dell-idrac-fan-controller/README.md
index 6becf4d0b32..1b1de602f13 100644
--- a/charts/stable/dell-idrac-fan-controller/README.md
+++ b/charts/stable/dell-idrac-fan-controller/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/stable/dell-idrac-fan-controller)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dell-idrac-fan-controller)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dell-idrac-fan-controller
+https://trueforge.org/truecharts/stable/dell-idrac-fan-controller
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/deluge/Chart.yaml b/charts/stable/deluge/Chart.yaml
index 4585e5f8abd..cdc33a7b264 100644
--- a/charts/stable/deluge/Chart.yaml
+++ b/charts/stable/deluge/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Deluge App for TrueNAS SCALE
-home: https://truecharts.org/charts/stable/deluge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/deluge.webp
+home: https://trueforge.org/truecharts/stable/deluge
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/deluge.webp
keywords:
- transmission
- torrent
diff --git a/charts/stable/deluge/README.md b/charts/stable/deluge/README.md
index f03895e8b2d..c485a4f79d1 100644
--- a/charts/stable/deluge/README.md
+++ b/charts/stable/deluge/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/stable/deluge)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/deluge)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/deluge
+https://trueforge.org/truecharts/stable/deluge
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/digikam/Chart.yaml b/charts/stable/digikam/Chart.yaml
index 9ec02104bd5..2e34054f865 100644
--- a/charts/stable/digikam/Chart.yaml
+++ b/charts/stable/digikam/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Professional Photo Management with the Power of Open Source
-home: https://truecharts.org/charts/stable/digikam
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/digikam.webp
+home: https://trueforge.org/truecharts/stable/digikam
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/digikam.webp
keywords:
- digikam
- photo
diff --git a/charts/stable/digikam/README.md b/charts/stable/digikam/README.md
index 8116c47945e..8481bb3ab71 100644
--- a/charts/stable/digikam/README.md
+++ b/charts/stable/digikam/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/stable/digikam)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/digikam)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/digikam
+https://trueforge.org/truecharts/stable/digikam
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dillinger/Chart.yaml b/charts/stable/dillinger/Chart.yaml
index 9ba89e58135..5fd07ff90a5 100644
--- a/charts/stable/dillinger/Chart.yaml
+++ b/charts/stable/dillinger/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor.
-home: https://truecharts.org/charts/stable/dillinger
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.webp
+home: https://trueforge.org/truecharts/stable/dillinger
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dillinger.webp
keywords:
- dillinger
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/dillinger/README.md b/charts/stable/dillinger/README.md
index 7c2cabf97e5..4c4a856e181 100644
--- a/charts/stable/dillinger/README.md
+++ b/charts/stable/dillinger/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/stable/dillinger)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dillinger)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dillinger
+https://trueforge.org/truecharts/stable/dillinger
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/discordgsm/Chart.yaml b/charts/stable/discordgsm/Chart.yaml
index 42fab60388f..c9549ff8fd3 100644
--- a/charts/stable/discordgsm/Chart.yaml
+++ b/charts/stable/discordgsm/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A discord bot that monitors your game server and tracks the live data of your game servers.
-home: https://truecharts.org/charts/stable/discordgsm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/discordgsm.webp
+home: https://trueforge.org/truecharts/stable/discordgsm
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/discordgsm.webp
keywords:
- discordgsm
- game-server
diff --git a/charts/stable/discordgsm/README.md b/charts/stable/discordgsm/README.md
index d2d191cd8ce..e2f0bf3df7c 100644
--- a/charts/stable/discordgsm/README.md
+++ b/charts/stable/discordgsm/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/stable/discordgsm)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/discordgsm)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/discordgsm
+https://trueforge.org/truecharts/stable/discordgsm
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dispatch/Chart.yaml b/charts/stable/dispatch/Chart.yaml
index c59412b9f16..ea3fc5a799d 100644
--- a/charts/stable/dispatch/Chart.yaml
+++ b/charts/stable/dispatch/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Web-based IRC client in Go.
-home: https://truecharts.org/charts/stable/dispatch
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dispatch.webp
+home: https://trueforge.org/truecharts/stable/dispatch
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dispatch.webp
keywords:
- dispatch
- Network-Messenger
diff --git a/charts/stable/dispatch/README.md b/charts/stable/dispatch/README.md
index 969ecd478b8..a814d2fc208 100644
--- a/charts/stable/dispatch/README.md
+++ b/charts/stable/dispatch/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/stable/dispatch)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dispatch)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dispatch
+https://trueforge.org/truecharts/stable/dispatch
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dizquetv/Chart.yaml b/charts/stable/dizquetv/Chart.yaml
index 7ac90b8474d..fa135ec89fd 100644
--- a/charts/stable/dizquetv/Chart.yaml
+++ b/charts/stable/dizquetv/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Create live TV channel streams from media on your Plex servers.
-home: https://truecharts.org/charts/stable/dizquetv
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dizquetv.webp
+home: https://trueforge.org/truecharts/stable/dizquetv
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dizquetv.webp
keywords:
- dizqueTV
- dizquetv
diff --git a/charts/stable/dizquetv/README.md b/charts/stable/dizquetv/README.md
index 69927e9c790..66651dcf529 100644
--- a/charts/stable/dizquetv/README.md
+++ b/charts/stable/dizquetv/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/stable/dizquetv)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dizquetv)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dizquetv
+https://trueforge.org/truecharts/stable/dizquetv
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dns-doh-companion/Chart.yaml b/charts/stable/dns-doh-companion/Chart.yaml
index ae00e233c66..cda8c61c739 100644
--- a/charts/stable/dns-doh-companion/Chart.yaml
+++ b/charts/stable/dns-doh-companion/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A very simple DNS server to connect to DNS-over-HTTPS service. This is similar to my other Pihole-with-DoH Chart, without Pihole.
-home: https://truecharts.org/charts/stable/dns-doh-companion
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dns-doh-companion.webp
+home: https://trueforge.org/truecharts/stable/dns-doh-companion
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dns-doh-companion.webp
keywords:
- dns-doh-companion
- Network-DNS
diff --git a/charts/stable/dns-doh-companion/README.md b/charts/stable/dns-doh-companion/README.md
index c32541a9888..9baf2d1a64d 100644
--- a/charts/stable/dns-doh-companion/README.md
+++ b/charts/stable/dns-doh-companion/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/stable/dns-doh-companion)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dns-doh-companion
+https://trueforge.org/truecharts/stable/dns-doh-companion
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/docker-hub-rss/Chart.yaml b/charts/stable/docker-hub-rss/Chart.yaml
index ba9d013a17c..d5aeba592e1 100644
--- a/charts/stable/docker-hub-rss/Chart.yaml
+++ b/charts/stable/docker-hub-rss/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: RSS feed for Chart Hub images.
-home: https://truecharts.org/charts/stable/docker-hub-rss
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker-hub-rss.webp
+home: https://trueforge.org/truecharts/stable/docker-hub-rss
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/docker-hub-rss.webp
keywords:
- docker-hub-rss
- Cloud
diff --git a/charts/stable/docker-hub-rss/README.md b/charts/stable/docker-hub-rss/README.md
index e57fadbe5d2..22bab0b5963 100644
--- a/charts/stable/docker-hub-rss/README.md
+++ b/charts/stable/docker-hub-rss/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/stable/docker-hub-rss)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/docker-hub-rss
+https://trueforge.org/truecharts/stable/docker-hub-rss
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/docker/Chart.yaml b/charts/stable/docker/Chart.yaml
index 48514b3b268..fc7ebfedd46 100644
--- a/charts/stable/docker/Chart.yaml
+++ b/charts/stable/docker/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Dedicated App for using Docker-in-Docker
-home: https://truecharts.org/charts/stable/docker
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/docker.webp
+home: https://trueforge.org/truecharts/stable/docker
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/docker.webp
keywords:
- docker
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/docker/README.md b/charts/stable/docker/README.md
index 22a8dbeb199..d5d1c582d5f 100644
--- a/charts/stable/docker/README.md
+++ b/charts/stable/docker/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/stable/docker)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/docker)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/docker
+https://trueforge.org/truecharts/stable/docker
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dockerregistry/Chart.yaml b/charts/stable/dockerregistry/Chart.yaml
index 714ccebe102..01a72675328 100644
--- a/charts/stable/dockerregistry/Chart.yaml
+++ b/charts/stable/dockerregistry/Chart.yaml
@@ -23,8 +23,8 @@ dependencies:
deprecated: false
description: |
Docker Registry is used to store and distribute Docker images using HTTP API. This allows you host your own private Registry and store your images. Uses official Chart Registry image @ https://hub.Chart.com/_/registry/
-home: https://truecharts.org/charts/stable/dockerregistry
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockerregistry.webp
+home: https://trueforge.org/truecharts/stable/dockerregistry
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dockerregistry.webp
keywords:
- dockerregistry
- Cloud
diff --git a/charts/stable/dockerregistry/README.md b/charts/stable/dockerregistry/README.md
index 49800c00b0d..b075c8608c3 100644
--- a/charts/stable/dockerregistry/README.md
+++ b/charts/stable/dockerregistry/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/stable/dockerregistry)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dockerregistry)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dockerregistry
+https://trueforge.org/truecharts/stable/dockerregistry
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dockovpn/Chart.yaml b/charts/stable/dockovpn/Chart.yaml
index df329e42370..f2b59d9feae 100644
--- a/charts/stable/dockovpn/Chart.yaml
+++ b/charts/stable/dockovpn/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Out of the box stateless VPN server docker image which starts in just a few seconds and doesn't require persistent storage.
-home: https://truecharts.org/charts/stable/dockovpn
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dockovpn.webp
+home: https://trueforge.org/truecharts/stable/dockovpn
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dockovpn.webp
keywords:
- vpn
- openvpn
diff --git a/charts/stable/dockovpn/README.md b/charts/stable/dockovpn/README.md
index f1def185ef2..28e04ee23dc 100644
--- a/charts/stable/dockovpn/README.md
+++ b/charts/stable/dockovpn/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/stable/dockovpn)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dockovpn)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dockovpn
+https://trueforge.org/truecharts/stable/dockovpn
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/docusaurus/Chart.yaml b/charts/stable/docusaurus/Chart.yaml
index 46ea3447255..1b18c8d28d0 100644
--- a/charts/stable/docusaurus/Chart.yaml
+++ b/charts/stable/docusaurus/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Docusaurus makes it easy to maintain Open Source documentation websites.
-home: https://truecharts.org/charts/stable/docusaurus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/docusaurus.webp
+home: https://trueforge.org/truecharts/stable/docusaurus
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/docusaurus.webp
keywords:
- documentation
- website
diff --git a/charts/stable/docusaurus/README.md b/charts/stable/docusaurus/README.md
index 631b4ca2502..611787d4a0e 100644
--- a/charts/stable/docusaurus/README.md
+++ b/charts/stable/docusaurus/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/stable/docusaurus)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/docusaurus)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/docusaurus
+https://trueforge.org/truecharts/stable/docusaurus
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/docuseal/Chart.yaml b/charts/stable/docuseal/Chart.yaml
index 2a202f2a1fe..8b9a5932a50 100644
--- a/charts/stable/docuseal/Chart.yaml
+++ b/charts/stable/docuseal/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Open source DocuSign alternative. Create, fill, and sign digital documents.
-home: https://truecharts.org/charts/stable/docuseal
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/docuseal.webp
+home: https://trueforge.org/truecharts/stable/docuseal
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/docuseal.webp
keywords:
- docuseal
- business
diff --git a/charts/stable/docuseal/README.md b/charts/stable/docuseal/README.md
index c09f736891f..1d56e3f163e 100644
--- a/charts/stable/docuseal/README.md
+++ b/charts/stable/docuseal/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/stable/docuseal)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/docuseal)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/docuseal
+https://trueforge.org/truecharts/stable/docuseal
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dokuwiki/Chart.yaml b/charts/stable/dokuwiki/Chart.yaml
index a9567941eff..ca7d2c63b78 100644
--- a/charts/stable/dokuwiki/Chart.yaml
+++ b/charts/stable/dokuwiki/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Dokuwiki is a simple to use and highly versatile Open Source wiki software that doesn't require a database.
-home: https://truecharts.org/charts/stable/dokuwiki
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dokuwiki.webp
+home: https://trueforge.org/truecharts/stable/dokuwiki
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dokuwiki.webp
keywords:
- dokuwiki
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/dokuwiki/README.md b/charts/stable/dokuwiki/README.md
index 2bb7d4fd7d5..655905db30f 100644
--- a/charts/stable/dokuwiki/README.md
+++ b/charts/stable/dokuwiki/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/stable/dokuwiki)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dokuwiki)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dokuwiki
+https://trueforge.org/truecharts/stable/dokuwiki
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/domoticz/Chart.yaml b/charts/stable/domoticz/Chart.yaml
index e66d401f558..dc4a368a08a 100644
--- a/charts/stable/domoticz/Chart.yaml
+++ b/charts/stable/domoticz/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Domoticz is a Home Automation System that lets you monitor and configure various devices like Lights, Switches and much more.
-home: https://truecharts.org/charts/stable/domoticz
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/domoticz.webp
+home: https://trueforge.org/truecharts/stable/domoticz
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/domoticz.webp
keywords:
- domoticz
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/domoticz/README.md b/charts/stable/domoticz/README.md
index 44ed2590951..595e324e0df 100644
--- a/charts/stable/domoticz/README.md
+++ b/charts/stable/domoticz/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/stable/domoticz)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/domoticz)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/domoticz
+https://trueforge.org/truecharts/stable/domoticz
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dontstarvetogether/Chart.yaml b/charts/stable/dontstarvetogether/Chart.yaml
index 60f6d2c3829..e9667203b70 100644
--- a/charts/stable/dontstarvetogether/Chart.yaml
+++ b/charts/stable/dontstarvetogether/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Don't Starve Together and run it.
-home: https://truecharts.org/charts/stable/dontstarvetogether
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dontstarvetogether.webp
+home: https://trueforge.org/truecharts/stable/dontstarvetogether
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dontstarvetogether.webp
keywords:
- dontstarvetogether
- GameServers
diff --git a/charts/stable/dontstarvetogether/README.md b/charts/stable/dontstarvetogether/README.md
index ba3a678f740..52222cc781f 100644
--- a/charts/stable/dontstarvetogether/README.md
+++ b/charts/stable/dontstarvetogether/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/stable/dontstarvetogether)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dontstarvetogether)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dontstarvetogether
+https://trueforge.org/truecharts/stable/dontstarvetogether
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/doplarr/Chart.yaml b/charts/stable/doplarr/Chart.yaml
index 905c6877505..996fdbf85bf 100644
--- a/charts/stable/doplarr/Chart.yaml
+++ b/charts/stable/doplarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An *arr Request Bot for Discord
-home: https://truecharts.org/charts/stable/doplarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/doplarr.webp
+home: https://trueforge.org/truecharts/stable/doplarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/doplarr.webp
keywords:
- doplarr
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/doplarr/README.md b/charts/stable/doplarr/README.md
index a93ff3ffb9b..b754220cdbe 100644
--- a/charts/stable/doplarr/README.md
+++ b/charts/stable/doplarr/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/stable/doplarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/doplarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/doplarr
+https://trueforge.org/truecharts/stable/doplarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/double-take/Chart.yaml b/charts/stable/double-take/Chart.yaml
index 33f90ec287c..ad1ab48f62e 100644
--- a/charts/stable/double-take/Chart.yaml
+++ b/charts/stable/double-take/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Unified UI and API for processing and training images for facial recognition
-home: https://truecharts.org/charts/stable/double-take
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/double-take.webp
+home: https://trueforge.org/truecharts/stable/double-take
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/double-take.webp
keywords:
- ai
- double-take
diff --git a/charts/stable/double-take/README.md b/charts/stable/double-take/README.md
index c40891d55ce..b356ddc6aff 100644
--- a/charts/stable/double-take/README.md
+++ b/charts/stable/double-take/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/stable/double-take)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/double-take
+https://trueforge.org/truecharts/stable/double-take
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/doublecommander/Chart.yaml b/charts/stable/doublecommander/Chart.yaml
index 4dc9cc0b01d..2a906ae9f47 100644
--- a/charts/stable/doublecommander/Chart.yaml
+++ b/charts/stable/doublecommander/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A free cross platform open source file manager with two panels side by side.
-home: https://truecharts.org/charts/stable/doublecommander
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/doublecommander.webp
+home: https://trueforge.org/truecharts/stable/doublecommander
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/doublecommander.webp
keywords:
- doublecommander
- file
diff --git a/charts/stable/doublecommander/README.md b/charts/stable/doublecommander/README.md
index 3f8dfff319d..6637874f987 100644
--- a/charts/stable/doublecommander/README.md
+++ b/charts/stable/doublecommander/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/stable/doublecommander)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/doublecommander)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/doublecommander
+https://trueforge.org/truecharts/stable/doublecommander
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/drawio/Chart.yaml b/charts/stable/drawio/Chart.yaml
index c20ffb59af9..213a8900893 100644
--- a/charts/stable/drawio/Chart.yaml
+++ b/charts/stable/drawio/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Drawio is free online diagram software.
-home: https://truecharts.org/charts/stable/drawio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/drawio.webp
+home: https://trueforge.org/truecharts/stable/drawio
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/drawio.webp
keywords:
- drawio
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/drawio/README.md b/charts/stable/drawio/README.md
index 929a772a8ac..e498e16a179 100644
--- a/charts/stable/drawio/README.md
+++ b/charts/stable/drawio/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/stable/drawio)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/drawio)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/drawio
+https://trueforge.org/truecharts/stable/drawio
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dropbox-by-otherguy/Chart.yaml b/charts/stable/dropbox-by-otherguy/Chart.yaml
index 693bfd0fcfd..802e023f3a1 100644
--- a/charts/stable/dropbox-by-otherguy/Chart.yaml
+++ b/charts/stable/dropbox-by-otherguy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Dropbox client which syncs a local path with your cloud.
-home: https://truecharts.org/charts/stable/dropbox-by-otherguy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.webp
+home: https://trueforge.org/truecharts/stable/dropbox-by-otherguy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dropbox-by-otherguy.webp
keywords:
- dropbox-by-otherguy
- Cloud
diff --git a/charts/stable/dropbox-by-otherguy/README.md b/charts/stable/dropbox-by-otherguy/README.md
index eca3b48128b..bcfcd4c4a73 100644
--- a/charts/stable/dropbox-by-otherguy/README.md
+++ b/charts/stable/dropbox-by-otherguy/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/stable/dropbox-by-otherguy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dropbox-by-otherguy)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dropbox-by-otherguy
+https://trueforge.org/truecharts/stable/dropbox-by-otherguy
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/duckdns/Chart.yaml b/charts/stable/duckdns/Chart.yaml
index 056fbb1cac4..061537d2a8b 100644
--- a/charts/stable/duckdns/Chart.yaml
+++ b/charts/stable/duckdns/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Duckdns is a free service which will point a DNS (sub domains of duckdns.org) to an IP of your choice.
-home: https://truecharts.org/charts/stable/duckdns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.webp
+home: https://trueforge.org/truecharts/stable/duckdns
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/duckdns.webp
keywords:
- duckdns
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/duckdns/README.md b/charts/stable/duckdns/README.md
index 35d25ba3fd7..266311d7bc8 100644
--- a/charts/stable/duckdns/README.md
+++ b/charts/stable/duckdns/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/stable/duckdns)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/duckdns)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/duckdns
+https://trueforge.org/truecharts/stable/duckdns
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/dumbassets/Chart.yaml b/charts/stable/dumbassets/Chart.yaml
index 8a8feca0d37..276da2a80bb 100644
--- a/charts/stable/dumbassets/Chart.yaml
+++ b/charts/stable/dumbassets/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A stupid simple asset tracker for keeping track of your physical assets, their components, and applicable warranties and routine maintenance.
-home: https://truecharts.org/charts/stable/dumbassets
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/dumbassets.webp
+home: https://trueforge.org/truecharts/stable/dumbassets
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/dumbassets.webp
keywords:
- dumbassets
- dumbwareio
diff --git a/charts/stable/dumbassets/README.md b/charts/stable/dumbassets/README.md
index 7fdf6ef1f81..a0bffe35512 100644
--- a/charts/stable/dumbassets/README.md
+++ b/charts/stable/dumbassets/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/stable/dumbassets)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/dumbassets)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/dumbassets
+https://trueforge.org/truecharts/stable/dumbassets
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/duplicacy/Chart.yaml b/charts/stable/duplicacy/Chart.yaml
index 187955515a1..d245954134e 100644
--- a/charts/stable/duplicacy/Chart.yaml
+++ b/charts/stable/duplicacy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A new generation cross-platform cloud backup tool.
-home: https://truecharts.org/charts/stable/duplicacy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.webp
+home: https://trueforge.org/truecharts/stable/duplicacy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/duplicacy.webp
keywords:
- duplicacy
- Backup
diff --git a/charts/stable/duplicacy/README.md b/charts/stable/duplicacy/README.md
index c7922424555..40b0c5dae38 100644
--- a/charts/stable/duplicacy/README.md
+++ b/charts/stable/duplicacy/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/stable/duplicacy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/duplicacy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/duplicacy
+https://trueforge.org/truecharts/stable/duplicacy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/duplicati/Chart.yaml b/charts/stable/duplicati/Chart.yaml
index 3088dba4cdf..799f1eb47fa 100644
--- a/charts/stable/duplicati/Chart.yaml
+++ b/charts/stable/duplicati/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Store securely encrypted backups on cloud storage services!
-home: https://truecharts.org/charts/stable/duplicati
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicati.webp
+home: https://trueforge.org/truecharts/stable/duplicati
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/duplicati.webp
keywords:
- duplicati
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/duplicati/README.md b/charts/stable/duplicati/README.md
index f8abe29f332..2bf5d9d71b5 100644
--- a/charts/stable/duplicati/README.md
+++ b/charts/stable/duplicati/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/stable/duplicati)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/duplicati)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/duplicati
+https://trueforge.org/truecharts/stable/duplicati
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ecodms/Chart.yaml b/charts/stable/ecodms/Chart.yaml
index c079c99d974..b0887f33e74 100644
--- a/charts/stable/ecodms/Chart.yaml
+++ b/charts/stable/ecodms/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ecoDMS 18.09 (apu) Full Installation - Document Management System (DMS) - Audit-compliant archive for scanning, archiving, managing and retrieving all data and documents.
-home: https://truecharts.org/charts/stable/ecodms
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ecodms.webp
+home: https://trueforge.org/truecharts/stable/ecodms
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ecodms.webp
keywords:
- ecodms
- Cloud
diff --git a/charts/stable/ecodms/README.md b/charts/stable/ecodms/README.md
index 98812024af6..9e4294197a7 100644
--- a/charts/stable/ecodms/README.md
+++ b/charts/stable/ecodms/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/stable/ecodms)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ecodms)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ecodms
+https://trueforge.org/truecharts/stable/ecodms
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/electrum/Chart.yaml b/charts/stable/electrum/Chart.yaml
index 109b32ed87c..d2aab727fe9 100644
--- a/charts/stable/electrum/Chart.yaml
+++ b/charts/stable/electrum/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Electrum is a Bitcoin wallet focused on speed and simplicity, with low resource usage. It uses remote servers that handle the most complicated parts of the Bitcoin system, and it allows you to recover your wallet from a secret phrase.
-home: https://truecharts.org/charts/stable/electrum
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/electrum.webp
+home: https://trueforge.org/truecharts/stable/electrum
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/electrum.webp
keywords:
- electrum
- Network-Other
diff --git a/charts/stable/electrum/README.md b/charts/stable/electrum/README.md
index c68a51730be..1e872e931bc 100644
--- a/charts/stable/electrum/README.md
+++ b/charts/stable/electrum/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/stable/electrum)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/electrum)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/electrum
+https://trueforge.org/truecharts/stable/electrum
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/emby-sync/Chart.yaml b/charts/stable/emby-sync/Chart.yaml
index 28505b7ce66..e5a119ff67e 100644
--- a/charts/stable/emby-sync/Chart.yaml
+++ b/charts/stable/emby-sync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A small flask based service to sync up Emby clients
-home: https://truecharts.org/charts/stable/emby-sync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby-sync.webp
+home: https://trueforge.org/truecharts/stable/emby-sync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/emby-sync.webp
keywords:
- emby-sync
- Tools-Utilities
diff --git a/charts/stable/emby-sync/README.md b/charts/stable/emby-sync/README.md
index 2e4063b84b5..a9d37915562 100644
--- a/charts/stable/emby-sync/README.md
+++ b/charts/stable/emby-sync/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/stable/emby-sync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/emby-sync
+https://trueforge.org/truecharts/stable/emby-sync
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/emby/Chart.yaml b/charts/stable/emby/Chart.yaml
index c13e7a03a0a..bc29a6a81a2 100644
--- a/charts/stable/emby/Chart.yaml
+++ b/charts/stable/emby/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Emby Server is a home media server
-home: https://truecharts.org/charts/stable/emby
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/emby.webp
+home: https://trueforge.org/truecharts/stable/emby
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/emby.webp
keywords:
- jellyfin
- plex
diff --git a/charts/stable/emby/README.md b/charts/stable/emby/README.md
index c7b716e5556..a5e3fb507ce 100644
--- a/charts/stable/emby/README.md
+++ b/charts/stable/emby/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/stable/emby)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/emby)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/emby
+https://trueforge.org/truecharts/stable/emby
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/embystat/Chart.yaml b/charts/stable/embystat/Chart.yaml
index f40cd8d4451..ad96042d6e8 100644
--- a/charts/stable/embystat/Chart.yaml
+++ b/charts/stable/embystat/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Embystat is a personal web server that can calculate all kinds of statistics from your (local) Emby server.
-home: https://truecharts.org/charts/stable/embystat
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/embystat.webp
+home: https://trueforge.org/truecharts/stable/embystat
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/embystat.webp
keywords:
- embystat
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/embystat/README.md b/charts/stable/embystat/README.md
index 495e86e3adf..ef50f9f96ca 100644
--- a/charts/stable/embystat/README.md
+++ b/charts/stable/embystat/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/stable/embystat)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/embystat)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/embystat
+https://trueforge.org/truecharts/stable/embystat
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/emulatorjs/Chart.yaml b/charts/stable/emulatorjs/Chart.yaml
index 5ea138de914..d78819236fb 100644
--- a/charts/stable/emulatorjs/Chart.yaml
+++ b/charts/stable/emulatorjs/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Emulatorjs - In browser web based emulation portable to nearly any device for many retro consoles.
-home: https://truecharts.org/charts/stable/emulatorjs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.webp
+home: https://trueforge.org/truecharts/stable/emulatorjs
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/emulatorjs.webp
keywords:
- emulatorjs
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/emulatorjs/README.md b/charts/stable/emulatorjs/README.md
index 737156b0103..0ce801a225c 100644
--- a/charts/stable/emulatorjs/README.md
+++ b/charts/stable/emulatorjs/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/stable/emulatorjs)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/emulatorjs)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/emulatorjs
+https://trueforge.org/truecharts/stable/emulatorjs
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/endlessh/Chart.yaml b/charts/stable/endlessh/Chart.yaml
index 231c339ef3d..fefa4357479 100644
--- a/charts/stable/endlessh/Chart.yaml
+++ b/charts/stable/endlessh/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Endlessh is an SSH tarpit that very slowly sends an endless, random SSH banner.
-home: https://truecharts.org/charts/stable/endlessh
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/endlessh.webp
+home: https://trueforge.org/truecharts/stable/endlessh
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/endlessh.webp
keywords:
- endlessh
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/endlessh/README.md b/charts/stable/endlessh/README.md
index c0019252ddf..61dce5a8ba5 100644
--- a/charts/stable/endlessh/README.md
+++ b/charts/stable/endlessh/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/stable/endlessh)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/endlessh)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/endlessh
+https://trueforge.org/truecharts/stable/endlessh
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ersatztv/Chart.yaml b/charts/stable/ersatztv/Chart.yaml
index 060dbe0048e..90b5f295bc2 100644
--- a/charts/stable/ersatztv/Chart.yaml
+++ b/charts/stable/ersatztv/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ErsatzTV configuring and streaming custom live channels using your media library.
-home: https://truecharts.org/charts/stable/ersatztv
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ersatztv.webp
+home: https://trueforge.org/truecharts/stable/ersatztv
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ersatztv.webp
keywords:
- ersatztv
- media
diff --git a/charts/stable/ersatztv/README.md b/charts/stable/ersatztv/README.md
index a00360d2553..42b3ba821b9 100644
--- a/charts/stable/ersatztv/README.md
+++ b/charts/stable/ersatztv/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/stable/ersatztv)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ersatztv)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ersatztv
+https://trueforge.org/truecharts/stable/ersatztv
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/esphome/Chart.yaml b/charts/stable/esphome/Chart.yaml
index 78d4c3a1914..babb59cfeae 100644
--- a/charts/stable/esphome/Chart.yaml
+++ b/charts/stable/esphome/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
-home: https://truecharts.org/charts/stable/esphome
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.webp
+home: https://trueforge.org/truecharts/stable/esphome
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/esphome.webp
keywords:
- esphome
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/esphome/README.md b/charts/stable/esphome/README.md
index 0da5b20ea7c..4acef963e73 100644
--- a/charts/stable/esphome/README.md
+++ b/charts/stable/esphome/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/stable/esphome)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/esphome)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/esphome
+https://trueforge.org/truecharts/stable/esphome
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/etesync/Chart.yaml b/charts/stable/etesync/Chart.yaml
index 37d631dd0a6..1345933e6f0 100644
--- a/charts/stable/etesync/Chart.yaml
+++ b/charts/stable/etesync/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes.
-home: https://truecharts.org/charts/stable/etesync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/etesync.webp
+home: https://trueforge.org/truecharts/stable/etesync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/etesync.webp
keywords:
- etesync
- sync
diff --git a/charts/stable/etesync/README.md b/charts/stable/etesync/README.md
index 4c163832013..71bf90c1e80 100644
--- a/charts/stable/etesync/README.md
+++ b/charts/stable/etesync/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/stable/etesync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/etesync)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/etesync
+https://trueforge.org/truecharts/stable/etesync
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/etherpad/Chart.yaml b/charts/stable/etherpad/Chart.yaml
index a2c5476ebc1..53c8b2001ce 100644
--- a/charts/stable/etherpad/Chart.yaml
+++ b/charts/stable/etherpad/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A real-time collaborative editor scalable to thousands of simultaneous real time users.
-home: https://truecharts.org/charts/stable/etherpad
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/etherpad.webp
+home: https://trueforge.org/truecharts/stable/etherpad
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/etherpad.webp
keywords:
- etherpad
- editor
diff --git a/charts/stable/etherpad/README.md b/charts/stable/etherpad/README.md
index 94a5781746f..5dd952257f0 100644
--- a/charts/stable/etherpad/README.md
+++ b/charts/stable/etherpad/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/stable/etherpad)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/etherpad)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/etherpad
+https://trueforge.org/truecharts/stable/etherpad
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/explainshell/Chart.yaml b/charts/stable/explainshell/Chart.yaml
index 080010eb5a1..6fd8a503ed8 100644
--- a/charts/stable/explainshell/Chart.yaml
+++ b/charts/stable/explainshell/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Not everyone, especially people new to Linux and Unraid, know what a command that they type i will actually do.
-home: https://truecharts.org/charts/stable/explainshell
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/explainshell.webp
+home: https://trueforge.org/truecharts/stable/explainshell
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/explainshell.webp
keywords:
- explainshell
- Tools-Utilities
diff --git a/charts/stable/explainshell/README.md b/charts/stable/explainshell/README.md
index 935e804f9f7..96c612ac711 100644
--- a/charts/stable/explainshell/README.md
+++ b/charts/stable/explainshell/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/stable/explainshell)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/explainshell)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/explainshell
+https://trueforge.org/truecharts/stable/explainshell
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/external-dns/Chart.yaml b/charts/stable/external-dns/Chart.yaml
index cc1c20cf4f7..13847c85ac4 100644
--- a/charts/stable/external-dns/Chart.yaml
+++ b/charts/stable/external-dns/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ExternalDNS synchronizes exposed Kubernetes Services and Ingresses with DNS providers.
-home: https://truecharts.org/charts/stable/external-dns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-dns.webp
+home: https://trueforge.org/truecharts/stable/external-dns
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/external-dns.webp
keywords:
- external-dns
- k8s
diff --git a/charts/stable/external-dns/README.md b/charts/stable/external-dns/README.md
index 5fb83bfa378..175e25f64f8 100644
--- a/charts/stable/external-dns/README.md
+++ b/charts/stable/external-dns/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/stable/external-dns)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/external-dns
+https://trueforge.org/truecharts/stable/external-dns
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/external-ip/Chart.yaml b/charts/stable/external-ip/Chart.yaml
index 8073aa47fc2..b8d088c0960 100644
--- a/charts/stable/external-ip/Chart.yaml
+++ b/charts/stable/external-ip/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Gets external IP via DIG command ( OpenDNS , Cloudflare, google ) on a scheduled basis that can be customized. Also includes the ability to alert you via pushover if the IP changes.
-home: https://truecharts.org/charts/stable/external-ip
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-ip.webp
+home: https://trueforge.org/truecharts/stable/external-ip
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/external-ip.webp
keywords:
- external-ip
- Network-Management
diff --git a/charts/stable/external-ip/README.md b/charts/stable/external-ip/README.md
index c9e7e4a55cd..8e195039efd 100644
--- a/charts/stable/external-ip/README.md
+++ b/charts/stable/external-ip/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/stable/external-ip)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/external-ip
+https://trueforge.org/truecharts/stable/external-ip
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/external-service/Chart.yaml b/charts/stable/external-service/Chart.yaml
index 78c48b11ba8..0d18510db73 100644
--- a/charts/stable/external-service/Chart.yaml
+++ b/charts/stable/external-service/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Allow external services to be used like Apps.
-home: https://truecharts.org/charts/stable/external-service
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/external-service.webp
+home: https://trueforge.org/truecharts/stable/external-service
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/external-service.webp
keywords:
- external-service
- reverse-proxy
diff --git a/charts/stable/external-service/README.md b/charts/stable/external-service/README.md
index 840dee4aa46..6ef479b9acf 100644
--- a/charts/stable/external-service/README.md
+++ b/charts/stable/external-service/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/stable/external-service)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/external-service
+https://trueforge.org/truecharts/stable/external-service
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fabulinus/Chart.yaml b/charts/stable/fabulinus/Chart.yaml
index 401f33461bb..afab9d45724 100644
--- a/charts/stable/fabulinus/Chart.yaml
+++ b/charts/stable/fabulinus/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Fabulinus is the server component of the TitanML Takeoff server.
-home: https://truecharts.org/charts/stable/fabulinus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fabulinus.webp
+home: https://trueforge.org/truecharts/stable/fabulinus
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fabulinus.webp
keywords:
- fabulinus
- machine-learning
diff --git a/charts/stable/fabulinus/README.md b/charts/stable/fabulinus/README.md
index ee2a2193488..1f2ac8a36f3 100644
--- a/charts/stable/fabulinus/README.md
+++ b/charts/stable/fabulinus/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/stable/fabulinus)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fabulinus)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fabulinus
+https://trueforge.org/truecharts/stable/fabulinus
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/factorio/Chart.yaml b/charts/stable/factorio/Chart.yaml
index 19c9be09808..be7012853b6 100644
--- a/charts/stable/factorio/Chart.yaml
+++ b/charts/stable/factorio/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A game in which you build and maintain factories.
-home: https://truecharts.org/charts/stable/factorio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorio.webp
+home: https://trueforge.org/truecharts/stable/factorio
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/factorio.webp
keywords:
- factorio
- GameServers
diff --git a/charts/stable/factorio/README.md b/charts/stable/factorio/README.md
index f43621f78dd..eff7ec91af9 100644
--- a/charts/stable/factorio/README.md
+++ b/charts/stable/factorio/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/stable/factorio)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/factorio)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/factorio
+https://trueforge.org/truecharts/stable/factorio
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/factorioservermanager/Chart.yaml b/charts/stable/factorioservermanager/Chart.yaml
index 582fc99e30b..46d3f53c3c5 100644
--- a/charts/stable/factorioservermanager/Chart.yaml
+++ b/charts/stable/factorioservermanager/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'A tool for managing Factorio servers '
-home: https://truecharts.org/charts/stable/factorioservermanager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/factorioservermanager.webp
+home: https://trueforge.org/truecharts/stable/factorioservermanager
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/factorioservermanager.webp
keywords:
- factorioservermanager
- GameServers
diff --git a/charts/stable/factorioservermanager/README.md b/charts/stable/factorioservermanager/README.md
index 68255f285d5..5c85c4156fd 100644
--- a/charts/stable/factorioservermanager/README.md
+++ b/charts/stable/factorioservermanager/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/stable/factorioservermanager)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/factorioservermanager)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/factorioservermanager
+https://trueforge.org/truecharts/stable/factorioservermanager
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/farmos/Chart.yaml b/charts/stable/farmos/Chart.yaml
index 9e3834aca8e..6dbd9cb545a 100644
--- a/charts/stable/farmos/Chart.yaml
+++ b/charts/stable/farmos/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: "farmOS is a web-based application for farm management, planning, and record keeping. It is developed by a community of volunteers and aims to provide a standard platform for farmers, developers, and researchers to build upon.\r"
-home: https://truecharts.org/charts/stable/farmos
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/farmos.webp
+home: https://trueforge.org/truecharts/stable/farmos
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/farmos.webp
keywords:
- farmos
- Productivity
diff --git a/charts/stable/farmos/README.md b/charts/stable/farmos/README.md
index 6e6ed2be70d..85ff69286e1 100644
--- a/charts/stable/farmos/README.md
+++ b/charts/stable/farmos/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/stable/farmos)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/farmos)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/farmos
+https://trueforge.org/truecharts/stable/farmos
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fastcom-mqtt/Chart.yaml b/charts/stable/fastcom-mqtt/Chart.yaml
index 8facad4dda8..9b7fb35b780 100644
--- a/charts/stable/fastcom-mqtt/Chart.yaml
+++ b/charts/stable/fastcom-mqtt/Chart.yaml
@@ -23,8 +23,8 @@ dependencies:
deprecated: false
description: |
Chart Chart with Fast.com CLI sending data directly to MQTT Broker
-home: https://truecharts.org/charts/stable/fastcom-mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fastcom-mqtt.webp
+home: https://trueforge.org/truecharts/stable/fastcom-mqtt
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fastcom-mqtt.webp
keywords:
- fastcom-mqtt
- home-automation
diff --git a/charts/stable/fastcom-mqtt/README.md b/charts/stable/fastcom-mqtt/README.md
index a93e5cb6d3a..88572d5c632 100644
--- a/charts/stable/fastcom-mqtt/README.md
+++ b/charts/stable/fastcom-mqtt/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/stable/fastcom-mqtt)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fastcom-mqtt
+https://trueforge.org/truecharts/stable/fastcom-mqtt
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/feedcord/Chart.yaml b/charts/stable/feedcord/Chart.yaml
index cceec094294..ee420b3d4ca 100644
--- a/charts/stable/feedcord/Chart.yaml
+++ b/charts/stable/feedcord/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A dead simple RSS Feed with Discord Webhooks
-home: https://truecharts.org/charts/stable/feedcord
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/feedcord.webp
+home: https://trueforge.org/truecharts/stable/feedcord
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/feedcord.webp
keywords:
- feedcord
- discord
diff --git a/charts/stable/feedcord/README.md b/charts/stable/feedcord/README.md
index ad564e0040a..e8852c3da13 100644
--- a/charts/stable/feedcord/README.md
+++ b/charts/stable/feedcord/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/stable/feedcord)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/feedcord)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/feedcord
+https://trueforge.org/truecharts/stable/feedcord
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fenrus/Chart.yaml b/charts/stable/fenrus/Chart.yaml
index dcda7a35a6a..0f761b33c22 100644
--- a/charts/stable/fenrus/Chart.yaml
+++ b/charts/stable/fenrus/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: "Fenrus is a home page / personal dashboard with smart apps. \n"
-home: https://truecharts.org/charts/stable/fenrus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fenrus.webp
+home: https://trueforge.org/truecharts/stable/fenrus
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fenrus.webp
keywords:
- fenrus
- Productivity
diff --git a/charts/stable/fenrus/README.md b/charts/stable/fenrus/README.md
index f2760709a52..74f0e189a21 100644
--- a/charts/stable/fenrus/README.md
+++ b/charts/stable/fenrus/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/stable/fenrus)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fenrus)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fenrus
+https://trueforge.org/truecharts/stable/fenrus
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ferdi-server/Chart.yaml b/charts/stable/ferdi-server/Chart.yaml
index 7ff7a6f67af..6fe160cd75a 100644
--- a/charts/stable/ferdi-server/Chart.yaml
+++ b/charts/stable/ferdi-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Server for Ferdi that you can re-use to run your own
-home: https://truecharts.org/charts/stable/ferdi-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ferdi-server.webp
+home: https://trueforge.org/truecharts/stable/ferdi-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ferdi-server.webp
keywords:
- ferdi
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/ferdi-server/README.md b/charts/stable/ferdi-server/README.md
index aea0b16a431..28acb1273d0 100644
--- a/charts/stable/ferdi-server/README.md
+++ b/charts/stable/ferdi-server/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/stable/ferdi-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ferdi-server
+https://trueforge.org/truecharts/stable/ferdi-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml b/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml
index a2831e956e3..6f5cd28919d 100644
--- a/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml
+++ b/charts/stable/ffmpeg-mkvdts2ac3/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Chart Chart designed to watch a directory and encode media files.
-home: https://truecharts.org/charts/stable/ffmpeg-mkvdts2ac3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.webp
+home: https://trueforge.org/truecharts/stable/ffmpeg-mkvdts2ac3
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ffmpeg-mkvdts2ac3.webp
keywords:
- ffmpeg-mkvdts2ac3
- Productivity
diff --git a/charts/stable/ffmpeg-mkvdts2ac3/README.md b/charts/stable/ffmpeg-mkvdts2ac3/README.md
index 6bea02e2f6f..500d82c2bfa 100644
--- a/charts/stable/ffmpeg-mkvdts2ac3/README.md
+++ b/charts/stable/ffmpeg-mkvdts2ac3/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/stable/ffmpeg-mkvdts2ac3)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ffmpeg-mkvdts2ac3)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ffmpeg-mkvdts2ac3
+https://trueforge.org/truecharts/stable/ffmpeg-mkvdts2ac3
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/filebot/Chart.yaml b/charts/stable/filebot/Chart.yaml
index 405ab7e1df2..a7bb4df156c 100644
--- a/charts/stable/filebot/Chart.yaml
+++ b/charts/stable/filebot/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: FileBot is the ultimate tool for organizing and renaming your movies, tv shows or anime, and music well as downloading subtitles and artwork. It's smart and just works.
-home: https://truecharts.org/charts/stable/filebot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebot.webp
+home: https://trueforge.org/truecharts/stable/filebot
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/filebot.webp
keywords:
- media
- filebot
diff --git a/charts/stable/filebot/README.md b/charts/stable/filebot/README.md
index 8933b7dd1ef..262cd25be5e 100644
--- a/charts/stable/filebot/README.md
+++ b/charts/stable/filebot/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/stable/filebot)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/filebot)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/filebot
+https://trueforge.org/truecharts/stable/filebot
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/filebrowser/Chart.yaml b/charts/stable/filebrowser/Chart.yaml
index 1177e933c90..cbe54302c76 100644
--- a/charts/stable/filebrowser/Chart.yaml
+++ b/charts/stable/filebrowser/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Filebrowser provides a file managing interface within a specified directory
-home: https://truecharts.org/charts/stable/filebrowser
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/filebrowser.webp
+home: https://trueforge.org/truecharts/stable/filebrowser
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/filebrowser.webp
keywords:
- filebrowser
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/filebrowser/README.md b/charts/stable/filebrowser/README.md
index 2e0375bb99b..3cd8db34305 100644
--- a/charts/stable/filebrowser/README.md
+++ b/charts/stable/filebrowser/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/stable/filebrowser)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/filebrowser)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/filebrowser
+https://trueforge.org/truecharts/stable/filebrowser
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fileflows/Chart.yaml b/charts/stable/fileflows/Chart.yaml
index 673bf059d51..2aa98af0211 100644
--- a/charts/stable/fileflows/Chart.yaml
+++ b/charts/stable/fileflows/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An application that lets you automatically process files through a simple rule flow.
-home: https://truecharts.org/charts/stable/fileflows
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.webp
+home: https://trueforge.org/truecharts/stable/fileflows
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fileflows.webp
keywords:
- fileflows
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/fileflows/README.md b/charts/stable/fileflows/README.md
index da57ad87a20..a03a79f8e1d 100644
--- a/charts/stable/fileflows/README.md
+++ b/charts/stable/fileflows/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/stable/fileflows)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fileflows)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fileflows
+https://trueforge.org/truecharts/stable/fileflows
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fileshelter/Chart.yaml b/charts/stable/fileshelter/Chart.yaml
index 8a8812ba7e7..354c8b4e74c 100644
--- a/charts/stable/fileshelter/Chart.yaml
+++ b/charts/stable/fileshelter/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: FileShelter is a self-hosted software that allows you to easily share files over the Internet. Just upload one or more files and get an URL back!
-home: https://truecharts.org/charts/stable/fileshelter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileshelter.webp
+home: https://trueforge.org/truecharts/stable/fileshelter
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fileshelter.webp
keywords:
- fileshelter
- Cloud
diff --git a/charts/stable/fileshelter/README.md b/charts/stable/fileshelter/README.md
index 67e66f8d2a0..737d74be09a 100644
--- a/charts/stable/fileshelter/README.md
+++ b/charts/stable/fileshelter/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/stable/fileshelter)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fileshelter)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fileshelter
+https://trueforge.org/truecharts/stable/fileshelter
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/filestash/Chart.yaml b/charts/stable/filestash/Chart.yaml
index 965f6fe90f1..3098a50d0ee 100644
--- a/charts/stable/filestash/Chart.yaml
+++ b/charts/stable/filestash/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Dropbox-like file manager that let you manage your data anywhere it is located.
-home: https://truecharts.org/charts/stable/filestash
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/filestash.webp
+home: https://trueforge.org/truecharts/stable/filestash
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/filestash.webp
keywords:
- filestash
- Cloud
diff --git a/charts/stable/filestash/README.md b/charts/stable/filestash/README.md
index 76fde3e94ad..b1aa0f760c0 100644
--- a/charts/stable/filestash/README.md
+++ b/charts/stable/filestash/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/stable/filestash)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/filestash)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/filestash
+https://trueforge.org/truecharts/stable/filestash
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/filezilla/Chart.yaml b/charts/stable/filezilla/Chart.yaml
index 82090b79ed2..7f3b8647cf6 100644
--- a/charts/stable/filezilla/Chart.yaml
+++ b/charts/stable/filezilla/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Helm chart for Kubernetes
-home: https://truecharts.org/charts/stable/filezilla
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/filezilla.webp
+home: https://trueforge.org/truecharts/stable/filezilla
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/filezilla.webp
keywords:
- filezilla
- ftp
diff --git a/charts/stable/filezilla/README.md b/charts/stable/filezilla/README.md
index 7b25bf70fe7..faa7513c86f 100644
--- a/charts/stable/filezilla/README.md
+++ b/charts/stable/filezilla/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/stable/filezilla)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/filezilla)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/filezilla
+https://trueforge.org/truecharts/stable/filezilla
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fireflyiii/Chart.yaml b/charts/stable/fireflyiii/Chart.yaml
index a32a6d29f88..2dd9d640375 100644
--- a/charts/stable/fireflyiii/Chart.yaml
+++ b/charts/stable/fireflyiii/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A free and open source personal finance manager
-home: https://truecharts.org/charts/stable/fireflyiii
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireflyiii.webp
+home: https://trueforge.org/truecharts/stable/fireflyiii
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fireflyiii.webp
keywords:
- fireflyiii
- finacial
diff --git a/charts/stable/fireflyiii/README.md b/charts/stable/fireflyiii/README.md
index 394624787c7..344b1689320 100644
--- a/charts/stable/fireflyiii/README.md
+++ b/charts/stable/fireflyiii/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/stable/fireflyiii)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fireflyiii)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fireflyiii
+https://trueforge.org/truecharts/stable/fireflyiii
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/firefox-desktop-g3/Chart.yaml b/charts/stable/firefox-desktop-g3/Chart.yaml
index 1817d14fab2..12840c03a1f 100644
--- a/charts/stable/firefox-desktop-g3/Chart.yaml
+++ b/charts/stable/firefox-desktop-g3/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/firefox-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.webp
+home: https://trueforge.org/truecharts/stable/firefox-desktop-g3
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/firefox-desktop-g3.webp
keywords:
- firefox-desktop-g3
- Productivity
diff --git a/charts/stable/firefox-desktop-g3/README.md b/charts/stable/firefox-desktop-g3/README.md
index 0b732443bd5..81aaaf11688 100644
--- a/charts/stable/firefox-desktop-g3/README.md
+++ b/charts/stable/firefox-desktop-g3/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/stable/firefox-desktop-g3)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/firefox-desktop-g3
+https://trueforge.org/truecharts/stable/firefox-desktop-g3
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/firefox-syncserver/Chart.yaml b/charts/stable/firefox-syncserver/Chart.yaml
index ccdba830938..0e887d32d48 100644
--- a/charts/stable/firefox-syncserver/Chart.yaml
+++ b/charts/stable/firefox-syncserver/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is an all-in-one package for running a self-hosted Firefox Sync server.
-home: https://truecharts.org/charts/stable/firefox-syncserver
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox-syncserver.webp
+home: https://trueforge.org/truecharts/stable/firefox-syncserver
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/firefox-syncserver.webp
keywords:
- server
- sync
diff --git a/charts/stable/firefox-syncserver/README.md b/charts/stable/firefox-syncserver/README.md
index 85b8f4e0d91..43d7f50dac5 100644
--- a/charts/stable/firefox-syncserver/README.md
+++ b/charts/stable/firefox-syncserver/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/stable/firefox-syncserver)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/firefox-syncserver
+https://trueforge.org/truecharts/stable/firefox-syncserver
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/firefox/Chart.yaml b/charts/stable/firefox/Chart.yaml
index c2e559169ee..7e38a53a828 100644
--- a/charts/stable/firefox/Chart.yaml
+++ b/charts/stable/firefox/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation.
-home: https://truecharts.org/charts/stable/firefox
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.webp
+home: https://trueforge.org/truecharts/stable/firefox
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/firefox.webp
keywords:
- firefox
- browser
diff --git a/charts/stable/firefox/README.md b/charts/stable/firefox/README.md
index 8e03731a537..ddad6fea3fc 100644
--- a/charts/stable/firefox/README.md
+++ b/charts/stable/firefox/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/stable/firefox)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/firefox)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/firefox
+https://trueforge.org/truecharts/stable/firefox
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fireshare/Chart.yaml b/charts/stable/fireshare/Chart.yaml
index fea0f85597d..1f559440b6a 100644
--- a/charts/stable/fireshare/Chart.yaml
+++ b/charts/stable/fireshare/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Share your game clips, videos, or other media via unique links.
-home: https://truecharts.org/charts/stable/fireshare
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fireshare.webp
+home: https://trueforge.org/truecharts/stable/fireshare
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fireshare.webp
keywords:
- fireshare
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/fireshare/README.md b/charts/stable/fireshare/README.md
index 0f29fcd41a5..f1f693f6a7e 100644
--- a/charts/stable/fireshare/README.md
+++ b/charts/stable/fireshare/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/stable/fireshare)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fireshare)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fireshare
+https://trueforge.org/truecharts/stable/fireshare
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/firezone/Chart.yaml b/charts/stable/firezone/Chart.yaml
index fa490d6ec9f..a9e5511927a 100644
--- a/charts/stable/firezone/Chart.yaml
+++ b/charts/stable/firezone/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: WireGuard-based VPN server and egress firewall
-home: https://truecharts.org/charts/stable/firezone
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/firezone.webp
+home: https://trueforge.org/truecharts/stable/firezone
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/firezone.webp
keywords:
- firezone
- wireguard
diff --git a/charts/stable/firezone/README.md b/charts/stable/firezone/README.md
index b31a69c5192..05ed1e23f73 100644
--- a/charts/stable/firezone/README.md
+++ b/charts/stable/firezone/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/stable/firezone)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/firezone)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/firezone
+https://trueforge.org/truecharts/stable/firezone
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fistfuloffrags/Chart.yaml b/charts/stable/fistfuloffrags/Chart.yaml
index fa787436a08..3c8e3cc29cf 100644
--- a/charts/stable/fistfuloffrags/Chart.yaml
+++ b/charts/stable/fistfuloffrags/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Fistful of Frags and run it.
-home: https://truecharts.org/charts/stable/fistfuloffrags
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fistfuloffrags.webp
+home: https://trueforge.org/truecharts/stable/fistfuloffrags
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fistfuloffrags.webp
keywords:
- fistfuloffrags
- GameServers
diff --git a/charts/stable/fistfuloffrags/README.md b/charts/stable/fistfuloffrags/README.md
index 0d122f44307..15993b29248 100644
--- a/charts/stable/fistfuloffrags/README.md
+++ b/charts/stable/fistfuloffrags/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/stable/fistfuloffrags)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fistfuloffrags)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fistfuloffrags
+https://trueforge.org/truecharts/stable/fistfuloffrags
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fivem/Chart.yaml b/charts/stable/fivem/Chart.yaml
index 942950b099f..0351f5b5d54 100644
--- a/charts/stable/fivem/Chart.yaml
+++ b/charts/stable/fivem/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'With this Chart you can run FiveM (GTA V MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the ‘Manual Updates’ (in the ''Show more settings'' tab down below) to ‘true’ (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name.'
-home: https://truecharts.org/charts/stable/fivem
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fivem.webp
+home: https://trueforge.org/truecharts/stable/fivem
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fivem.webp
keywords:
- fivem
- GameServers
diff --git a/charts/stable/fivem/README.md b/charts/stable/fivem/README.md
index 65a0e52e5bf..6e47493827c 100644
--- a/charts/stable/fivem/README.md
+++ b/charts/stable/fivem/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/stable/fivem)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fivem)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fivem
+https://trueforge.org/truecharts/stable/fivem
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/flame/Chart.yaml b/charts/stable/flame/Chart.yaml
index d1751a3b6cd..946674c0262 100644
--- a/charts/stable/flame/Chart.yaml
+++ b/charts/stable/flame/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Flame is self-hosted start page for your server. Easily manage your apps and bookmarks with built-in editors.
-home: https://truecharts.org/charts/stable/flame
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flame.webp
+home: https://trueforge.org/truecharts/stable/flame
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/flame.webp
keywords:
- flame
- dashboard
diff --git a/charts/stable/flame/README.md b/charts/stable/flame/README.md
index 2809a557287..b1b60c5c827 100644
--- a/charts/stable/flame/README.md
+++ b/charts/stable/flame/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/stable/flame)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/flame)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/flame
+https://trueforge.org/truecharts/stable/flame
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/flaresolverr/Chart.yaml b/charts/stable/flaresolverr/Chart.yaml
index cb075eea27e..68597b8de23 100644
--- a/charts/stable/flaresolverr/Chart.yaml
+++ b/charts/stable/flaresolverr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: FlareSolverr is a proxy server to bypass Cloudflare protection
-home: https://truecharts.org/charts/stable/flaresolverr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flaresolverr.webp
+home: https://trueforge.org/truecharts/stable/flaresolverr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/flaresolverr.webp
keywords:
- flaresolverr
- proxy
diff --git a/charts/stable/flaresolverr/README.md b/charts/stable/flaresolverr/README.md
index 5595453ca6b..07b56ab3c4a 100644
--- a/charts/stable/flaresolverr/README.md
+++ b/charts/stable/flaresolverr/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/stable/flaresolverr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/flaresolverr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/flaresolverr
+https://trueforge.org/truecharts/stable/flaresolverr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/flashpaper/Chart.yaml b/charts/stable/flashpaper/Chart.yaml
index 944e9c61f85..5f85127e2c2 100644
--- a/charts/stable/flashpaper/Chart.yaml
+++ b/charts/stable/flashpaper/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: One-time encrypted password/secret sharing
-home: https://truecharts.org/charts/stable/flashpaper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flashpaper.webp
+home: https://trueforge.org/truecharts/stable/flashpaper
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/flashpaper.webp
keywords:
- flashpaper
- Cloud
diff --git a/charts/stable/flashpaper/README.md b/charts/stable/flashpaper/README.md
index f770bbf1ffc..69882a674eb 100644
--- a/charts/stable/flashpaper/README.md
+++ b/charts/stable/flashpaper/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/stable/flashpaper)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/flashpaper)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/flashpaper
+https://trueforge.org/truecharts/stable/flashpaper
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml
index 38b16f8fd42..66d54dc0cf6 100644
--- a/charts/stable/fleet/Chart.yaml
+++ b/charts/stable/fleet/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories.
-home: https://truecharts.org/charts/stable/fleet
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.webp
+home: https://trueforge.org/truecharts/stable/fleet
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fleet.webp
keywords:
- fleet
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/fleet/README.md b/charts/stable/fleet/README.md
index a70dd31451d..de214bbfef6 100644
--- a/charts/stable/fleet/README.md
+++ b/charts/stable/fleet/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/stable/fleet)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fleet)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fleet
+https://trueforge.org/truecharts/stable/fleet
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/flexget/Chart.yaml b/charts/stable/flexget/Chart.yaml
index 6c7cda36657..68d5e8ea35b 100644
--- a/charts/stable/flexget/Chart.yaml
+++ b/charts/stable/flexget/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: FlexGet is a multipurpose automation tool for all of your media
-home: https://truecharts.org/charts/stable/flexget
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexget.webp
+home: https://trueforge.org/truecharts/stable/flexget
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/flexget.webp
keywords:
- flexget
- automation
diff --git a/charts/stable/flexget/README.md b/charts/stable/flexget/README.md
index fc170c5313e..7a6284727e0 100644
--- a/charts/stable/flexget/README.md
+++ b/charts/stable/flexget/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/stable/flexget)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/flexget)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/flexget
+https://trueforge.org/truecharts/stable/flexget
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/flexo/Chart.yaml b/charts/stable/flexo/Chart.yaml
index 1ffce2cab75..72405f9dcbe 100644
--- a/charts/stable/flexo/Chart.yaml
+++ b/charts/stable/flexo/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Arch linux pacman cache proxy server
-home: https://truecharts.org/charts/stable/flexo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flexo.webp
+home: https://trueforge.org/truecharts/stable/flexo
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/flexo.webp
keywords:
- flexo
- linux
diff --git a/charts/stable/flexo/README.md b/charts/stable/flexo/README.md
index d2504a7be73..ec1e996c678 100644
--- a/charts/stable/flexo/README.md
+++ b/charts/stable/flexo/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/stable/flexo)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/flexo)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/flexo
+https://trueforge.org/truecharts/stable/flexo
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/flextv/Chart.yaml b/charts/stable/flextv/Chart.yaml
index 440a75eeb94..de38576face 100644
--- a/charts/stable/flextv/Chart.yaml
+++ b/charts/stable/flextv/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A super-sexy voice interface for the Plex HTPC.
-home: https://truecharts.org/charts/stable/flextv
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flextv.webp
+home: https://trueforge.org/truecharts/stable/flextv
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/flextv.webp
keywords:
- flextv
- MediaApp
diff --git a/charts/stable/flextv/README.md b/charts/stable/flextv/README.md
index 43bd00bc66d..8f8c5eddac3 100644
--- a/charts/stable/flextv/README.md
+++ b/charts/stable/flextv/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/stable/flextv)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/flextv)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/flextv
+https://trueforge.org/truecharts/stable/flextv
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/flood/Chart.yaml b/charts/stable/flood/Chart.yaml
index 3db171b5293..419d8a1fb2d 100644
--- a/charts/stable/flood/Chart.yaml
+++ b/charts/stable/flood/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Flood is a monitoring service for various torrent clients
-home: https://truecharts.org/charts/stable/flood
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flood.webp
+home: https://trueforge.org/truecharts/stable/flood
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/flood.webp
keywords:
- flood
- rtorrent
diff --git a/charts/stable/flood/README.md b/charts/stable/flood/README.md
index 1be2f375fbc..1bf4b7b8c43 100644
--- a/charts/stable/flood/README.md
+++ b/charts/stable/flood/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/stable/flood)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/flood)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/flood
+https://trueforge.org/truecharts/stable/flood
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/flowise/Chart.yaml b/charts/stable/flowise/Chart.yaml
index 8d5c91a59f9..a0db4a2ae96 100644
--- a/charts/stable/flowise/Chart.yaml
+++ b/charts/stable/flowise/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Drag & drop UI to build your customized LLM flow.
-home: https://truecharts.org/charts/stable/flowise
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/flowise.webp
+home: https://trueforge.org/truecharts/stable/flowise
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/flowise.webp
keywords:
- flowise
- ai
diff --git a/charts/stable/flowise/README.md b/charts/stable/flowise/README.md
index 6d22208fe88..2d01aeb67c4 100644
--- a/charts/stable/flowise/README.md
+++ b/charts/stable/flowise/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/stable/flowise)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/flowise)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/flowise
+https://trueforge.org/truecharts/stable/flowise
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fluidd/Chart.yaml b/charts/stable/fluidd/Chart.yaml
index 0b896d4705a..f75fa978056 100644
--- a/charts/stable/fluidd/Chart.yaml
+++ b/charts/stable/fluidd/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Fluidd is a free and open-source Klipper web interface for managing your 3d printer.
-home: https://truecharts.org/charts/stable/fluidd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluidd.webp
+home: https://trueforge.org/truecharts/stable/fluidd
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fluidd.webp
keywords:
- fluidd
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/fluidd/README.md b/charts/stable/fluidd/README.md
index 3dc9eed71b9..d6b5a540411 100644
--- a/charts/stable/fluidd/README.md
+++ b/charts/stable/fluidd/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/stable/fluidd)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fluidd)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fluidd
+https://trueforge.org/truecharts/stable/fluidd
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fluttercoin-wallet/Chart.yaml b/charts/stable/fluttercoin-wallet/Chart.yaml
index 45080e0f74b..05952801615 100644
--- a/charts/stable/fluttercoin-wallet/Chart.yaml
+++ b/charts/stable/fluttercoin-wallet/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: FlutterCoin may be a coin with the tried and true algorithm of scrypt, but it's definitely anything but ordinary.
-home: https://truecharts.org/charts/stable/fluttercoin-wallet
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.webp
+home: https://trueforge.org/truecharts/stable/fluttercoin-wallet
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fluttercoin-wallet.webp
keywords:
- fluttercoin-wallet
- Network-Other
diff --git a/charts/stable/fluttercoin-wallet/README.md b/charts/stable/fluttercoin-wallet/README.md
index 9b5014e1791..7e3195b4aae 100644
--- a/charts/stable/fluttercoin-wallet/README.md
+++ b/charts/stable/fluttercoin-wallet/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/stable/fluttercoin-wallet)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fluttercoin-wallet
+https://trueforge.org/truecharts/stable/fluttercoin-wallet
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fmd2-wine/Chart.yaml b/charts/stable/fmd2-wine/Chart.yaml
index 8e1b5123b88..50551bca331 100644
--- a/charts/stable/fmd2-wine/Chart.yaml
+++ b/charts/stable/fmd2-wine/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: '**FMD2:** This is an active fork of the Free Manga Downloader which is a free open source application written in Object Pascal for managing and downloading manga from various websites. '
-home: https://truecharts.org/charts/stable/fmd2-wine
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fmd2-wine.webp
+home: https://trueforge.org/truecharts/stable/fmd2-wine
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fmd2-wine.webp
keywords:
- fmd2-wine
- Downloaders
diff --git a/charts/stable/fmd2-wine/README.md b/charts/stable/fmd2-wine/README.md
index 1ba8bc8626a..270f09c33b0 100644
--- a/charts/stable/fmd2-wine/README.md
+++ b/charts/stable/fmd2-wine/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/stable/fmd2-wine)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fmd2-wine
+https://trueforge.org/truecharts/stable/fmd2-wine
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/foldingathome/Chart.yaml b/charts/stable/foldingathome/Chart.yaml
index 8557d7791ea..7df23c4a2c8 100644
--- a/charts/stable/foldingathome/Chart.yaml
+++ b/charts/stable/foldingathome/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Folding@home is a distributed computing project for simulating protein dynamics, including the process of protein folding and the movements of proteins implicated in a variety of diseases.
-home: https://truecharts.org/charts/stable/foldingathome
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/foldingathome.webp
+home: https://trueforge.org/truecharts/stable/foldingathome
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/foldingathome.webp
keywords:
- foldingathome
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/foldingathome/README.md b/charts/stable/foldingathome/README.md
index 361f907cca4..a79f941f7db 100644
--- a/charts/stable/foldingathome/README.md
+++ b/charts/stable/foldingathome/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/stable/foldingathome)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/foldingathome)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/foldingathome
+https://trueforge.org/truecharts/stable/foldingathome
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fossil/Chart.yaml b/charts/stable/fossil/Chart.yaml
index 86e33d3ce2c..aa090ee1610 100644
--- a/charts/stable/fossil/Chart.yaml
+++ b/charts/stable/fossil/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A simple, high-reliability, distributed software configuration management system
-home: https://truecharts.org/charts/stable/fossil
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fossil.webp
+home: https://trueforge.org/truecharts/stable/fossil
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fossil.webp
keywords:
- fossil
- scm
diff --git a/charts/stable/fossil/README.md b/charts/stable/fossil/README.md
index c1cd08d64c2..5477a381e30 100644
--- a/charts/stable/fossil/README.md
+++ b/charts/stable/fossil/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/stable/fossil)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fossil)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fossil
+https://trueforge.org/truecharts/stable/fossil
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fotosho/Chart.yaml b/charts/stable/fotosho/Chart.yaml
index e5bed057ecb..887c1c442ab 100644
--- a/charts/stable/fotosho/Chart.yaml
+++ b/charts/stable/fotosho/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: '*BETA* Fotosho is a photo gallery for your home server. Organize your photos into albums internally and view as a slideshow. Free and open source. Does not require a database. Does not move, copy or modify your photos.'
-home: https://truecharts.org/charts/stable/fotosho
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fotosho.webp
+home: https://trueforge.org/truecharts/stable/fotosho
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fotosho.webp
keywords:
- fotosho
- MediaApp-Photos
diff --git a/charts/stable/fotosho/README.md b/charts/stable/fotosho/README.md
index 72bf7eeb742..d3e4a012826 100644
--- a/charts/stable/fotosho/README.md
+++ b/charts/stable/fotosho/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/stable/fotosho)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fotosho)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fotosho
+https://trueforge.org/truecharts/stable/fotosho
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/freecad-desktop-g3/Chart.yaml b/charts/stable/freecad-desktop-g3/Chart.yaml
index 557c0505319..cf06e1051b6 100644
--- a/charts/stable/freecad-desktop-g3/Chart.yaml
+++ b/charts/stable/freecad-desktop-g3/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/freecad-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.webp
+home: https://trueforge.org/truecharts/stable/freecad-desktop-g3
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/freecad-desktop-g3.webp
keywords:
- freecad-desktop-g3
- Productivity
diff --git a/charts/stable/freecad-desktop-g3/README.md b/charts/stable/freecad-desktop-g3/README.md
index 07f2f178e00..6ffecf35d6b 100644
--- a/charts/stable/freecad-desktop-g3/README.md
+++ b/charts/stable/freecad-desktop-g3/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/stable/freecad-desktop-g3)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/freecad-desktop-g3
+https://trueforge.org/truecharts/stable/freecad-desktop-g3
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/freshrss/Chart.yaml b/charts/stable/freshrss/Chart.yaml
index 6760f43559e..2f178090d45 100644
--- a/charts/stable/freshrss/Chart.yaml
+++ b/charts/stable/freshrss/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: FreshRSS is a self-hosted RSS feed aggregator
-home: https://truecharts.org/charts/stable/freshrss
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.webp
+home: https://trueforge.org/truecharts/stable/freshrss
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/freshrss.webp
keywords:
- freshrss
- rss
diff --git a/charts/stable/freshrss/README.md b/charts/stable/freshrss/README.md
index 8d6dd9c9624..36cd9ec32e3 100644
--- a/charts/stable/freshrss/README.md
+++ b/charts/stable/freshrss/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/stable/freshrss)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/freshrss)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/freshrss
+https://trueforge.org/truecharts/stable/freshrss
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/friendica/Chart.yaml b/charts/stable/friendica/Chart.yaml
index 020a5237cd3..7c08a44938e 100644
--- a/charts/stable/friendica/Chart.yaml
+++ b/charts/stable/friendica/Chart.yaml
@@ -36,8 +36,8 @@ dependencies:
import-values: []
deprecated: false
description: Welcome to the free social web
-home: https://truecharts.org/charts/stable/friendica
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/friendica.webp
+home: https://trueforge.org/truecharts/stable/friendica
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/friendica.webp
keywords:
- friend
- social
diff --git a/charts/stable/friendica/README.md b/charts/stable/friendica/README.md
index b73b5f4641d..836c55fc0e3 100644
--- a/charts/stable/friendica/README.md
+++ b/charts/stable/friendica/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/stable/friendica)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/friendica)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/friendica
+https://trueforge.org/truecharts/stable/friendica
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/frigate/Chart.yaml b/charts/stable/frigate/Chart.yaml
index dabdee01a04..e995279f590 100644
--- a/charts/stable/frigate/Chart.yaml
+++ b/charts/stable/frigate/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: NVR With Realtime Object Detection for IP Cameras
-home: https://truecharts.org/charts/stable/frigate
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/frigate.webp
+home: https://trueforge.org/truecharts/stable/frigate
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/frigate.webp
keywords:
- encode
- nvr
diff --git a/charts/stable/frigate/README.md b/charts/stable/frigate/README.md
index 4c5695eaabf..d5ae8b2f00f 100644
--- a/charts/stable/frigate/README.md
+++ b/charts/stable/frigate/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/stable/frigate)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/frigate)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/frigate
+https://trueforge.org/truecharts/stable/frigate
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/fsm/Chart.yaml b/charts/stable/fsm/Chart.yaml
index 546cc8d073d..3facd18ace1 100644
--- a/charts/stable/fsm/Chart.yaml
+++ b/charts/stable/fsm/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: No description provide.
-home: https://truecharts.org/charts/stable/fsm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/fsm.webp
+home: https://trueforge.org/truecharts/stable/fsm
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/fsm.webp
keywords:
- fsm
- Other
diff --git a/charts/stable/fsm/README.md b/charts/stable/fsm/README.md
index 395b50b49e1..54e8ad7cee4 100644
--- a/charts/stable/fsm/README.md
+++ b/charts/stable/fsm/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/stable/fsm)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/fsm)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/fsm
+https://trueforge.org/truecharts/stable/fsm
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/game-server-watcher/Chart.yaml b/charts/stable/game-server-watcher/Chart.yaml
index 828b80044c3..572c4ca9448 100644
--- a/charts/stable/game-server-watcher/Chart.yaml
+++ b/charts/stable/game-server-watcher/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A simple discord/telegram/slack bot to monitor your game servers and players in style.
-home: https://truecharts.org/charts/stable/game-server-watcher
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/game-server-watcher.webp
+home: https://trueforge.org/truecharts/stable/game-server-watcher
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/game-server-watcher.webp
keywords:
- game-server-watcher
- monitoring
diff --git a/charts/stable/game-server-watcher/README.md b/charts/stable/game-server-watcher/README.md
index ae11044ea84..46c65373953 100644
--- a/charts/stable/game-server-watcher/README.md
+++ b/charts/stable/game-server-watcher/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/stable/game-server-watcher)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/game-server-watcher)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/game-server-watcher
+https://trueforge.org/truecharts/stable/game-server-watcher
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/gamevault-backend/Chart.yaml b/charts/stable/gamevault-backend/Chart.yaml
index ab34ab01c16..877b726973e 100644
--- a/charts/stable/gamevault-backend/Chart.yaml
+++ b/charts/stable/gamevault-backend/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: the self-hosted gaming platform for alternatively obtained games.
-home: https://truecharts.org/charts/stable/gamevault-backend
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gamevault-backend.webp
+home: https://trueforge.org/truecharts/stable/gamevault-backend
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/gamevault-backend.webp
keywords:
- gamevault-backend
- games
diff --git a/charts/stable/gamevault-backend/README.md b/charts/stable/gamevault-backend/README.md
index 2bd680b675c..0311eed9f20 100644
--- a/charts/stable/gamevault-backend/README.md
+++ b/charts/stable/gamevault-backend/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/stable/gamevault-backend)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/gamevault-backend
+https://trueforge.org/truecharts/stable/gamevault-backend
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/gaps/Chart.yaml b/charts/stable/gaps/Chart.yaml
index 59cb814ec98..b59e4e714a2 100644
--- a/charts/stable/gaps/Chart.yaml
+++ b/charts/stable/gaps/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Gaps searches through your Plex Server or local folders for all movies, then queries for known movies in the same collection.
-home: https://truecharts.org/charts/stable/gaps
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaps.webp
+home: https://trueforge.org/truecharts/stable/gaps
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/gaps.webp
keywords:
- gaps
- plex
diff --git a/charts/stable/gaps/README.md b/charts/stable/gaps/README.md
index bd9383d709f..f8641f17908 100644
--- a/charts/stable/gaps/README.md
+++ b/charts/stable/gaps/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/stable/gaps)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/gaps)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/gaps
+https://trueforge.org/truecharts/stable/gaps
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/garrysmod/Chart.yaml b/charts/stable/garrysmod/Chart.yaml
index d0fad50eddd..7feb49743c7 100644
--- a/charts/stable/garrysmod/Chart.yaml
+++ b/charts/stable/garrysmod/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Garry's Mod and run it.
-home: https://truecharts.org/charts/stable/garrysmod
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/garrysmod.webp
+home: https://trueforge.org/truecharts/stable/garrysmod
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/garrysmod.webp
keywords:
- garrysmod
- GameServers
diff --git a/charts/stable/garrysmod/README.md b/charts/stable/garrysmod/README.md
index 94954f85790..b79839d0ef7 100644
--- a/charts/stable/garrysmod/README.md
+++ b/charts/stable/garrysmod/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/stable/garrysmod)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/garrysmod)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/garrysmod
+https://trueforge.org/truecharts/stable/garrysmod
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/gaseous-server/Chart.yaml b/charts/stable/gaseous-server/Chart.yaml
index 742ae2a35c1..b9aad1e50b4 100644
--- a/charts/stable/gaseous-server/Chart.yaml
+++ b/charts/stable/gaseous-server/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A game ROM manager using multiple sources to identify and provide metadata.
-home: https://truecharts.org/charts/stable/gaseous-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gaseous-server.webp
+home: https://trueforge.org/truecharts/stable/gaseous-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/gaseous-server.webp
keywords:
- gaseous-server
- rom-manager
diff --git a/charts/stable/gaseous-server/README.md b/charts/stable/gaseous-server/README.md
index 0f217e07cba..7028c052300 100644
--- a/charts/stable/gaseous-server/README.md
+++ b/charts/stable/gaseous-server/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/stable/gaseous-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/gaseous-server
+https://trueforge.org/truecharts/stable/gaseous-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/gatus/Chart.yaml b/charts/stable/gatus/Chart.yaml
index e70b039f6bb..c8ab48c3f66 100644
--- a/charts/stable/gatus/Chart.yaml
+++ b/charts/stable/gatus/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Automated service health dashboard
-home: https://truecharts.org/charts/stable/gatus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gatus.webp
+home: https://trueforge.org/truecharts/stable/gatus
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/gatus.webp
keywords:
- gatus
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/gatus/README.md b/charts/stable/gatus/README.md
index a54800a8919..499cde10535 100644
--- a/charts/stable/gatus/README.md
+++ b/charts/stable/gatus/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/stable/gatus)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/gatus)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/gatus
+https://trueforge.org/truecharts/stable/gatus
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/genea/Chart.yaml b/charts/stable/genea/Chart.yaml
index 47a880ee906..4ff643e4ab4 100644
--- a/charts/stable/genea/Chart.yaml
+++ b/charts/stable/genea/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Genea allows visually building and editing a family tree online. It consumes and saves genealogy data in the GEDCOM format without any server side components.
-home: https://truecharts.org/charts/stable/genea
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/genea.webp
+home: https://trueforge.org/truecharts/stable/genea
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/genea.webp
keywords:
- genea
- Other
diff --git a/charts/stable/genea/README.md b/charts/stable/genea/README.md
index fb079b4cdb2..0b771c09893 100644
--- a/charts/stable/genea/README.md
+++ b/charts/stable/genea/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/stable/genea)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/genea)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/genea
+https://trueforge.org/truecharts/stable/genea
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/generic-device-plugin/Chart.yaml b/charts/stable/generic-device-plugin/Chart.yaml
index a7c6c1df74e..0218e48ea0e 100644
--- a/charts/stable/generic-device-plugin/Chart.yaml
+++ b/charts/stable/generic-device-plugin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Device Plugin to expose tun-device on talos
-home: https://truecharts.org/charts/stable/generic-device-plugin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/generic-device-plugin.webp
+home: https://trueforge.org/truecharts/stable/generic-device-plugin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/generic-device-plugin.webp
keywords:
- jackett
- torrent
diff --git a/charts/stable/generic-device-plugin/README.md b/charts/stable/generic-device-plugin/README.md
index fcf7e53867d..f37e2a1d13e 100644
--- a/charts/stable/generic-device-plugin/README.md
+++ b/charts/stable/generic-device-plugin/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/stable/generic-device-plugin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/generic-device-plugin)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/generic-device-plugin
+https://trueforge.org/truecharts/stable/generic-device-plugin
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ghostfolio/Chart.yaml b/charts/stable/ghostfolio/Chart.yaml
index d7a98528c5d..d9b8853386a 100644
--- a/charts/stable/ghostfolio/Chart.yaml
+++ b/charts/stable/ghostfolio/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Ghostfolio is a privacy-first, open source dashboard for your personal finances. Break down your asset allocation, know your net worth and make solid, data-driven investment decisions.
-home: https://truecharts.org/charts/stable/ghostfolio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.webp
+home: https://trueforge.org/truecharts/stable/ghostfolio
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ghostfolio.webp
keywords:
- ghostfolio
- finance
diff --git a/charts/stable/ghostfolio/README.md b/charts/stable/ghostfolio/README.md
index dc053f27aed..5a9ef2700b0 100644
--- a/charts/stable/ghostfolio/README.md
+++ b/charts/stable/ghostfolio/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/stable/ghostfolio)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ghostfolio)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ghostfolio
+https://trueforge.org/truecharts/stable/ghostfolio
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/gitea/Chart.yaml b/charts/stable/gitea/Chart.yaml
index 0b15c6b8ec8..2a0c76d8c8a 100644
--- a/charts/stable/gitea/Chart.yaml
+++ b/charts/stable/gitea/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Self hosted GIT repositories
-home: https://truecharts.org/charts/stable/gitea
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gitea.webp
+home: https://trueforge.org/truecharts/stable/gitea
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/gitea.webp
keywords:
- git
- issue tracker
diff --git a/charts/stable/gitea/README.md b/charts/stable/gitea/README.md
index 623c7f672a8..2a098d2b724 100644
--- a/charts/stable/gitea/README.md
+++ b/charts/stable/gitea/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/stable/gitea)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/gitea)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/gitea
+https://trueforge.org/truecharts/stable/gitea
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/github-backup/Chart.yaml b/charts/stable/github-backup/Chart.yaml
index 2c4d9cafe1b..da394c6abde 100644
--- a/charts/stable/github-backup/Chart.yaml
+++ b/charts/stable/github-backup/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Like to maintain your own data? Automatically backup your github account to your Unraid server on a schedule.
-home: https://truecharts.org/charts/stable/github-backup
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/github-backup.webp
+home: https://trueforge.org/truecharts/stable/github-backup
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/github-backup.webp
keywords:
- github-backup
- Backup
diff --git a/charts/stable/github-backup/README.md b/charts/stable/github-backup/README.md
index bb773071344..b2f60a3a598 100644
--- a/charts/stable/github-backup/README.md
+++ b/charts/stable/github-backup/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/stable/github-backup)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/github-backup
+https://trueforge.org/truecharts/stable/github-backup
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/glances/Chart.yaml b/charts/stable/glances/Chart.yaml
index 6b6d178c706..e33fb52f6b9 100644
--- a/charts/stable/glances/Chart.yaml
+++ b/charts/stable/glances/Chart.yaml
@@ -20,8 +20,8 @@ dependencies:
import-values: []
deprecated: false
description: Glances is a monitoring software
-home: https://truecharts.org/charts/stable/glances
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/glances.webp
+home: https://trueforge.org/truecharts/stable/glances
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/glances.webp
keywords:
- metrics
- glances
diff --git a/charts/stable/glances/README.md b/charts/stable/glances/README.md
index c7fba8793ce..c80483057d1 100644
--- a/charts/stable/glances/README.md
+++ b/charts/stable/glances/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/stable/glances)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/glances)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/glances
+https://trueforge.org/truecharts/stable/glances
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/glauth/Chart.yaml b/charts/stable/glauth/Chart.yaml
index 19dda2bed6e..98cfdae5eb1 100644
--- a/charts/stable/glauth/Chart.yaml
+++ b/charts/stable/glauth/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: GLAuth is a secure, easy-to-use, LDAP server with configurable backends.
-home: https://truecharts.org/charts/stable/glauth
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/glauth.webp
+home: https://trueforge.org/truecharts/stable/glauth
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/glauth.webp
keywords:
- glauth
- Security
diff --git a/charts/stable/glauth/README.md b/charts/stable/glauth/README.md
index f03c9c18858..d95c95a6081 100644
--- a/charts/stable/glauth/README.md
+++ b/charts/stable/glauth/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/stable/glauth)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/glauth)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/glauth
+https://trueforge.org/truecharts/stable/glauth
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/go-playground/Chart.yaml b/charts/stable/go-playground/Chart.yaml
index e9092f41b61..e61e628fb11 100644
--- a/charts/stable/go-playground/Chart.yaml
+++ b/charts/stable/go-playground/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: mproved Go Playground powered by Monaco Editor and React
-home: https://truecharts.org/charts/stable/go-playground
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/go-playground.webp
+home: https://trueforge.org/truecharts/stable/go-playground
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/go-playground.webp
keywords:
- go-playground
- Tools-Utilities
diff --git a/charts/stable/go-playground/README.md b/charts/stable/go-playground/README.md
index f41109149fd..67c83cb88a7 100644
--- a/charts/stable/go-playground/README.md
+++ b/charts/stable/go-playground/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/stable/go-playground)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/go-playground
+https://trueforge.org/truecharts/stable/go-playground
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/goaccess-npm-logs/Chart.yaml b/charts/stable/goaccess-npm-logs/Chart.yaml
index 322e703b960..6245fb46d23 100644
--- a/charts/stable/goaccess-npm-logs/Chart.yaml
+++ b/charts/stable/goaccess-npm-logs/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: GoAccess for Nginx Proxy Manager Logs
-home: https://truecharts.org/charts/stable/goaccess-npm-logs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.webp
+home: https://trueforge.org/truecharts/stable/goaccess-npm-logs
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/goaccess-npm-logs.webp
keywords:
- goaccess-npm-logs
- Tools-Utilities
diff --git a/charts/stable/goaccess-npm-logs/README.md b/charts/stable/goaccess-npm-logs/README.md
index be22168b99a..c8f4720563c 100644
--- a/charts/stable/goaccess-npm-logs/README.md
+++ b/charts/stable/goaccess-npm-logs/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/stable/goaccess-npm-logs)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/goaccess-npm-logs
+https://trueforge.org/truecharts/stable/goaccess-npm-logs
## Configuration Options
@@ -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-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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/goaccess/Chart.yaml b/charts/stable/goaccess/Chart.yaml
index 347d3f6a1e6..77d979b476e 100644
--- a/charts/stable/goaccess/Chart.yaml
+++ b/charts/stable/goaccess/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly.
-home: https://truecharts.org/charts/stable/goaccess
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/goaccess.webp
+home: https://trueforge.org/truecharts/stable/goaccess
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/goaccess.webp
keywords:
- goaccess
- Other
diff --git a/charts/stable/goaccess/README.md b/charts/stable/goaccess/README.md
index 79a266a21b3..983e006309d 100644
--- a/charts/stable/goaccess/README.md
+++ b/charts/stable/goaccess/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/stable/goaccess)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/goaccess)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/goaccess
+https://trueforge.org/truecharts/stable/goaccess
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/godaddy-ddns/Chart.yaml b/charts/stable/godaddy-ddns/Chart.yaml
index c074b2d778a..7133f87f053 100644
--- a/charts/stable/godaddy-ddns/Chart.yaml
+++ b/charts/stable/godaddy-ddns/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Chart to provide a DDNS service for godaddy domains. Uses the GoDaddy REST API to update the given domain's DNS IP address to the public IP address of the host it is executing on. Performs a check every 10 minutes, but you can alter this if you like by modifying /etc/cron.d/godaddy-ddns inside the Chart.
-home: https://truecharts.org/charts/stable/godaddy-ddns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/godaddy-ddns.webp
+home: https://trueforge.org/truecharts/stable/godaddy-ddns
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/godaddy-ddns.webp
keywords:
- godaddy-ddns
- Network-Web
diff --git a/charts/stable/godaddy-ddns/README.md b/charts/stable/godaddy-ddns/README.md
index bafe7b7def4..0239f9ba37c 100644
--- a/charts/stable/godaddy-ddns/README.md
+++ b/charts/stable/godaddy-ddns/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/stable/godaddy-ddns)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/godaddy-ddns
+https://trueforge.org/truecharts/stable/godaddy-ddns
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/gokapi/Chart.yaml b/charts/stable/gokapi/Chart.yaml
index 897f8c69346..36149246a74 100644
--- a/charts/stable/gokapi/Chart.yaml
+++ b/charts/stable/gokapi/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Gokapi is a lightweight server to share files, which expire after a set amount of downloads or days.
-home: https://truecharts.org/charts/stable/gokapi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gokapi.webp
+home: https://trueforge.org/truecharts/stable/gokapi
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/gokapi.webp
keywords:
- gokapi
- cloud
diff --git a/charts/stable/gokapi/README.md b/charts/stable/gokapi/README.md
index 7bd6ecffd4e..32140330e77 100644
--- a/charts/stable/gokapi/README.md
+++ b/charts/stable/gokapi/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/stable/gokapi)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/gokapi)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/gokapi
+https://trueforge.org/truecharts/stable/gokapi
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/golinks/Chart.yaml b/charts/stable/golinks/Chart.yaml
index 1796d0376be..b603a343c41 100644
--- a/charts/stable/golinks/Chart.yaml
+++ b/charts/stable/golinks/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A web app that allows you to create smart bookmarks, commands and aliases by pointing your web browser's default search engine at a running instance.
-home: https://truecharts.org/charts/stable/golinks
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/golinks.webp
+home: https://trueforge.org/truecharts/stable/golinks
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/golinks.webp
keywords:
- search
- browser
diff --git a/charts/stable/golinks/README.md b/charts/stable/golinks/README.md
index 2c04f10f7a6..731ea4686ce 100644
--- a/charts/stable/golinks/README.md
+++ b/charts/stable/golinks/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/stable/golinks)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/golinks)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/golinks
+https://trueforge.org/truecharts/stable/golinks
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/gonic/Chart.yaml b/charts/stable/gonic/Chart.yaml
index f02aa6d0000..5d715aa77bf 100644
--- a/charts/stable/gonic/Chart.yaml
+++ b/charts/stable/gonic/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Music streaming server / subsonic server API implementation
-home: https://truecharts.org/charts/stable/gonic
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gonic.webp
+home: https://trueforge.org/truecharts/stable/gonic
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/gonic.webp
keywords:
- music
- subsonic
diff --git a/charts/stable/gonic/README.md b/charts/stable/gonic/README.md
index c70c371c80f..9a9c02aa5ff 100644
--- a/charts/stable/gonic/README.md
+++ b/charts/stable/gonic/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/stable/gonic)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/gonic)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/gonic
+https://trueforge.org/truecharts/stable/gonic
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/googlephotossync/Chart.yaml b/charts/stable/googlephotossync/Chart.yaml
index df8767bb637..27a3fb86cd4 100644
--- a/charts/stable/googlephotossync/Chart.yaml
+++ b/charts/stable/googlephotossync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Google Photos Sync downloads your Google Photos to the local file system. It will backup all the photos the user uploaded to Google Photos, but also the album information and additional Google Photos 'Creations' (animations, panoramas, movies, effects and collages).
-home: https://truecharts.org/charts/stable/googlephotossync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/googlephotossync.webp
+home: https://trueforge.org/truecharts/stable/googlephotossync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/googlephotossync.webp
keywords:
- googlephotossync
- Other
diff --git a/charts/stable/googlephotossync/README.md b/charts/stable/googlephotossync/README.md
index d7291503784..da11652b249 100644
--- a/charts/stable/googlephotossync/README.md
+++ b/charts/stable/googlephotossync/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/stable/googlephotossync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/googlephotossync)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/googlephotossync
+https://trueforge.org/truecharts/stable/googlephotossync
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/gpodder/Chart.yaml b/charts/stable/gpodder/Chart.yaml
index 32ae0ae8817..6bd306fcfc7 100644
--- a/charts/stable/gpodder/Chart.yaml
+++ b/charts/stable/gpodder/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: gPodder is a simple, open source podcast client written in Python using GTK+. In development since 2005 with a proven, mature codebase.
-home: https://truecharts.org/charts/stable/gpodder
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gpodder.webp
+home: https://trueforge.org/truecharts/stable/gpodder
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/gpodder.webp
keywords:
- gpodder
- Downloaders
diff --git a/charts/stable/gpodder/README.md b/charts/stable/gpodder/README.md
index 3d6a628dc95..4912169ae14 100644
--- a/charts/stable/gpodder/README.md
+++ b/charts/stable/gpodder/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/stable/gpodder)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/gpodder)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/gpodder
+https://trueforge.org/truecharts/stable/gpodder
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/grafana-image-renderer/Chart.yaml b/charts/stable/grafana-image-renderer/Chart.yaml
index 0a10082544f..e64365cedf4 100644
--- a/charts/stable/grafana-image-renderer/Chart.yaml
+++ b/charts/stable/grafana-image-renderer/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Grafana remote image renderer that handles rendering panels & dashboards to PNGs using headless chrome.
-home: https://truecharts.org/charts/stable/grafana-image-renderer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-image-renderer.webp
+home: https://trueforge.org/truecharts/stable/grafana-image-renderer
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/grafana-image-renderer.webp
keywords:
- grafana-image-renderer
- Productivity
diff --git a/charts/stable/grafana-image-renderer/README.md b/charts/stable/grafana-image-renderer/README.md
index f31f024f39a..9b063fb7de5 100644
--- a/charts/stable/grafana-image-renderer/README.md
+++ b/charts/stable/grafana-image-renderer/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/stable/grafana-image-renderer)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/grafana-image-renderer
+https://trueforge.org/truecharts/stable/grafana-image-renderer
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/grafana/Chart.yaml b/charts/stable/grafana/Chart.yaml
index 99160c29301..2ed3485bbb3 100644
--- a/charts/stable/grafana/Chart.yaml
+++ b/charts/stable/grafana/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
-home: https://truecharts.org/charts/premium/grafana
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana.webp
+home: https://trueforge.org/truecharts/stable/grafana
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/grafana.webp
keywords:
- analytics
- monitoring
@@ -37,7 +37,7 @@ maintainers:
name: grafana
sources:
- https://github.com/bitnami/bitnami-docker-grafana
- - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/grafana
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/grafana
- https://grafana.com/
- https://hub.docker.com/r/grafana/grafana
- https://quay.io/kiwigrid/k8s-sidecar
diff --git a/charts/stable/grafana/README.md b/charts/stable/grafana/README.md
index f5988d9917d..90db3d31987 100644
--- a/charts/stable/grafana/README.md
+++ b/charts/stable/grafana/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/premium/grafana)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/grafana)
**This chart is not 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/grafana`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/premium/grafana
+https://trueforge.org/truecharts/stable/grafana
## Configuration Options
To view the 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/premium/grafana/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/grav/Chart.yaml b/charts/stable/grav/Chart.yaml
index f344418bf09..b649d41c908 100644
--- a/charts/stable/grav/Chart.yaml
+++ b/charts/stable/grav/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Fast, Simple, and Flexible, file-based Web-platform.
-home: https://truecharts.org/charts/stable/grav
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/grav.webp
+home: https://trueforge.org/truecharts/stable/grav
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/grav.webp
keywords:
- grav
- web
diff --git a/charts/stable/grav/README.md b/charts/stable/grav/README.md
index b1be6f1ef31..3acc4bfebf3 100644
--- a/charts/stable/grav/README.md
+++ b/charts/stable/grav/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/stable/grav)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/grav)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/grav
+https://trueforge.org/truecharts/stable/grav
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/gravity/Chart.yaml b/charts/stable/gravity/Chart.yaml
index 5fa0d66c592..1a3b8021035 100644
--- a/charts/stable/gravity/Chart.yaml
+++ b/charts/stable/gravity/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Fully-replicated DNS and DHCP Server with ad-blocking powered by etcd.
-home: https://truecharts.org/charts/stable/gravity
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gravity.webp
+home: https://trueforge.org/truecharts/stable/gravity
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/gravity.webp
keywords:
- gravity
- dns
diff --git a/charts/stable/gravity/README.md b/charts/stable/gravity/README.md
index 7077ac1cf51..d1ed13e2abd 100644
--- a/charts/stable/gravity/README.md
+++ b/charts/stable/gravity/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/stable/gravity)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/gravity)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/gravity
+https://trueforge.org/truecharts/stable/gravity
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/gridcoinwalletgui/Chart.yaml b/charts/stable/gridcoinwalletgui/Chart.yaml
index 127457d1067..358233f0ede 100644
--- a/charts/stable/gridcoinwalletgui/Chart.yaml
+++ b/charts/stable/gridcoinwalletgui/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Running Boinc? Get some Gridcoins from your Boinc work!
-home: https://truecharts.org/charts/stable/gridcoinwalletgui
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.webp
+home: https://trueforge.org/truecharts/stable/gridcoinwalletgui
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/gridcoinwalletgui.webp
keywords:
- gridcoinwalletgui
- Crypto
diff --git a/charts/stable/gridcoinwalletgui/README.md b/charts/stable/gridcoinwalletgui/README.md
index 24e134c081a..fdfac13ec55 100644
--- a/charts/stable/gridcoinwalletgui/README.md
+++ b/charts/stable/gridcoinwalletgui/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/stable/gridcoinwalletgui)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/gridcoinwalletgui)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/gridcoinwalletgui
+https://trueforge.org/truecharts/stable/gridcoinwalletgui
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/grocy/Chart.yaml b/charts/stable/grocy/Chart.yaml
index 14ceca0953d..3e34d1b0937 100644
--- a/charts/stable/grocy/Chart.yaml
+++ b/charts/stable/grocy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ERP beyond your fridge - grocy is a web-based self-hosted groceries & household management solution for your home
-home: https://truecharts.org/charts/stable/grocy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.webp
+home: https://trueforge.org/truecharts/stable/grocy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/grocy.webp
keywords:
- grocy
- home-automation
diff --git a/charts/stable/grocy/README.md b/charts/stable/grocy/README.md
index 8a4aeb1e562..1407a28f9a5 100644
--- a/charts/stable/grocy/README.md
+++ b/charts/stable/grocy/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/stable/grocy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/grocy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/grocy
+https://trueforge.org/truecharts/stable/grocy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/guacamole/Chart.yaml b/charts/stable/guacamole/Chart.yaml
index fbecf6f8161..08776d97e95 100644
--- a/charts/stable/guacamole/Chart.yaml
+++ b/charts/stable/guacamole/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Apache Guacamole is a clientless remote desktop gateway.
-home: https://truecharts.org/charts/stable/guacamole
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacamole.webp
+home: https://trueforge.org/truecharts/stable/guacamole
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/guacamole.webp
keywords:
- guacamole
- remote
diff --git a/charts/stable/guacamole/README.md b/charts/stable/guacamole/README.md
index dbd78a5699c..6a5e4d423f3 100644
--- a/charts/stable/guacamole/README.md
+++ b/charts/stable/guacamole/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/stable/guacamole)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/guacamole)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/guacamole
+https://trueforge.org/truecharts/stable/guacamole
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/guacd/Chart.yaml b/charts/stable/guacd/Chart.yaml
index adb31704b01..2f791d53ef6 100644
--- a/charts/stable/guacd/Chart.yaml
+++ b/charts/stable/guacd/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Guacd - Apache Guacamole is a clientless remote desktop gateway.
-home: https://truecharts.org/charts/stable/guacd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/guacd.webp
+home: https://trueforge.org/truecharts/stable/guacd
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/guacd.webp
keywords:
- guacd
- guacamole
diff --git a/charts/stable/guacd/README.md b/charts/stable/guacd/README.md
index 9abd738cfef..6fe360a6eac 100644
--- a/charts/stable/guacd/README.md
+++ b/charts/stable/guacd/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/stable/guacd)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/guacd)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/guacd
+https://trueforge.org/truecharts/stable/guacd
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/guide2go/Chart.yaml b/charts/stable/guide2go/Chart.yaml
index 94182a8b976..9457decaf3f 100644
--- a/charts/stable/guide2go/Chart.yaml
+++ b/charts/stable/guide2go/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: a xml grabber from schedule direct service
-home: https://truecharts.org/charts/stable/guide2go
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/guide2go.webp
+home: https://trueforge.org/truecharts/stable/guide2go
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/guide2go.webp
keywords:
- guide2go
- Downloaders
diff --git a/charts/stable/guide2go/README.md b/charts/stable/guide2go/README.md
index 618bfe8ff59..285ae0a9850 100644
--- a/charts/stable/guide2go/README.md
+++ b/charts/stable/guide2go/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/stable/guide2go)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/guide2go)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/guide2go
+https://trueforge.org/truecharts/stable/guide2go
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/h5ai/Chart.yaml b/charts/stable/h5ai/Chart.yaml
index 7a82c9caf6b..0850a0cf074 100644
--- a/charts/stable/h5ai/Chart.yaml
+++ b/charts/stable/h5ai/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: h5ai is a modern file indexer for HTTP web servers with focus on your files. Directories are displayed in a appealing way and browsing them is enhanced by different views, a breadcrumb and a tree overview. Initially h5ai was an acronym for HTML5 Apache Index but now it supports other web servers too.
-home: https://truecharts.org/charts/stable/h5ai
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/h5ai.webp
+home: https://trueforge.org/truecharts/stable/h5ai
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/h5ai.webp
keywords:
- h5ai
- Cloud
diff --git a/charts/stable/h5ai/README.md b/charts/stable/h5ai/README.md
index ecea63e5446..57656b2fdda 100644
--- a/charts/stable/h5ai/README.md
+++ b/charts/stable/h5ai/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/stable/h5ai)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/h5ai)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/h5ai
+https://trueforge.org/truecharts/stable/h5ai
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/halflife2deathmatch/Chart.yaml b/charts/stable/halflife2deathmatch/Chart.yaml
index 918f53a4afd..5a13dd9ff5a 100644
--- a/charts/stable/halflife2deathmatch/Chart.yaml
+++ b/charts/stable/halflife2deathmatch/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install HalfLife2 DeathMatch and run it.
-home: https://truecharts.org/charts/stable/halflife2deathmatch
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/halflife2deathmatch.webp
+home: https://trueforge.org/truecharts/stable/halflife2deathmatch
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/halflife2deathmatch.webp
keywords:
- halflife2deathmatch
- GameServers
diff --git a/charts/stable/halflife2deathmatch/README.md b/charts/stable/halflife2deathmatch/README.md
index 8959fc167d5..0559ba4ad5e 100644
--- a/charts/stable/halflife2deathmatch/README.md
+++ b/charts/stable/halflife2deathmatch/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/stable/halflife2deathmatch)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/halflife2deathmatch
+https://trueforge.org/truecharts/stable/halflife2deathmatch
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/hammond/Chart.yaml b/charts/stable/hammond/Chart.yaml
index c2d12ec6522..99650c13ddd 100644
--- a/charts/stable/hammond/Chart.yaml
+++ b/charts/stable/hammond/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted vehicle expense tracking system with support for multiple users.
-home: https://truecharts.org/charts/stable/hammond
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hammond.webp
+home: https://trueforge.org/truecharts/stable/hammond
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/hammond.webp
keywords:
- hammond
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/hammond/README.md b/charts/stable/hammond/README.md
index b47173bbb7e..8229c37b969 100644
--- a/charts/stable/hammond/README.md
+++ b/charts/stable/hammond/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/stable/hammond)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/hammond)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/hammond
+https://trueforge.org/truecharts/stable/hammond
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/handbrake/Chart.yaml b/charts/stable/handbrake/Chart.yaml
index 8448b72ee9a..872e6ff3173 100644
--- a/charts/stable/handbrake/Chart.yaml
+++ b/charts/stable/handbrake/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.
-home: https://truecharts.org/charts/stable/handbrake
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/handbrake.webp
+home: https://trueforge.org/truecharts/stable/handbrake
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/handbrake.webp
keywords:
- handbrake
- encode
diff --git a/charts/stable/handbrake/README.md b/charts/stable/handbrake/README.md
index fb00cb45587..ad5d02078af 100644
--- a/charts/stable/handbrake/README.md
+++ b/charts/stable/handbrake/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/stable/handbrake)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/handbrake)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/handbrake
+https://trueforge.org/truecharts/stable/handbrake
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/hassconfigurator/Chart.yaml b/charts/stable/hassconfigurator/Chart.yaml
index d583e28b439..0280ac2e91a 100644
--- a/charts/stable/hassconfigurator/Chart.yaml
+++ b/charts/stable/hassconfigurator/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Home Assistant online configurator Chart from https://github.com/danielperna84/hass-configurator
-home: https://truecharts.org/charts/stable/hassconfigurator
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hassconfigurator.webp
+home: https://trueforge.org/truecharts/stable/hassconfigurator
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/hassconfigurator.webp
keywords:
- hassconfigurator
- home-automation
diff --git a/charts/stable/hassconfigurator/README.md b/charts/stable/hassconfigurator/README.md
index a9046c5f51e..74adf42b5c2 100644
--- a/charts/stable/hassconfigurator/README.md
+++ b/charts/stable/hassconfigurator/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/stable/hassconfigurator)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/hassconfigurator)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/hassconfigurator
+https://trueforge.org/truecharts/stable/hassconfigurator
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/haste-server/Chart.yaml b/charts/stable/haste-server/Chart.yaml
index 1cba3383e74..fbd5b658c7b 100644
--- a/charts/stable/haste-server/Chart.yaml
+++ b/charts/stable/haste-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Simple text sharing
-home: https://truecharts.org/charts/stable/haste-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/haste-server.webp
+home: https://trueforge.org/truecharts/stable/haste-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/haste-server.webp
keywords:
- haste
- hastebin
diff --git a/charts/stable/haste-server/README.md b/charts/stable/haste-server/README.md
index 318e2d7f0cd..1a329c315d6 100644
--- a/charts/stable/haste-server/README.md
+++ b/charts/stable/haste-server/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/stable/haste-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/haste-server
+https://trueforge.org/truecharts/stable/haste-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/hastebin/Chart.yaml b/charts/stable/hastebin/Chart.yaml
index 4e7e7488623..c776dae6927 100644
--- a/charts/stable/hastebin/Chart.yaml
+++ b/charts/stable/hastebin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'Alpine-based Chart for Hastebin, the node.js paste service '
-home: https://truecharts.org/charts/stable/hastebin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hastebin.webp
+home: https://trueforge.org/truecharts/stable/hastebin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/hastebin.webp
keywords:
- hastebin
- Cloud
diff --git a/charts/stable/hastebin/README.md b/charts/stable/hastebin/README.md
index 28109ac5843..ff85f4ff6b8 100644
--- a/charts/stable/hastebin/README.md
+++ b/charts/stable/hastebin/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/stable/hastebin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/hastebin)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/hastebin
+https://trueforge.org/truecharts/stable/hastebin
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/hasty-paste/Chart.yaml b/charts/stable/hasty-paste/Chart.yaml
index 2fa45532971..df10d8b5586 100644
--- a/charts/stable/hasty-paste/Chart.yaml
+++ b/charts/stable/hasty-paste/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A fast and minimal paste bin, written in Python using Quart.
-home: https://truecharts.org/charts/stable/hasty-paste
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hasty-paste.webp
+home: https://trueforge.org/truecharts/stable/hasty-paste
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/hasty-paste.webp
keywords:
- hasty-paste
- Cloud
diff --git a/charts/stable/hasty-paste/README.md b/charts/stable/hasty-paste/README.md
index 139f9866691..fd9067766c6 100644
--- a/charts/stable/hasty-paste/README.md
+++ b/charts/stable/hasty-paste/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/stable/hasty-paste)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/hasty-paste)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/hasty-paste
+https://trueforge.org/truecharts/stable/hasty-paste
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/headphones/Chart.yaml b/charts/stable/headphones/Chart.yaml
index 84110985f2c..668b1b81fc6 100644
--- a/charts/stable/headphones/Chart.yaml
+++ b/charts/stable/headphones/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An automated music downloader for NZB and Torrent, written in Python. It supports SABnzbd, NZBget, Transmission, µTorrent and Blackhole.
-home: https://truecharts.org/charts/stable/headphones
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/headphones.webp
+home: https://trueforge.org/truecharts/stable/headphones
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/headphones.webp
keywords:
- headphones
- music
diff --git a/charts/stable/headphones/README.md b/charts/stable/headphones/README.md
index a969f6249e9..6db81df8197 100644
--- a/charts/stable/headphones/README.md
+++ b/charts/stable/headphones/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/stable/headphones)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/headphones)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/headphones
+https://trueforge.org/truecharts/stable/headphones
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/healthchecks/Chart.yaml b/charts/stable/healthchecks/Chart.yaml
index 7abe89093be..adcf5ba8d9c 100644
--- a/charts/stable/healthchecks/Chart.yaml
+++ b/charts/stable/healthchecks/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Healthchecks is a cron job monitoring service. It listens for HTTP requests and email messages ("pings") from your cron jobs and scheduled tasks ("checks"). When a ping does not arrive on time, Healthchecks sends out alerts.
-home: https://truecharts.org/charts/stable/healthchecks
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/healthchecks.webp
+home: https://trueforge.org/truecharts/stable/healthchecks
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/healthchecks.webp
keywords:
- cron
- monitoring
diff --git a/charts/stable/healthchecks/README.md b/charts/stable/healthchecks/README.md
index e630fb30d69..56e286d91c6 100644
--- a/charts/stable/healthchecks/README.md
+++ b/charts/stable/healthchecks/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/stable/healthchecks)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/healthchecks)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/healthchecks
+https://trueforge.org/truecharts/stable/healthchecks
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/hedgedoc/Chart.yaml b/charts/stable/hedgedoc/Chart.yaml
index f4ee9d81fe0..e16ad7acac5 100644
--- a/charts/stable/hedgedoc/Chart.yaml
+++ b/charts/stable/hedgedoc/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: HedgeDoc lets you create real-time collaborative markdown notes.
-home: https://truecharts.org/charts/stable/hedgedoc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hedgedoc.webp
+home: https://trueforge.org/truecharts/stable/hedgedoc
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/hedgedoc.webp
keywords:
- hedgedoc
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/hedgedoc/README.md b/charts/stable/hedgedoc/README.md
index a618901c5df..f4c9a590a61 100644
--- a/charts/stable/hedgedoc/README.md
+++ b/charts/stable/hedgedoc/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/stable/hedgedoc)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/hedgedoc)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/hedgedoc
+https://trueforge.org/truecharts/stable/hedgedoc
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/heimdall/Chart.yaml b/charts/stable/heimdall/Chart.yaml
index ea0ecac5788..a65b07e2531 100644
--- a/charts/stable/heimdall/Chart.yaml
+++ b/charts/stable/heimdall/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An Application dashboard and launcher
-home: https://truecharts.org/charts/stable/heimdall
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.webp
+home: https://trueforge.org/truecharts/stable/heimdall
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/heimdall.webp
keywords:
- heimdall
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/heimdall/README.md b/charts/stable/heimdall/README.md
index 5247717e690..250114d288a 100644
--- a/charts/stable/heimdall/README.md
+++ b/charts/stable/heimdall/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/stable/heimdall)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/heimdall)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/heimdall
+https://trueforge.org/truecharts/stable/heimdall
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/hetzner-ddns/Chart.yaml b/charts/stable/hetzner-ddns/Chart.yaml
index ff61fcd9794..c28a888fadf 100644
--- a/charts/stable/hetzner-ddns/Chart.yaml
+++ b/charts/stable/hetzner-ddns/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will allow you to use the Hetzner DNS Service (https://www.hetzner.com/dns-console) as a Dynamic DNS (DDNS) Provider.
-home: https://truecharts.org/charts/stable/hetzner-ddns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hetzner-ddns.webp
+home: https://trueforge.org/truecharts/stable/hetzner-ddns
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/hetzner-ddns.webp
keywords:
- hetzner-ddns
- Network-DNS
diff --git a/charts/stable/hetzner-ddns/README.md b/charts/stable/hetzner-ddns/README.md
index 0579184cc6c..f356350ef48 100644
--- a/charts/stable/hetzner-ddns/README.md
+++ b/charts/stable/hetzner-ddns/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/stable/hetzner-ddns)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/hetzner-ddns
+https://trueforge.org/truecharts/stable/hetzner-ddns
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/hexchat/Chart.yaml b/charts/stable/hexchat/Chart.yaml
index 8917eb39094..9e64929b267 100644
--- a/charts/stable/hexchat/Chart.yaml
+++ b/charts/stable/hexchat/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: HexChat is an IRC client based on XChat, but unlike XChat it’s completely free for both Windows and Unix-like systems. Since XChat is open source, it’s perfectly legal. For more info. HexChat was originally called XChat-WDK which in turn was a successor of freakschat.
-home: https://truecharts.org/charts/stable/hexchat
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexchat.webp
+home: https://trueforge.org/truecharts/stable/hexchat
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/hexchat.webp
keywords:
- hexchat
- Productivity
diff --git a/charts/stable/hexchat/README.md b/charts/stable/hexchat/README.md
index f3755b307b7..1a27a5c612f 100644
--- a/charts/stable/hexchat/README.md
+++ b/charts/stable/hexchat/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/stable/hexchat)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/hexchat)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/hexchat
+https://trueforge.org/truecharts/stable/hexchat
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/hexo-blog/Chart.yaml b/charts/stable/hexo-blog/Chart.yaml
index 7d92e9468bf..71c89a6008a 100644
--- a/charts/stable/hexo-blog/Chart.yaml
+++ b/charts/stable/hexo-blog/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted blogging platform in which posts are written in markdown
-home: https://truecharts.org/charts/stable/hexo-blog
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hexo-blog.webp
+home: https://trueforge.org/truecharts/stable/hexo-blog
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/hexo-blog.webp
keywords:
- hexo-blog
- Productivity
diff --git a/charts/stable/hexo-blog/README.md b/charts/stable/hexo-blog/README.md
index 34ab7853522..a038f07e556 100644
--- a/charts/stable/hexo-blog/README.md
+++ b/charts/stable/hexo-blog/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/stable/hexo-blog)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/hexo-blog)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/hexo-blog
+https://trueforge.org/truecharts/stable/hexo-blog
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/homarr/Chart.yaml b/charts/stable/homarr/Chart.yaml
index 5958a07ebd8..4bcc19fec2c 100644
--- a/charts/stable/homarr/Chart.yaml
+++ b/charts/stable/homarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.
-home: https://truecharts.org/charts/stable/homarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homarr.webp
+home: https://trueforge.org/truecharts/stable/homarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/homarr.webp
keywords:
- dashboard
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/homarr/README.md b/charts/stable/homarr/README.md
index 0e96584ad49..3e9cd12d1e2 100644
--- a/charts/stable/homarr/README.md
+++ b/charts/stable/homarr/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/stable/homarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/homarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/homarr
+https://trueforge.org/truecharts/stable/homarr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/home-assistant/Chart.yaml b/charts/stable/home-assistant/Chart.yaml
index 3a8508bc897..bb892df5ef1 100644
--- a/charts/stable/home-assistant/Chart.yaml
+++ b/charts/stable/home-assistant/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Open source home automation that puts local control and privacy first.
-home: https://truecharts.org/charts/stable/home-assistant
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.webp
+home: https://trueforge.org/truecharts/stable/home-assistant
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/home-assistant.webp
keywords:
- home-assistant
- home-automation
diff --git a/charts/stable/home-assistant/README.md b/charts/stable/home-assistant/README.md
index 85d5b417c07..591dbde4f82 100644
--- a/charts/stable/home-assistant/README.md
+++ b/charts/stable/home-assistant/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/stable/home-assistant)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/home-assistant
+https://trueforge.org/truecharts/stable/home-assistant
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/homebox/Chart.yaml b/charts/stable/homebox/Chart.yaml
index b36b2951855..675b0890884 100644
--- a/charts/stable/homebox/Chart.yaml
+++ b/charts/stable/homebox/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Inventory and organization system built for the Home User.
-home: https://truecharts.org/charts/stable/homebox
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebox.webp
+home: https://trueforge.org/truecharts/stable/homebox
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/homebox.webp
keywords:
- homebox
- inventory
diff --git a/charts/stable/homebox/README.md b/charts/stable/homebox/README.md
index 8edda55787c..25a6350a086 100644
--- a/charts/stable/homebox/README.md
+++ b/charts/stable/homebox/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/stable/homebox)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/homebox)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/homebox
+https://trueforge.org/truecharts/stable/homebox
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/homebridge/Chart.yaml b/charts/stable/homebridge/Chart.yaml
index c82ea83efe1..8fb1a1e9572 100644
--- a/charts/stable/homebridge/Chart.yaml
+++ b/charts/stable/homebridge/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A lightweight NodeJS server that emulates the iOS HomeKit API
-home: https://truecharts.org/charts/stable/homebridge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homebridge.webp
+home: https://trueforge.org/truecharts/stable/homebridge
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/homebridge.webp
keywords:
- homebridge
- homekit
diff --git a/charts/stable/homebridge/README.md b/charts/stable/homebridge/README.md
index c41aff287d6..1f193139016 100644
--- a/charts/stable/homebridge/README.md
+++ b/charts/stable/homebridge/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/stable/homebridge)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/homebridge)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/homebridge
+https://trueforge.org/truecharts/stable/homebridge
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/homelablabelmaker/Chart.yaml b/charts/stable/homelablabelmaker/Chart.yaml
index 475f9530991..f9229b51f76 100644
--- a/charts/stable/homelablabelmaker/Chart.yaml
+++ b/charts/stable/homelablabelmaker/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: DIY tool to create and print labels for Dell Poweredge and HP Proliant drive caddies.
-home: https://truecharts.org/charts/stable/homelablabelmaker
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homelablabelmaker.webp
+home: https://trueforge.org/truecharts/stable/homelablabelmaker
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/homelablabelmaker.webp
keywords:
- homelablabelmaker
- Tools-Utilities
diff --git a/charts/stable/homelablabelmaker/README.md b/charts/stable/homelablabelmaker/README.md
index 3c414b54e45..2926d8b9bd9 100644
--- a/charts/stable/homelablabelmaker/README.md
+++ b/charts/stable/homelablabelmaker/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/stable/homelablabelmaker)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/homelablabelmaker)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/homelablabelmaker
+https://trueforge.org/truecharts/stable/homelablabelmaker
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/homepage/Chart.yaml b/charts/stable/homepage/Chart.yaml
index c0bf850d4ed..4e02ded9760 100644
--- a/charts/stable/homepage/Chart.yaml
+++ b/charts/stable/homepage/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A highly customizable homepage
-home: https://truecharts.org/charts/stable/homepage
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homepage.webp
+home: https://trueforge.org/truecharts/stable/homepage
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/homepage.webp
keywords:
- homepage
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/homepage/README.md b/charts/stable/homepage/README.md
index c0048a5b685..2308be5cc7d 100644
--- a/charts/stable/homepage/README.md
+++ b/charts/stable/homepage/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/stable/homepage)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/homepage)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/homepage
+https://trueforge.org/truecharts/stable/homepage
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/homepage/docs/hp-integration.md b/charts/stable/homepage/docs/hp-integration.md
index bb2adc260e5..da95064f190 100644
--- a/charts/stable/homepage/docs/hp-integration.md
+++ b/charts/stable/homepage/docs/hp-integration.md
@@ -55,7 +55,7 @@ Metrics are standard enabled per widget and can be shown in the widgets by click
## Enabling Integration in Charts
To enable the integration for a chart you need to add the homepage addon to the ingress section.
-Detailed configuration details: https://truecharts.org/common/ingress/homepage/
+Detailed configuration details: https://trueforge.org/common/ingress/homepage/
- **name** can be left blank to use the charts deployment name or use the name of your choice.
- **description** can be left blank for using the chart description of TrueCharts or you can use the description of your choice.
diff --git a/charts/stable/homepage/values.yaml b/charts/stable/homepage/values.yaml
index 344b40b5bf7..9b30e6811b5 100644
--- a/charts/stable/homepage/values.yaml
+++ b/charts/stable/homepage/values.yaml
@@ -277,7 +277,7 @@ configmap:
- TrueCharts:
- TrueCharts:
- abbr: TC
- icon: https://truecharts.org/svg/favicon.svg
+ icon: https://trueforge.org/svg/favicon.svg
href: https://truecharts.org
description: "TrueCharts Website"
- Github:
@@ -293,7 +293,7 @@ configmap:
- Discord:
- abbr: DC
icon: https://t2.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://discord.com&size=32
- href: https://truecharts.org/s/discord
+ href: https://trueforge.org/s/discord
description: "TrueCharts Discord"
forceConfigFromValues: false
diff --git a/charts/stable/homer/Chart.yaml b/charts/stable/homer/Chart.yaml
index 29f334fae07..f45592ee635 100644
--- a/charts/stable/homer/Chart.yaml
+++ b/charts/stable/homer/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A dead simple static homepage for your server to keep your services on hand.
-home: https://truecharts.org/charts/stable/homer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/homer.webp
+home: https://trueforge.org/truecharts/stable/homer
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/homer.webp
keywords:
- homer
- dashboard
diff --git a/charts/stable/homer/README.md b/charts/stable/homer/README.md
index ada08c3a8da..8ad3df26cf9 100644
--- a/charts/stable/homer/README.md
+++ b/charts/stable/homer/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/stable/homer)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/homer)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/homer
+https://trueforge.org/truecharts/stable/homer
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/hoobs/Chart.yaml b/charts/stable/hoobs/Chart.yaml
index f22e30a3d56..f4dad0c7e4e 100644
--- a/charts/stable/hoobs/Chart.yaml
+++ b/charts/stable/hoobs/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'HOOBS is a Homebridge stack with a interface that simplifies configuration and installing plugins. This adds a process wrapper for Homebridge. '
-home: https://truecharts.org/charts/stable/hoobs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hoobs.webp
+home: https://trueforge.org/truecharts/stable/hoobs
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/hoobs.webp
keywords:
- hoobs
- home-automation
diff --git a/charts/stable/hoobs/README.md b/charts/stable/hoobs/README.md
index 31f081091f2..ab010aee81a 100644
--- a/charts/stable/hoobs/README.md
+++ b/charts/stable/hoobs/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/stable/hoobs)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/hoobs)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/hoobs
+https://trueforge.org/truecharts/stable/hoobs
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/htpcmanager/Chart.yaml b/charts/stable/htpcmanager/Chart.yaml
index 88166cd2786..962fec8a7b4 100644
--- a/charts/stable/htpcmanager/Chart.yaml
+++ b/charts/stable/htpcmanager/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Htpcmanager is a front end for many htpc related applications.
-home: https://truecharts.org/charts/stable/htpcmanager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/htpcmanager.webp
+home: https://trueforge.org/truecharts/stable/htpcmanager
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/htpcmanager.webp
keywords:
- htpcmanager
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/htpcmanager/README.md b/charts/stable/htpcmanager/README.md
index c33f0cae1ee..6df725d8575 100644
--- a/charts/stable/htpcmanager/README.md
+++ b/charts/stable/htpcmanager/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/stable/htpcmanager)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/htpcmanager)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/htpcmanager
+https://trueforge.org/truecharts/stable/htpcmanager
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/humhub/Chart.yaml b/charts/stable/humhub/Chart.yaml
index e8b09f855ee..353bd7fd22e 100644
--- a/charts/stable/humhub/Chart.yaml
+++ b/charts/stable/humhub/Chart.yaml
@@ -36,8 +36,8 @@ dependencies:
import-values: []
deprecated: false
description: A feature rich and highly flexible OpenSource Social Network Kit written in PHP.
-home: https://truecharts.org/charts/stable/humhub
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/humhub.webp
+home: https://trueforge.org/truecharts/stable/humhub
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/humhub.webp
keywords:
- humhub
- Network-Web
diff --git a/charts/stable/humhub/README.md b/charts/stable/humhub/README.md
index fbeee29f4d7..67df6e50b8c 100644
--- a/charts/stable/humhub/README.md
+++ b/charts/stable/humhub/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/stable/humhub)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/humhub)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/humhub
+https://trueforge.org/truecharts/stable/humhub
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/hurtworld/Chart.yaml b/charts/stable/hurtworld/Chart.yaml
index b6b70a69057..06c3d4f7e6d 100644
--- a/charts/stable/hurtworld/Chart.yaml
+++ b/charts/stable/hurtworld/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Hurtworld and run it.
-home: https://truecharts.org/charts/stable/hurtworld
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hurtworld.webp
+home: https://trueforge.org/truecharts/stable/hurtworld
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/hurtworld.webp
keywords:
- hurtworld
- GameServers
diff --git a/charts/stable/hurtworld/README.md b/charts/stable/hurtworld/README.md
index 4d067dca9df..c970a899702 100644
--- a/charts/stable/hurtworld/README.md
+++ b/charts/stable/hurtworld/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/stable/hurtworld)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/hurtworld)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/hurtworld
+https://trueforge.org/truecharts/stable/hurtworld
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/hyperion-ng/Chart.yaml b/charts/stable/hyperion-ng/Chart.yaml
index 1749ebd9608..3a6dee44d21 100644
--- a/charts/stable/hyperion-ng/Chart.yaml
+++ b/charts/stable/hyperion-ng/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Hyperion is an opensource Bias or Ambient Lighting implementation
-home: https://truecharts.org/charts/stable/hyperion-ng
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/hyperion-ng.webp
+home: https://trueforge.org/truecharts/stable/hyperion-ng
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/hyperion-ng.webp
keywords:
- hyperion-ng
- hyperion
diff --git a/charts/stable/hyperion-ng/README.md b/charts/stable/hyperion-ng/README.md
index dac6ea01b75..0f4934f1937 100644
--- a/charts/stable/hyperion-ng/README.md
+++ b/charts/stable/hyperion-ng/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/stable/hyperion-ng)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/hyperion-ng
+https://trueforge.org/truecharts/stable/hyperion-ng
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/icloudpd/Chart.yaml b/charts/stable/icloudpd/Chart.yaml
index 1a425699317..a87563329f0 100644
--- a/charts/stable/icloudpd/Chart.yaml
+++ b/charts/stable/icloudpd/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: iCloudPD, syncs photos from iDevices to a single directory on TrueNAS.
-home: https://truecharts.org/charts/stable/icloudpd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/icloudpd.webp
+home: https://trueforge.org/truecharts/stable/icloudpd
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/icloudpd.webp
keywords:
- icloudpd
- Backup
diff --git a/charts/stable/icloudpd/README.md b/charts/stable/icloudpd/README.md
index 1f3928e8ae0..3978be8c4fb 100644
--- a/charts/stable/icloudpd/README.md
+++ b/charts/stable/icloudpd/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/stable/icloudpd)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/icloudpd)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/icloudpd
+https://trueforge.org/truecharts/stable/icloudpd
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/imgpush/Chart.yaml b/charts/stable/imgpush/Chart.yaml
index eeafbc0cead..5e3ca37b592 100644
--- a/charts/stable/imgpush/Chart.yaml
+++ b/charts/stable/imgpush/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Minimalist Self-hosted Image Service for user submitted images in your app (e.g. avatars).
-home: https://truecharts.org/charts/stable/imgpush
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/imgpush.webp
+home: https://trueforge.org/truecharts/stable/imgpush
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/imgpush.webp
keywords:
- imgpush
- Cloud
diff --git a/charts/stable/imgpush/README.md b/charts/stable/imgpush/README.md
index 66790fec391..a4a03b3d3f6 100644
--- a/charts/stable/imgpush/README.md
+++ b/charts/stable/imgpush/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/stable/imgpush)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/imgpush)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/imgpush
+https://trueforge.org/truecharts/stable/imgpush
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/immich/Chart.yaml b/charts/stable/immich/Chart.yaml
index 961260a7777..72a1fe0c7ab 100644
--- a/charts/stable/immich/Chart.yaml
+++ b/charts/stable/immich/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: High performance self-hosted photo and video backup solution.
-home: https://truecharts.org/charts/stable/immich
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/immich.webp
+home: https://trueforge.org/truecharts/stable/immich
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/immich.webp
keywords:
- photos
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/immich/README.md b/charts/stable/immich/README.md
index 72ba22bf04f..9b6a21f84d6 100644
--- a/charts/stable/immich/README.md
+++ b/charts/stable/immich/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/stable/immich)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/immich)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/immich
+https://trueforge.org/truecharts/stable/immich
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/import-ics/Chart.yaml b/charts/stable/import-ics/Chart.yaml
index ef5a24524d9..7b70303a960 100644
--- a/charts/stable/import-ics/Chart.yaml
+++ b/charts/stable/import-ics/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Runs a python script at a crontab defined interval that downloads/imports ics files into a caldav server.
-home: https://truecharts.org/charts/stable/import-ics
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/import-ics.webp
+home: https://trueforge.org/truecharts/stable/import-ics
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/import-ics.webp
keywords:
- import-ics
- Productivity
diff --git a/charts/stable/import-ics/README.md b/charts/stable/import-ics/README.md
index acc6701251d..76155798ab0 100644
--- a/charts/stable/import-ics/README.md
+++ b/charts/stable/import-ics/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/stable/import-ics)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/import-ics
+https://trueforge.org/truecharts/stable/import-ics
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/impostor-server/Chart.yaml b/charts/stable/impostor-server/Chart.yaml
index ed415a5d798..9cf968302ce 100644
--- a/charts/stable/impostor-server/Chart.yaml
+++ b/charts/stable/impostor-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A private Among Us server
-home: https://truecharts.org/charts/stable/impostor-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/impostor-server.webp
+home: https://trueforge.org/truecharts/stable/impostor-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/impostor-server.webp
keywords:
- impostor-server
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/impostor-server/README.md b/charts/stable/impostor-server/README.md
index 237f2d5c460..3c6ee94d2aa 100644
--- a/charts/stable/impostor-server/README.md
+++ b/charts/stable/impostor-server/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/stable/impostor-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/impostor-server
+https://trueforge.org/truecharts/stable/impostor-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/inkscape-desktop-g3/Chart.yaml b/charts/stable/inkscape-desktop-g3/Chart.yaml
index 38b8bb4706a..616fcf53c02 100644
--- a/charts/stable/inkscape-desktop-g3/Chart.yaml
+++ b/charts/stable/inkscape-desktop-g3/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/inkscape-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.webp
+home: https://trueforge.org/truecharts/stable/inkscape-desktop-g3
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/inkscape-desktop-g3.webp
keywords:
- inkscape-desktop-g3
- Productivity
diff --git a/charts/stable/inkscape-desktop-g3/README.md b/charts/stable/inkscape-desktop-g3/README.md
index 0e3a71fd1a7..d26e133c687 100644
--- a/charts/stable/inkscape-desktop-g3/README.md
+++ b/charts/stable/inkscape-desktop-g3/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/stable/inkscape-desktop-g3)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/inkscape-desktop-g3)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/inkscape-desktop-g3
+https://trueforge.org/truecharts/stable/inkscape-desktop-g3
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/insurgencysandstorm/Chart.yaml b/charts/stable/insurgencysandstorm/Chart.yaml
index d9ca23baee7..2e8059b8982 100644
--- a/charts/stable/insurgencysandstorm/Chart.yaml
+++ b/charts/stable/insurgencysandstorm/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Insurgency Sandstorm and run it.
-home: https://truecharts.org/charts/stable/insurgencysandstorm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/insurgencysandstorm.webp
+home: https://trueforge.org/truecharts/stable/insurgencysandstorm
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/insurgencysandstorm.webp
keywords:
- insurgencysandstorm
- GameServers
diff --git a/charts/stable/insurgencysandstorm/README.md b/charts/stable/insurgencysandstorm/README.md
index 7b86a8e340a..7cecedbd27f 100644
--- a/charts/stable/insurgencysandstorm/README.md
+++ b/charts/stable/insurgencysandstorm/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/stable/insurgencysandstorm)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/insurgencysandstorm)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/insurgencysandstorm
+https://trueforge.org/truecharts/stable/insurgencysandstorm
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/intel-gpu-plugin/Chart.yaml b/charts/stable/intel-gpu-plugin/Chart.yaml
index eb9dc5f0a2f..3916e43a494 100644
--- a/charts/stable/intel-gpu-plugin/Chart.yaml
+++ b/charts/stable/intel-gpu-plugin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The Intel GPU plugin facilitates offloading the processing of computation intensive workloads to GPU hardware.
-home: https://truecharts.org/charts/system/intel-gpu-plugin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/intel-gpu-plugin.webp
+home: https://trueforge.org/truecharts/stable/intel-gpu-plugin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/intel-gpu-plugin.webp
keywords:
- intel-gpu-plugin
kubeVersion: '>=1.24.0-0'
@@ -34,7 +34,7 @@ maintainers:
name: intel-gpu-plugin
sources:
- https://github.com/intel
- - https://github.com/trueforge-org/truecharts/tree/master/charts/system/intel-gpu-plugin
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/intel-gpu-plugin
- https://hub.docker.com/r/intel/intel-gpu-plugin
type: application
version: 1.9.0
diff --git a/charts/stable/intel-gpu-plugin/README.md b/charts/stable/intel-gpu-plugin/README.md
index a937cc220e3..d5f0b4acf35 100644
--- a/charts/stable/intel-gpu-plugin/README.md
+++ b/charts/stable/intel-gpu-plugin/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/system/intel-gpu-plugin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/intel-gpu-plugin)
**This chart is not 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/intel-gpu-plugin`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/system/intel-gpu-plugin
+https://trueforge.org/truecharts/stable/intel-gpu-plugin
## Configuration Options
To view the 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/system/intel-gpu-plugin/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/invidious/Chart.yaml b/charts/stable/invidious/Chart.yaml
index d70079e68ae..b88a3c05752 100644
--- a/charts/stable/invidious/Chart.yaml
+++ b/charts/stable/invidious/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Open source alternative front-end to YouTube.
-home: https://truecharts.org/charts/stable/invidious
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/invidious.webp
+home: https://trueforge.org/truecharts/stable/invidious
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/invidious.webp
keywords:
- invidious
- youtube
diff --git a/charts/stable/invidious/README.md b/charts/stable/invidious/README.md
index 9dc0a352912..47e3d5b3324 100644
--- a/charts/stable/invidious/README.md
+++ b/charts/stable/invidious/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/stable/invidious)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/invidious)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/invidious
+https://trueforge.org/truecharts/stable/invidious
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/invitarr/Chart.yaml b/charts/stable/invitarr/Chart.yaml
index 5a6e2215dec..2e5291e854c 100644
--- a/charts/stable/invitarr/Chart.yaml
+++ b/charts/stable/invitarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A chatbot that invites discord users to plex.
-home: https://truecharts.org/charts/stable/invitarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/invitarr.webp
+home: https://trueforge.org/truecharts/stable/invitarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/invitarr.webp
keywords:
- invitarr
- home-automation
diff --git a/charts/stable/invitarr/README.md b/charts/stable/invitarr/README.md
index 32b2d15829f..d83183c2a52 100644
--- a/charts/stable/invitarr/README.md
+++ b/charts/stable/invitarr/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/stable/invitarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/invitarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/invitarr
+https://trueforge.org/truecharts/stable/invitarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ipfs/Chart.yaml b/charts/stable/ipfs/Chart.yaml
index b7127535653..9f0725b537d 100644
--- a/charts/stable/ipfs/Chart.yaml
+++ b/charts/stable/ipfs/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: IPFS is a global, versioned, peer-to-peer Interplanetary Filesystem.
-home: https://truecharts.org/charts/stable/ipfs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipfs.webp
+home: https://trueforge.org/truecharts/stable/ipfs
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ipfs.webp
keywords:
- ipfs
- kubo
diff --git a/charts/stable/ipfs/README.md b/charts/stable/ipfs/README.md
index f068678652f..9f863e1e1ea 100644
--- a/charts/stable/ipfs/README.md
+++ b/charts/stable/ipfs/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/stable/ipfs)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ipfs)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ipfs
+https://trueforge.org/truecharts/stable/ipfs
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ipmi-tools/Chart.yaml b/charts/stable/ipmi-tools/Chart.yaml
index c06b8e43885..f8a8a5c2c8f 100644
--- a/charts/stable/ipmi-tools/Chart.yaml
+++ b/charts/stable/ipmi-tools/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A simple WebGUI Fan controller for IPMI.
-home: https://truecharts.org/charts/stable/ipmi-tools
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ipmi-tools.webp
+home: https://trueforge.org/truecharts/stable/ipmi-tools
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ipmi-tools.webp
keywords:
- ipmi-tools
- Productivity
diff --git a/charts/stable/ipmi-tools/README.md b/charts/stable/ipmi-tools/README.md
index 1d1a3f0b870..055d1f3e892 100644
--- a/charts/stable/ipmi-tools/README.md
+++ b/charts/stable/ipmi-tools/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/stable/ipmi-tools)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ipmi-tools
+https://trueforge.org/truecharts/stable/ipmi-tools
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ispy-agent-dvr/Chart.yaml b/charts/stable/ispy-agent-dvr/Chart.yaml
index 25ad82f81cf..098f66fec16 100644
--- a/charts/stable/ispy-agent-dvr/Chart.yaml
+++ b/charts/stable/ispy-agent-dvr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: iSpy's Agent DVR, a standalone DVR service to manage IP cameras.
-home: https://truecharts.org/charts/stable/ispy-agent-dvr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.webp
+home: https://trueforge.org/truecharts/stable/ispy-agent-dvr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ispy-agent-dvr.webp
keywords:
- dvr
- ispy
diff --git a/charts/stable/ispy-agent-dvr/README.md b/charts/stable/ispy-agent-dvr/README.md
index 6f10d9c6a11..e0e83604512 100644
--- a/charts/stable/ispy-agent-dvr/README.md
+++ b/charts/stable/ispy-agent-dvr/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/stable/ispy-agent-dvr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ispy-agent-dvr)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ispy-agent-dvr
+https://trueforge.org/truecharts/stable/ispy-agent-dvr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/it-tools/Chart.yaml b/charts/stable/it-tools/Chart.yaml
index 778c4da8415..dd22e1f9d97 100644
--- a/charts/stable/it-tools/Chart.yaml
+++ b/charts/stable/it-tools/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Useful tools for developer and people working in IT.
-home: https://truecharts.org/charts/stable/it-tools
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/it-tools.webp
+home: https://trueforge.org/truecharts/stable/it-tools
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/it-tools.webp
keywords:
- it-tools
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/it-tools/README.md b/charts/stable/it-tools/README.md
index d7d268a8f57..60f63ada62e 100644
--- a/charts/stable/it-tools/README.md
+++ b/charts/stable/it-tools/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/stable/it-tools)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/it-tools)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/it-tools
+https://trueforge.org/truecharts/stable/it-tools
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/iyuuplus/Chart.yaml b/charts/stable/iyuuplus/Chart.yaml
index 81aab27a404..1de1534039b 100644
--- a/charts/stable/iyuuplus/Chart.yaml
+++ b/charts/stable/iyuuplus/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The IYUU automatic seeding tool can automatically seed most PT sites in China, support downloader clusters, multiple disks, multiple download directories, connecting to remote downloaders, etc.
-home: https://truecharts.org/charts/stable/iyuuplus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/iyuuplus.webp
+home: https://trueforge.org/truecharts/stable/iyuuplus
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/iyuuplus.webp
keywords:
- iyuuplus
- pt
diff --git a/charts/stable/iyuuplus/README.md b/charts/stable/iyuuplus/README.md
index 1ac2f1988af..a788241656d 100644
--- a/charts/stable/iyuuplus/README.md
+++ b/charts/stable/iyuuplus/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/stable/iyuuplus)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/iyuuplus)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/iyuuplus
+https://trueforge.org/truecharts/stable/iyuuplus
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/jackett/Chart.yaml b/charts/stable/jackett/Chart.yaml
index 08bc061e802..fd122708b20 100644
--- a/charts/stable/jackett/Chart.yaml
+++ b/charts/stable/jackett/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: API Support for your favorite torrent trackers.
-home: https://truecharts.org/charts/stable/jackett
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jackett.webp
+home: https://trueforge.org/truecharts/stable/jackett
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/jackett.webp
keywords:
- jackett
- torrent
diff --git a/charts/stable/jackett/README.md b/charts/stable/jackett/README.md
index 1649967a8e2..31c7952f4c7 100644
--- a/charts/stable/jackett/README.md
+++ b/charts/stable/jackett/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/stable/jackett)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/jackett)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/jackett
+https://trueforge.org/truecharts/stable/jackett
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/jdownloader2/Chart.yaml b/charts/stable/jdownloader2/Chart.yaml
index 46855392861..004ddcafe9d 100644
--- a/charts/stable/jdownloader2/Chart.yaml
+++ b/charts/stable/jdownloader2/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: JDownloader is a free, open-source download management tool with a huge community of developers that makes downloading as easy and fast as it should be.
-home: https://truecharts.org/charts/stable/jdownloader2
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jdownloader2.webp
+home: https://trueforge.org/truecharts/stable/jdownloader2
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/jdownloader2.webp
keywords:
- jdownloader
- download
diff --git a/charts/stable/jdownloader2/README.md b/charts/stable/jdownloader2/README.md
index 7637a954744..17e59ae3b90 100644
--- a/charts/stable/jdownloader2/README.md
+++ b/charts/stable/jdownloader2/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/stable/jdownloader2)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/jdownloader2)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/jdownloader2
+https://trueforge.org/truecharts/stable/jdownloader2
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/jellyfin/Chart.yaml b/charts/stable/jellyfin/Chart.yaml
index 53e67fdec77..179a4e36c2f 100644
--- a/charts/stable/jellyfin/Chart.yaml
+++ b/charts/stable/jellyfin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Jellyfin is a Free Software Media System
-home: https://truecharts.org/charts/stable/jellyfin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyfin.webp
+home: https://trueforge.org/truecharts/stable/jellyfin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/jellyfin.webp
keywords:
- jellyfin
- plex
diff --git a/charts/stable/jellyfin/README.md b/charts/stable/jellyfin/README.md
index 4c11c0a9e73..ba59cad6c6a 100644
--- a/charts/stable/jellyfin/README.md
+++ b/charts/stable/jellyfin/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/stable/jellyfin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/jellyfin)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/jellyfin
+https://trueforge.org/truecharts/stable/jellyfin
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/jellyseerr/Chart.yaml b/charts/stable/jellyseerr/Chart.yaml
index 145720ffc48..ff0ce924963 100644
--- a/charts/stable/jellyseerr/Chart.yaml
+++ b/charts/stable/jellyseerr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Jellyseerr is a fork of Overseerr with support for Jellyfin and Emby. It can be used to manage requests for your media library.
-home: https://truecharts.org/charts/stable/jellyseerr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellyseerr.webp
+home: https://trueforge.org/truecharts/stable/jellyseerr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/jellyseerr.webp
keywords:
- jellyseerr
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/jellyseerr/README.md b/charts/stable/jellyseerr/README.md
index 029cba28bf4..ac5d4fe5f95 100644
--- a/charts/stable/jellyseerr/README.md
+++ b/charts/stable/jellyseerr/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/stable/jellyseerr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/jellyseerr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/jellyseerr
+https://trueforge.org/truecharts/stable/jellyseerr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/jellystat/Chart.yaml b/charts/stable/jellystat/Chart.yaml
index 4f2bae7be5c..5e15dbeed2e 100644
--- a/charts/stable/jellystat/Chart.yaml
+++ b/charts/stable/jellystat/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A free and open source Statistics App for Jellyfin.
-home: https://truecharts.org/charts/stable/jellystat
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jellystat.webp
+home: https://trueforge.org/truecharts/stable/jellystat
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/jellystat.webp
keywords:
- jellystat
- jellyfin
diff --git a/charts/stable/jellystat/README.md b/charts/stable/jellystat/README.md
index 5507e020a7a..c9e45b9e59f 100644
--- a/charts/stable/jellystat/README.md
+++ b/charts/stable/jellystat/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/stable/jellystat)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/jellystat)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/jellystat
+https://trueforge.org/truecharts/stable/jellystat
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/jelu/Chart.yaml b/charts/stable/jelu/Chart.yaml
index 0230c45a14a..0bbb528541b 100644
--- a/charts/stable/jelu/Chart.yaml
+++ b/charts/stable/jelu/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Track what you have read, what you are reading and what you want to read.
-home: https://truecharts.org/charts/stable/jelu
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jelu.webp
+home: https://trueforge.org/truecharts/stable/jelu
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/jelu.webp
keywords:
- jelu
- MediaApp-Books
diff --git a/charts/stable/jelu/README.md b/charts/stable/jelu/README.md
index 051d68119c9..fa31c7e0281 100644
--- a/charts/stable/jelu/README.md
+++ b/charts/stable/jelu/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/stable/jelu)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/jelu)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/jelu
+https://trueforge.org/truecharts/stable/jelu
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/jenkins/Chart.yaml b/charts/stable/jenkins/Chart.yaml
index 4f2e595fb3d..e091ed58cff 100644
--- a/charts/stable/jenkins/Chart.yaml
+++ b/charts/stable/jenkins/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The gold standard in devops tools for running CI/CD pipelines.
-home: https://truecharts.org/charts/stable/jenkins
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jenkins.webp
+home: https://trueforge.org/truecharts/stable/jenkins
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/jenkins.webp
keywords:
- jenkins
- productivity
diff --git a/charts/stable/jenkins/README.md b/charts/stable/jenkins/README.md
index cdaf5fc9844..04c8e4d2109 100644
--- a/charts/stable/jenkins/README.md
+++ b/charts/stable/jenkins/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/stable/jenkins)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/jenkins)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/jenkins
+https://trueforge.org/truecharts/stable/jenkins
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/jmzhomeproxy/Chart.yaml b/charts/stable/jmzhomeproxy/Chart.yaml
index 8d3e4302f1d..932a677c8ac 100644
--- a/charts/stable/jmzhomeproxy/Chart.yaml
+++ b/charts/stable/jmzhomeproxy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Proxy is in quotes because I couldn't think of a better name. There is nothing overly special about this other than using it as a simple and easy to use dashboard for all your self-hosted services.
-home: https://truecharts.org/charts/stable/jmzhomeproxy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jmzhomeproxy.webp
+home: https://trueforge.org/truecharts/stable/jmzhomeproxy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/jmzhomeproxy.webp
keywords:
- jmzhomeproxy
- Cloud
diff --git a/charts/stable/jmzhomeproxy/README.md b/charts/stable/jmzhomeproxy/README.md
index 3ccc5ae4038..e52064fa054 100644
--- a/charts/stable/jmzhomeproxy/README.md
+++ b/charts/stable/jmzhomeproxy/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/stable/jmzhomeproxy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/jmzhomeproxy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/jmzhomeproxy
+https://trueforge.org/truecharts/stable/jmzhomeproxy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/joplin-server/Chart.yaml b/charts/stable/joplin-server/Chart.yaml
index 48792e19817..efe011f7e23 100644
--- a/charts/stable/joplin-server/Chart.yaml
+++ b/charts/stable/joplin-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Allows you to sync any Joplin client.
-home: https://truecharts.org/charts/stable/joplin-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/joplin-server.webp
+home: https://trueforge.org/truecharts/stable/joplin-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/joplin-server.webp
keywords:
- joplin
- notes
diff --git a/charts/stable/joplin-server/README.md b/charts/stable/joplin-server/README.md
index 273661ab3d2..58adfea2e4e 100644
--- a/charts/stable/joplin-server/README.md
+++ b/charts/stable/joplin-server/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/stable/joplin-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/joplin-server
+https://trueforge.org/truecharts/stable/joplin-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/jts3servermod/Chart.yaml b/charts/stable/jts3servermod/Chart.yaml
index 22fa7a731bc..1c646865fe8 100644
--- a/charts/stable/jts3servermod/Chart.yaml
+++ b/charts/stable/jts3servermod/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: JTS3ServerMod by Stefan1200
-home: https://truecharts.org/charts/stable/jts3servermod
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jts3servermod.webp
+home: https://trueforge.org/truecharts/stable/jts3servermod
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/jts3servermod.webp
keywords:
- teamspeak
- jts3servermod
diff --git a/charts/stable/jts3servermod/README.md b/charts/stable/jts3servermod/README.md
index c806fba674b..1bf17d16070 100644
--- a/charts/stable/jts3servermod/README.md
+++ b/charts/stable/jts3servermod/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/stable/jts3servermod)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/jts3servermod)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/jts3servermod
+https://trueforge.org/truecharts/stable/jts3servermod
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/jupyter/Chart.yaml b/charts/stable/jupyter/Chart.yaml
index 527e10078f2..1eeac4c2107 100644
--- a/charts/stable/jupyter/Chart.yaml
+++ b/charts/stable/jupyter/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Jupyter a web based IDE
-home: https://truecharts.org/charts/stable/jupyter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/jupyter.webp
+home: https://trueforge.org/truecharts/stable/jupyter
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/jupyter.webp
keywords:
- Jupyter
- Notebook
diff --git a/charts/stable/jupyter/README.md b/charts/stable/jupyter/README.md
index f830442e590..2dd2eb7a50d 100644
--- a/charts/stable/jupyter/README.md
+++ b/charts/stable/jupyter/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/stable/jupyter)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/jupyter)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/jupyter
+https://trueforge.org/truecharts/stable/jupyter
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kanboard/Chart.yaml b/charts/stable/kanboard/Chart.yaml
index dd8d7f6a9db..94527461284 100644
--- a/charts/stable/kanboard/Chart.yaml
+++ b/charts/stable/kanboard/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Kanboard is a free and open source Kanban project management software.
-home: https://truecharts.org/charts/stable/kanboard
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kanboard.webp
+home: https://trueforge.org/truecharts/stable/kanboard
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kanboard.webp
keywords:
- kanboard
- kanban
diff --git a/charts/stable/kanboard/README.md b/charts/stable/kanboard/README.md
index 4a1699b2d4c..bbe4faf854f 100644
--- a/charts/stable/kanboard/README.md
+++ b/charts/stable/kanboard/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/stable/kanboard)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kanboard)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kanboard
+https://trueforge.org/truecharts/stable/kanboard
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kapowarr/Chart.yaml b/charts/stable/kapowarr/Chart.yaml
index a59e99c6dda..88e27c1d573 100644
--- a/charts/stable/kapowarr/Chart.yaml
+++ b/charts/stable/kapowarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Kapowarr is a software to build and manage a comic book library, fitting in the *arr suite of software.
-home: https://truecharts.org/charts/stable/kapowarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kapowarr.webp
+home: https://trueforge.org/truecharts/stable/kapowarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kapowarr.webp
keywords:
- kapowarr
- comic
diff --git a/charts/stable/kapowarr/README.md b/charts/stable/kapowarr/README.md
index 88f80e1d098..a73918db1d0 100644
--- a/charts/stable/kapowarr/README.md
+++ b/charts/stable/kapowarr/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/stable/kapowarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kapowarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kapowarr
+https://trueforge.org/truecharts/stable/kapowarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kasm/Chart.yaml b/charts/stable/kasm/Chart.yaml
index f33080281b3..3b6872da363 100644
--- a/charts/stable/kasm/Chart.yaml
+++ b/charts/stable/kasm/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Kasm Workspaces is a streaming platform for delivering browser-based access to desktops, applications, and web services.
-home: https://truecharts.org/charts/stable/kasm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kasm.webp
+home: https://trueforge.org/truecharts/stable/kasm
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kasm.webp
keywords:
- kasm
- Other
diff --git a/charts/stable/kasm/README.md b/charts/stable/kasm/README.md
index 113c7e05266..f220ce2c9f3 100644
--- a/charts/stable/kasm/README.md
+++ b/charts/stable/kasm/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/stable/kasm)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kasm)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kasm
+https://trueforge.org/truecharts/stable/kasm
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kavita/Chart.yaml b/charts/stable/kavita/Chart.yaml
index ec9f700d7c7..384aaa50a4c 100644
--- a/charts/stable/kavita/Chart.yaml
+++ b/charts/stable/kavita/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Kavita is a rocket fueled self-hosted digital library which supports a vast array of file formats
-home: https://truecharts.org/charts/stable/kavita
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kavita.webp
+home: https://trueforge.org/truecharts/stable/kavita
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kavita.webp
keywords:
- kavita
- manga
diff --git a/charts/stable/kavita/README.md b/charts/stable/kavita/README.md
index caa382ef37e..f1939d0ed3b 100644
--- a/charts/stable/kavita/README.md
+++ b/charts/stable/kavita/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/stable/kavita)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kavita)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kavita
+https://trueforge.org/truecharts/stable/kavita
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kdenlive-vnc/Chart.yaml b/charts/stable/kdenlive-vnc/Chart.yaml
index 9268dde1e3b..69bdef1c683 100644
--- a/charts/stable/kdenlive-vnc/Chart.yaml
+++ b/charts/stable/kdenlive-vnc/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An instance of kdenlive accessible through vnc and noVnc (=Web Interface)
-home: https://truecharts.org/charts/stable/kdenlive-vnc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive-vnc.webp
+home: https://trueforge.org/truecharts/stable/kdenlive-vnc
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kdenlive-vnc.webp
keywords:
- kdenlive-vnc
- MediaApp-Video
diff --git a/charts/stable/kdenlive-vnc/README.md b/charts/stable/kdenlive-vnc/README.md
index 675b8234520..a2f56d19e50 100644
--- a/charts/stable/kdenlive-vnc/README.md
+++ b/charts/stable/kdenlive-vnc/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/stable/kdenlive-vnc)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kdenlive-vnc
+https://trueforge.org/truecharts/stable/kdenlive-vnc
## Configuration Options
@@ -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-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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kdenlive/Chart.yaml b/charts/stable/kdenlive/Chart.yaml
index cd035ee371d..87f35d942b4 100644
--- a/charts/stable/kdenlive/Chart.yaml
+++ b/charts/stable/kdenlive/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Kdenlive(https://kdenlive.org/) is a powerful free and open source cross-platform video editing program made by the KDE community. Feature rich and production ready.
-home: https://truecharts.org/charts/stable/kdenlive
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.webp
+home: https://trueforge.org/truecharts/stable/kdenlive
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kdenlive.webp
keywords:
- kdenlive
- Other
diff --git a/charts/stable/kdenlive/README.md b/charts/stable/kdenlive/README.md
index 8d14ac59f72..a3e8072e30f 100644
--- a/charts/stable/kdenlive/README.md
+++ b/charts/stable/kdenlive/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/stable/kdenlive)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kdenlive)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kdenlive
+https://trueforge.org/truecharts/stable/kdenlive
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/keeweb/Chart.yaml b/charts/stable/keeweb/Chart.yaml
index e9f59a69f9a..bcd60c2fb8e 100644
--- a/charts/stable/keeweb/Chart.yaml
+++ b/charts/stable/keeweb/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This webapp is a browser and desktop password manager compatible with KeePass databases. It doesn't require any server or additional resources. The app can run either in browser, or as a desktop app.
-home: https://truecharts.org/charts/stable/keeweb
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/keeweb.webp
+home: https://trueforge.org/truecharts/stable/keeweb
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/keeweb.webp
keywords:
- keeweb
- Productivity
diff --git a/charts/stable/keeweb/README.md b/charts/stable/keeweb/README.md
index 4d6d22a6bcc..d68dc84dddb 100644
--- a/charts/stable/keeweb/README.md
+++ b/charts/stable/keeweb/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/stable/keeweb)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/keeweb)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/keeweb
+https://trueforge.org/truecharts/stable/keeweb
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kerbalspaceprogram-lmp/Chart.yaml b/charts/stable/kerbalspaceprogram-lmp/Chart.yaml
index e579055d75c..3d43ece8836 100644
--- a/charts/stable/kerbalspaceprogram-lmp/Chart.yaml
+++ b/charts/stable/kerbalspaceprogram-lmp/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and run Luna Multiplayer for Kerbal Space Program (KSP).
-home: https://truecharts.org/charts/stable/kerbalspaceprogram-lmp
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.webp
+home: https://trueforge.org/truecharts/stable/kerbalspaceprogram-lmp
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kerbalspaceprogram-lmp.webp
keywords:
- kerbalspaceprogram-lmp
- GameServers
diff --git a/charts/stable/kerbalspaceprogram-lmp/README.md b/charts/stable/kerbalspaceprogram-lmp/README.md
index 8f03ee10cf3..b90430d6cd3 100644
--- a/charts/stable/kerbalspaceprogram-lmp/README.md
+++ b/charts/stable/kerbalspaceprogram-lmp/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/stable/kerbalspaceprogram-lmp)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kerbalspaceprogram-lmp
+https://trueforge.org/truecharts/stable/kerbalspaceprogram-lmp
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kerio-connect/Chart.yaml b/charts/stable/kerio-connect/Chart.yaml
index 9faeff63f0b..59dfc2c7fe7 100644
--- a/charts/stable/kerio-connect/Chart.yaml
+++ b/charts/stable/kerio-connect/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Kerio Connect is Mail/Groupware like Microsoft Exchange, but running on Linux. More Informations under www.kerio.com/connect
-home: https://truecharts.org/charts/stable/kerio-connect
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kerio-connect.webp
+home: https://trueforge.org/truecharts/stable/kerio-connect
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kerio-connect.webp
keywords:
- kerio-connect
- Network-Web
diff --git a/charts/stable/kerio-connect/README.md b/charts/stable/kerio-connect/README.md
index e8c6a78efca..42fc1ac6ca8 100644
--- a/charts/stable/kerio-connect/README.md
+++ b/charts/stable/kerio-connect/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/stable/kerio-connect)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kerio-connect
+https://trueforge.org/truecharts/stable/kerio-connect
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kitana/Chart.yaml b/charts/stable/kitana/Chart.yaml
index 1dbc02073c2..fc9a4e8a0b7 100644
--- a/charts/stable/kitana/Chart.yaml
+++ b/charts/stable/kitana/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Kitana exposes your Plex plugin interfaces "to the outside world". It does that by authenticating against Plex.TV, then connecting to the Plex Media Server you tell it to, and essentially proxying the plugin UI. It has full PMS connection awareness and allows you to connect locally, remotely, or even via relay.
-home: https://truecharts.org/charts/stable/kitana
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitana.webp
+home: https://trueforge.org/truecharts/stable/kitana
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kitana.webp
keywords:
- kitana
- home-automation
diff --git a/charts/stable/kitana/README.md b/charts/stable/kitana/README.md
index f984693cccc..f03a42d8d22 100644
--- a/charts/stable/kitana/README.md
+++ b/charts/stable/kitana/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/stable/kitana)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kitana)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kitana
+https://trueforge.org/truecharts/stable/kitana
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kitchenowl/Chart.yaml b/charts/stable/kitchenowl/Chart.yaml
index edae5ae3267..8eb56fde0ba 100644
--- a/charts/stable/kitchenowl/Chart.yaml
+++ b/charts/stable/kitchenowl/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: KitchenOwl is a smart self-hosted grocery list and recipe manager.
-home: https://truecharts.org/charts/stable/kitchenowl
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kitchenowl.webp
+home: https://trueforge.org/truecharts/stable/kitchenowl
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kitchenowl.webp
keywords:
- recipes
- kitchen
diff --git a/charts/stable/kitchenowl/README.md b/charts/stable/kitchenowl/README.md
index 21dcba7d1db..8b820509400 100644
--- a/charts/stable/kitchenowl/README.md
+++ b/charts/stable/kitchenowl/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/stable/kitchenowl)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kitchenowl)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kitchenowl
+https://trueforge.org/truecharts/stable/kitchenowl
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kiwix-serve/Chart.yaml b/charts/stable/kiwix-serve/Chart.yaml
index f82cb7bd7cb..32602e243d6 100644
--- a/charts/stable/kiwix-serve/Chart.yaml
+++ b/charts/stable/kiwix-serve/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Kiwix enables you to have the whole Wikipedia at hand wherever you go!
-home: https://truecharts.org/charts/stable/kiwix-serve
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.webp
+home: https://trueforge.org/truecharts/stable/kiwix-serve
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kiwix-serve.webp
keywords:
- kiwix-serve
- Productivity
diff --git a/charts/stable/kiwix-serve/README.md b/charts/stable/kiwix-serve/README.md
index 4a0cb41fab0..b538aced6bc 100644
--- a/charts/stable/kiwix-serve/README.md
+++ b/charts/stable/kiwix-serve/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/stable/kiwix-serve)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kiwix-serve)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kiwix-serve
+https://trueforge.org/truecharts/stable/kiwix-serve
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kms/Chart.yaml b/charts/stable/kms/Chart.yaml
index 037d1d43cc6..9fd476bd847 100644
--- a/charts/stable/kms/Chart.yaml
+++ b/charts/stable/kms/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Private Windows Activation Server for development and testing
-home: https://truecharts.org/charts/stable/kms
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kms.webp
+home: https://trueforge.org/truecharts/stable/kms
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kms.webp
keywords:
- kms
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/kms/README.md b/charts/stable/kms/README.md
index 71c706452e5..b110256ecce 100644
--- a/charts/stable/kms/README.md
+++ b/charts/stable/kms/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/stable/kms)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kms)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kms
+https://trueforge.org/truecharts/stable/kms
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kodi-headless/Chart.yaml b/charts/stable/kodi-headless/Chart.yaml
index 590082f7e1f..933dee2fd09 100644
--- a/charts/stable/kodi-headless/Chart.yaml
+++ b/charts/stable/kodi-headless/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A headless install of kodi in a docker container.
-home: https://truecharts.org/charts/stable/kodi-headless
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kodi-headless.webp
+home: https://trueforge.org/truecharts/stable/kodi-headless
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kodi-headless.webp
keywords:
- kodi-headless
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/kodi-headless/README.md b/charts/stable/kodi-headless/README.md
index fab8402f441..2f1018a0887 100644
--- a/charts/stable/kodi-headless/README.md
+++ b/charts/stable/kodi-headless/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/stable/kodi-headless)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kodi-headless
+https://trueforge.org/truecharts/stable/kodi-headless
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kometa/Chart.yaml b/charts/stable/kometa/Chart.yaml
index 7efff7ebb26..86db63b92b5 100644
--- a/charts/stable/kometa/Chart.yaml
+++ b/charts/stable/kometa/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Python script to update metadata and automatically build collections.
-home: https://truecharts.org/charts/stable/kometa
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kometa.webp
+home: https://trueforge.org/truecharts/stable/kometa
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kometa.webp
keywords:
- kometa
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/kometa/README.md b/charts/stable/kometa/README.md
index de3740ab2dd..b32898d03c3 100644
--- a/charts/stable/kometa/README.md
+++ b/charts/stable/kometa/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/stable/kometa)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kometa)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kometa
+https://trueforge.org/truecharts/stable/kometa
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/komga/Chart.yaml b/charts/stable/komga/Chart.yaml
index 01c89ab577a..411998f73b9 100644
--- a/charts/stable/komga/Chart.yaml
+++ b/charts/stable/komga/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A comics/mangas server to serve/stream pages via API
-home: https://truecharts.org/charts/stable/komga
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/komga.webp
+home: https://trueforge.org/truecharts/stable/komga
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/komga.webp
keywords:
- komga
- comics
diff --git a/charts/stable/komga/README.md b/charts/stable/komga/README.md
index 90ede4a82a3..0e3dda75710 100644
--- a/charts/stable/komga/README.md
+++ b/charts/stable/komga/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/stable/komga)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/komga)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/komga
+https://trueforge.org/truecharts/stable/komga
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kopia/Chart.yaml b/charts/stable/kopia/Chart.yaml
index dab1407bdd7..aab9a274d29 100644
--- a/charts/stable/kopia/Chart.yaml
+++ b/charts/stable/kopia/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Kopia is a simple, cross-platform tool for managing encrypted backups in the cloud. It provides fast, incremental backups, secure, client-side end-to-end encryption, compression and data deduplication.
-home: https://truecharts.org/charts/stable/kopia
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kopia.webp
+home: https://trueforge.org/truecharts/stable/kopia
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kopia.webp
keywords:
- backup
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/kopia/README.md b/charts/stable/kopia/README.md
index b5c8914a086..6b564f56c3d 100644
--- a/charts/stable/kopia/README.md
+++ b/charts/stable/kopia/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/stable/kopia)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kopia)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/kopia
+https://trueforge.org/truecharts/stable/kopia
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/krusader/Chart.yaml b/charts/stable/krusader/Chart.yaml
index 755bcb40696..b9698d67302 100644
--- a/charts/stable/krusader/Chart.yaml
+++ b/charts/stable/krusader/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Krusader is an advanced orthodox file manager for KDE and other desktops in the Unix world. It is similar to the console-based GNU Midnight Commander, GNOME Commander for the GNOME desktop environment, or Total Commander for Windows, all of which can trace their paradigmatic features to the original Norton Commander for DOS. It supports extensive archive handling, mounted filesystem support, FTP, advanced search, viewer/editor, directory synchronisation, file content comparisons, batch renaming, etc.
-home: https://truecharts.org/charts/stable/krusader
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/krusader.webp
+home: https://trueforge.org/truecharts/stable/krusader
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/krusader.webp
keywords:
- krusader
- Productivity
diff --git a/charts/stable/krusader/README.md b/charts/stable/krusader/README.md
index 2f34b6d0bc4..59a1c9462d6 100644
--- a/charts/stable/krusader/README.md
+++ b/charts/stable/krusader/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/stable/krusader)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/krusader)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/krusader
+https://trueforge.org/truecharts/stable/krusader
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kubelet-csr-approver/Chart.yaml b/charts/stable/kubelet-csr-approver/Chart.yaml
index 6e5a666d2bd..16df85b4a4c 100644
--- a/charts/stable/kubelet-csr-approver/Chart.yaml
+++ b/charts/stable/kubelet-csr-approver/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Automatically approve internal Kubelet Certificate Signing Requests
-home: https://truecharts.org/charts/system/kubelet-csr-approver
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubelet-csr-approver.webp
+home: https://trueforge.org/truecharts/stable/kubelet-csr-approver
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kubelet-csr-approver.webp
keywords:
- kubelet-csr-approver
- loadbalancer
@@ -36,7 +36,7 @@ name: kubelet-csr-approver
sources:
- https://ghcr.io/postfinance/kubelet-csr-approver
- https://github.com/kubelet-csr-approver/kubelet-csr-approver
- - https://github.com/trueforge-org/truecharts/tree/master/charts/system/kubelet-csr-approver
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kubelet-csr-approver
type: application
version: 2.8.0
diff --git a/charts/stable/kubelet-csr-approver/README.md b/charts/stable/kubelet-csr-approver/README.md
index 9aa05c24663..cb2663d013a 100644
--- a/charts/stable/kubelet-csr-approver/README.md
+++ b/charts/stable/kubelet-csr-approver/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/system/kubelet-csr-approver)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kubelet-csr-approver)
**This chart is not 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/kubelet-csr-approver`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/system/kubelet-csr-approver
+https://trueforge.org/truecharts/stable/kubelet-csr-approver
## Configuration Options
To view the 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/system/kubelet-csr-approver/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kubernetes-dashboard/Chart.yaml b/charts/stable/kubernetes-dashboard/Chart.yaml
index 59b5fcf6254..5650fc4bfd9 100644
--- a/charts/stable/kubernetes-dashboard/Chart.yaml
+++ b/charts/stable/kubernetes-dashboard/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: The default Kubernetes Dashboard
-home: https://truecharts.org/charts/premium/kubernetes-dashboard
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-dashboard.webp
+home: https://trueforge.org/truecharts/stable/kubernetes-dashboard
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kubernetes-dashboard.webp
keywords:
- kubernetes-dashboard
- loadbalancer
@@ -43,8 +43,8 @@ name: kubernetes-dashboard
sources:
- https://github.com/kubernetes-dashboard/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://github.com/trueforge-org/truecharts/tree/master/charts/stable/kubernetes-dashboard
+ - https://github.com/trueforge/truecharts/tree/master/charts/stable/kubernetes-dashboard
- https://hub.docker.com/r/kubernetesui/dashboard-api
- https://hub.docker.com/r/kubernetesui/dashboard-auth
- https://hub.docker.com/r/kubernetesui/dashboard-metrics-scraper
diff --git a/charts/stable/kubernetes-dashboard/README.md b/charts/stable/kubernetes-dashboard/README.md
index e825f931fec..c9aa3d5fc01 100644
--- a/charts/stable/kubernetes-dashboard/README.md
+++ b/charts/stable/kubernetes-dashboard/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/premium/kubernetes-dashboard)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/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-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/kubernetes-dashboard`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/premium/kubernetes-dashboard
+https://trueforge.org/truecharts/stable/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-org/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/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/kubernetes-reflector/Chart.yaml b/charts/stable/kubernetes-reflector/Chart.yaml
index 43127065125..1c5b2194c14 100644
--- a/charts/stable/kubernetes-reflector/Chart.yaml
+++ b/charts/stable/kubernetes-reflector/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces
-home: https://truecharts.org/charts/system/kubernetes-reflector
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.webp
+home: https://trueforge.org/truecharts/stable/kubernetes-reflector
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/kubernetes-reflector.webp
keywords:
- reflector
- secrets
@@ -39,7 +39,7 @@ name: kubernetes-reflector
sources:
- https://ghcr.io/emberstack/kubernetes-reflector
- https://github.com/emberstack/kubernetes-reflector
- - https://github.com/trueforge-org/truecharts/tree/master/charts/system/kubernetes-reflector
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/kubernetes-reflector
type: application
version: 7.8.0
diff --git a/charts/stable/kubernetes-reflector/README.md b/charts/stable/kubernetes-reflector/README.md
index fa5856183ea..a112250040b 100644
--- a/charts/stable/kubernetes-reflector/README.md
+++ b/charts/stable/kubernetes-reflector/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/system/kubernetes-reflector)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/kubernetes-reflector)
**This chart is not 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/kubernetes-reflector`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/system/kubernetes-reflector
+https://trueforge.org/truecharts/stable/kubernetes-reflector
## Configuration Options
To view the 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/system/kubernetes-reflector/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lama-cleaner/Chart.yaml b/charts/stable/lama-cleaner/Chart.yaml
index 7f5ed243924..3bdda28b92b 100644
--- a/charts/stable/lama-cleaner/Chart.yaml
+++ b/charts/stable/lama-cleaner/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Open-source inpainting tool powered by SOTA AI model.
-home: https://truecharts.org/charts/stable/lama-cleaner
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lama-cleaner.webp
+home: https://trueforge.org/truecharts/stable/lama-cleaner
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lama-cleaner.webp
keywords:
- lama-cleaner
- media
diff --git a/charts/stable/lama-cleaner/README.md b/charts/stable/lama-cleaner/README.md
index 2559e1c02b8..a3fd8d1da9f 100644
--- a/charts/stable/lama-cleaner/README.md
+++ b/charts/stable/lama-cleaner/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/stable/lama-cleaner)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/lama-cleaner)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/lama-cleaner
+https://trueforge.org/truecharts/stable/lama-cleaner
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lancache-dns/Chart.yaml b/charts/stable/lancache-dns/Chart.yaml
index 9b8c6653e68..7116becdd65 100644
--- a/charts/stable/lancache-dns/Chart.yaml
+++ b/charts/stable/lancache-dns/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: DNS Chart service for a steam cache.
-home: https://truecharts.org/charts/stable/lancache-dns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-dns.webp
+home: https://trueforge.org/truecharts/stable/lancache-dns
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lancache-dns.webp
keywords:
- lancache-dns
- dns
diff --git a/charts/stable/lancache-dns/README.md b/charts/stable/lancache-dns/README.md
index e3d8d98834a..c59a9d45669 100644
--- a/charts/stable/lancache-dns/README.md
+++ b/charts/stable/lancache-dns/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/stable/lancache-dns)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/lancache-dns
+https://trueforge.org/truecharts/stable/lancache-dns
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lancache-monolithic/Chart.yaml b/charts/stable/lancache-monolithic/Chart.yaml
index 229c54c719a..0cd95cb8f02 100644
--- a/charts/stable/lancache-monolithic/Chart.yaml
+++ b/charts/stable/lancache-monolithic/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A monolithic lancache service capable of caching all CDNs in a single instance.
-home: https://truecharts.org/charts/stable/lancache-monolithic
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lancache-monolithic.webp
+home: https://trueforge.org/truecharts/stable/lancache-monolithic
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lancache-monolithic.webp
keywords:
- monolithic
- lancache
diff --git a/charts/stable/lancache-monolithic/README.md b/charts/stable/lancache-monolithic/README.md
index 8d5b85d5f9b..a9eccf7e8de 100644
--- a/charts/stable/lancache-monolithic/README.md
+++ b/charts/stable/lancache-monolithic/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/stable/lancache-monolithic)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/lancache-monolithic
+https://trueforge.org/truecharts/stable/lancache-monolithic
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lanraragi/Chart.yaml b/charts/stable/lanraragi/Chart.yaml
index dae67c429a4..e0acb98fd3a 100644
--- a/charts/stable/lanraragi/Chart.yaml
+++ b/charts/stable/lanraragi/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Open source server for archival of comics/manga.
-home: https://truecharts.org/charts/stable/lanraragi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lanraragi.webp
+home: https://trueforge.org/truecharts/stable/lanraragi
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lanraragi.webp
keywords:
- lanraragi
- comics
diff --git a/charts/stable/lanraragi/README.md b/charts/stable/lanraragi/README.md
index 97080faaa72..feb9048b03d 100644
--- a/charts/stable/lanraragi/README.md
+++ b/charts/stable/lanraragi/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/stable/lanraragi)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/lanraragi)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/lanraragi
+https://trueforge.org/truecharts/stable/lanraragi
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lastoasis/Chart.yaml b/charts/stable/lastoasis/Chart.yaml
index ddbc3ba9067..4ccd45a1f39 100644
--- a/charts/stable/lastoasis/Chart.yaml
+++ b/charts/stable/lastoasis/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Last Oasis and run it.
-home: https://truecharts.org/charts/stable/lastoasis
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lastoasis.webp
+home: https://trueforge.org/truecharts/stable/lastoasis
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lastoasis.webp
keywords:
- lastoasis
- GameServers
diff --git a/charts/stable/lastoasis/README.md b/charts/stable/lastoasis/README.md
index 463229d54b8..7d208644580 100644
--- a/charts/stable/lastoasis/README.md
+++ b/charts/stable/lastoasis/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/stable/lastoasis)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/lastoasis)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/lastoasis
+https://trueforge.org/truecharts/stable/lastoasis
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lazylibrarian/Chart.yaml b/charts/stable/lazylibrarian/Chart.yaml
index 300e2d15cab..7e95e6badef 100644
--- a/charts/stable/lazylibrarian/Chart.yaml
+++ b/charts/stable/lazylibrarian/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Get all your books, like series with Sonarr...
-home: https://truecharts.org/charts/stable/lazylibrarian
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.webp
+home: https://trueforge.org/truecharts/stable/lazylibrarian
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lazylibrarian.webp
keywords:
- lazylibrarian
- ebooks
diff --git a/charts/stable/lazylibrarian/README.md b/charts/stable/lazylibrarian/README.md
index 5987f5f8810..c6803ef4bc5 100644
--- a/charts/stable/lazylibrarian/README.md
+++ b/charts/stable/lazylibrarian/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/stable/lazylibrarian)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/lazylibrarian)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/lazylibrarian
+https://trueforge.org/truecharts/stable/lazylibrarian
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/leaf2mqtt/Chart.yaml b/charts/stable/leaf2mqtt/Chart.yaml
index 2a3f5feb91b..87c0277daca 100644
--- a/charts/stable/leaf2mqtt/Chart.yaml
+++ b/charts/stable/leaf2mqtt/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Nissan Leaf connected services to MQTT adapter
-home: https://truecharts.org/charts/stable/leaf2mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/leaf2mqtt.webp
+home: https://trueforge.org/truecharts/stable/leaf2mqtt
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/leaf2mqtt.webp
keywords:
- leaf2mqtt
- leaf
diff --git a/charts/stable/leaf2mqtt/README.md b/charts/stable/leaf2mqtt/README.md
index 9db07b92545..283adcc440c 100644
--- a/charts/stable/leaf2mqtt/README.md
+++ b/charts/stable/leaf2mqtt/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/stable/leaf2mqtt)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/leaf2mqtt)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/leaf2mqtt
+https://trueforge.org/truecharts/stable/leaf2mqtt
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/left4dead/Chart.yaml b/charts/stable/left4dead/Chart.yaml
index 72cdd608074..d81ec54e095 100644
--- a/charts/stable/left4dead/Chart.yaml
+++ b/charts/stable/left4dead/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Left4Dead and run it.
-home: https://truecharts.org/charts/stable/left4dead
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/left4dead.webp
+home: https://trueforge.org/truecharts/stable/left4dead
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/left4dead.webp
keywords:
- left4dead
- GameServers
diff --git a/charts/stable/left4dead/README.md b/charts/stable/left4dead/README.md
index 9946e588b66..d5d5084ea48 100644
--- a/charts/stable/left4dead/README.md
+++ b/charts/stable/left4dead/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/stable/left4dead)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/left4dead)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/left4dead
+https://trueforge.org/truecharts/stable/left4dead
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lemur-cfssl/Chart.yaml b/charts/stable/lemur-cfssl/Chart.yaml
index 6570bfa46ef..41e762f93bf 100644
--- a/charts/stable/lemur-cfssl/Chart.yaml
+++ b/charts/stable/lemur-cfssl/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Lemur manages TLS certificate creation. While not able to issue certificates itself, Lemur acts as a broker between CAs and environments providing a central portal for developers to issue TLS certificates with 'sane' defaults.
-home: https://truecharts.org/charts/stable/lemur-cfssl
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lemur-cfssl.webp
+home: https://trueforge.org/truecharts/stable/lemur-cfssl
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lemur-cfssl.webp
keywords:
- lemur-cfssl
- Tools-Utilities
diff --git a/charts/stable/lemur-cfssl/README.md b/charts/stable/lemur-cfssl/README.md
index ec27119d800..2981358f937 100644
--- a/charts/stable/lemur-cfssl/README.md
+++ b/charts/stable/lemur-cfssl/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/stable/lemur-cfssl)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/lemur-cfssl
+https://trueforge.org/truecharts/stable/lemur-cfssl
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/libreddit/Chart.yaml b/charts/stable/libreddit/Chart.yaml
index 81d1e4a15be..fd4ca62a361 100644
--- a/charts/stable/libreddit/Chart.yaml
+++ b/charts/stable/libreddit/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An alternative private front-end to Reddit
-home: https://truecharts.org/charts/stable/libreddit
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/libreddit.webp
+home: https://trueforge.org/truecharts/stable/libreddit
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/libreddit.webp
keywords:
- reddit
- libreddit
diff --git a/charts/stable/libreddit/README.md b/charts/stable/libreddit/README.md
index a84cc4c5ca7..1895a8da05d 100644
--- a/charts/stable/libreddit/README.md
+++ b/charts/stable/libreddit/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/stable/libreddit)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/libreddit
+https://trueforge.org/truecharts/stable/libreddit
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/librespeed/Chart.yaml b/charts/stable/librespeed/Chart.yaml
index 503fedefb36..07dd124c794 100644
--- a/charts/stable/librespeed/Chart.yaml
+++ b/charts/stable/librespeed/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Librespeed is a HTML5 webpage to test upload and download speeds
-home: https://truecharts.org/charts/stable/librespeed
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.webp
+home: https://trueforge.org/truecharts/stable/librespeed
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/librespeed.webp
keywords:
- librespeed
- speedtest
diff --git a/charts/stable/librespeed/README.md b/charts/stable/librespeed/README.md
index c0bf22c02de..95406c16a6a 100644
--- a/charts/stable/librespeed/README.md
+++ b/charts/stable/librespeed/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/stable/librespeed)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/librespeed)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/librespeed
+https://trueforge.org/truecharts/stable/librespeed
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lidarr/Chart.yaml b/charts/stable/lidarr/Chart.yaml
index be5a85467fc..55b627c4b2c 100644
--- a/charts/stable/lidarr/Chart.yaml
+++ b/charts/stable/lidarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Looks and smells like Sonarr but made for music
-home: https://truecharts.org/charts/stable/lidarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lidarr.webp
+home: https://trueforge.org/truecharts/stable/lidarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lidarr.webp
keywords:
- lidarr
- torrent
diff --git a/charts/stable/lidarr/README.md b/charts/stable/lidarr/README.md
index ea239ce13e0..f841d26bb57 100644
--- a/charts/stable/lidarr/README.md
+++ b/charts/stable/lidarr/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/stable/lidarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/lidarr
+https://trueforge.org/truecharts/stable/lidarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lingva/Chart.yaml b/charts/stable/lingva/Chart.yaml
index af034e69232..e2a92ca1ffb 100644
--- a/charts/stable/lingva/Chart.yaml
+++ b/charts/stable/lingva/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Alternative front-end for Google Translate, serving as a Free and Open Source translator with over a hundred languages available
-home: https://truecharts.org/charts/stable/lingva
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lingva.webp
+home: https://trueforge.org/truecharts/stable/lingva
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lingva.webp
keywords:
- lingva
- Productivity
diff --git a/charts/stable/lingva/README.md b/charts/stable/lingva/README.md
index ad207e299d1..31bfe11fb4d 100644
--- a/charts/stable/lingva/README.md
+++ b/charts/stable/lingva/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/stable/lingva)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/lingva)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/lingva
+https://trueforge.org/truecharts/stable/lingva
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/linkding/Chart.yaml b/charts/stable/linkding/Chart.yaml
index 5852f73ab2b..0c8586f3c28 100644
--- a/charts/stable/linkding/Chart.yaml
+++ b/charts/stable/linkding/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Linkding is a simple bookmark service that you can host yourself. It's designed be to be minimal, fast and easy.
-home: https://truecharts.org/charts/stable/linkding
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkding.webp
+home: https://trueforge.org/truecharts/stable/linkding
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/linkding.webp
keywords:
- bookmarks
- links
diff --git a/charts/stable/linkding/README.md b/charts/stable/linkding/README.md
index 9b2a462717a..d57ab92aef9 100644
--- a/charts/stable/linkding/README.md
+++ b/charts/stable/linkding/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/stable/linkding)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/linkding)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/linkding
+https://trueforge.org/truecharts/stable/linkding
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/linkwallet/Chart.yaml b/charts/stable/linkwallet/Chart.yaml
index 768424b0ab4..c5daac7ad6c 100644
--- a/charts/stable/linkwallet/Chart.yaml
+++ b/charts/stable/linkwallet/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted bookmark database with full-text page content search.
-home: https://truecharts.org/charts/stable/linkwallet
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwallet.webp
+home: https://trueforge.org/truecharts/stable/linkwallet
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/linkwallet.webp
keywords:
- bookmarks
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/linkwallet/README.md b/charts/stable/linkwallet/README.md
index 31fb73b24e1..e48144823c0 100644
--- a/charts/stable/linkwallet/README.md
+++ b/charts/stable/linkwallet/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/stable/linkwallet)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/linkwallet)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/linkwallet
+https://trueforge.org/truecharts/stable/linkwallet
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/linkwarden/Chart.yaml b/charts/stable/linkwarden/Chart.yaml
index b4e9b9d6f92..abceebb9366 100644
--- a/charts/stable/linkwarden/Chart.yaml
+++ b/charts/stable/linkwarden/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Linkwarden is a self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.
-home: https://truecharts.org/charts/stable/linkwarden
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/linkwarden.webp
+home: https://trueforge.org/truecharts/stable/linkwarden
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/linkwarden.webp
keywords:
- linkwarden
- bookmark
diff --git a/charts/stable/linkwarden/README.md b/charts/stable/linkwarden/README.md
index ba5d1b18f2b..3df7e6798b9 100644
--- a/charts/stable/linkwarden/README.md
+++ b/charts/stable/linkwarden/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/stable/linkwarden)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/linkwarden)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/linkwarden
+https://trueforge.org/truecharts/stable/linkwarden
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/littlelink/Chart.yaml b/charts/stable/littlelink/Chart.yaml
index 74111bf6557..bba16308531 100644
--- a/charts/stable/littlelink/Chart.yaml
+++ b/charts/stable/littlelink/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Easy platform to combine all your social links
-home: https://truecharts.org/charts/stable/littlelink
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.webp
+home: https://trueforge.org/truecharts/stable/littlelink
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/littlelink.webp
keywords:
- littlelink
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/littlelink/README.md b/charts/stable/littlelink/README.md
index e228a989ccd..d9dad84e61d 100644
--- a/charts/stable/littlelink/README.md
+++ b/charts/stable/littlelink/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/stable/littlelink)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/littlelink)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/littlelink
+https://trueforge.org/truecharts/stable/littlelink
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/livestreamdvr/Chart.yaml b/charts/stable/livestreamdvr/Chart.yaml
index 9a982bcce20..48e2632fb14 100644
--- a/charts/stable/livestreamdvr/Chart.yaml
+++ b/charts/stable/livestreamdvr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An automatic twitch recorder.
-home: https://truecharts.org/charts/stable/livestreamdvr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/livestreamdvr.webp
+home: https://trueforge.org/truecharts/stable/livestreamdvr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/livestreamdvr.webp
keywords:
- livestreamdvr
- MediaApp-Video
diff --git a/charts/stable/livestreamdvr/README.md b/charts/stable/livestreamdvr/README.md
index db379c89538..7640b34da15 100644
--- a/charts/stable/livestreamdvr/README.md
+++ b/charts/stable/livestreamdvr/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/stable/livestreamdvr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/livestreamdvr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/livestreamdvr
+https://trueforge.org/truecharts/stable/livestreamdvr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/llalon-github-backup/Chart.yaml b/charts/stable/llalon-github-backup/Chart.yaml
index aae2bbcb956..e1018b90121 100644
--- a/charts/stable/llalon-github-backup/Chart.yaml
+++ b/charts/stable/llalon-github-backup/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Automatically backup github repositories on schedule. Allows for custom configuration.
-home: https://truecharts.org/charts/stable/llalon-github-backup
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/llalon-github-backup.webp
+home: https://trueforge.org/truecharts/stable/llalon-github-backup
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/llalon-github-backup.webp
keywords:
- llalon-github-backup
- Backup
diff --git a/charts/stable/llalon-github-backup/README.md b/charts/stable/llalon-github-backup/README.md
index 55749db2446..ba8e3ed84d0 100644
--- a/charts/stable/llalon-github-backup/README.md
+++ b/charts/stable/llalon-github-backup/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/stable/llalon-github-backup)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/llalon-github-backup
+https://trueforge.org/truecharts/stable/llalon-github-backup
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lldap/Chart.yaml b/charts/stable/lldap/Chart.yaml
index 1b74d51e978..1843da433d1 100644
--- a/charts/stable/lldap/Chart.yaml
+++ b/charts/stable/lldap/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Lightweight ldap server for authentication and user management
-home: https://truecharts.org/charts/stable/lldap
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lldap.webp
+home: https://trueforge.org/truecharts/stable/lldap
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lldap.webp
keywords:
- lldap
- ldap
diff --git a/charts/stable/lldap/README.md b/charts/stable/lldap/README.md
index b2b6a502538..cdd14756eb1 100644
--- a/charts/stable/lldap/README.md
+++ b/charts/stable/lldap/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/stable/lldap)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/lldap)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/lldap
+https://trueforge.org/truecharts/stable/lldap
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/local-ai/Chart.yaml b/charts/stable/local-ai/Chart.yaml
index c01af698ec2..b6ee7cb7ec4 100644
--- a/charts/stable/local-ai/Chart.yaml
+++ b/charts/stable/local-ai/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Self-hosted, community-driven, local OpenAI-compatible API.
-home: https://truecharts.org/charts/stable/local-ai
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/local-ai.webp
+home: https://trueforge.org/truecharts/stable/local-ai
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/local-ai.webp
keywords:
- local-ai
- ai
diff --git a/charts/stable/local-ai/README.md b/charts/stable/local-ai/README.md
index 7a5500494b2..fcdb23ae240 100644
--- a/charts/stable/local-ai/README.md
+++ b/charts/stable/local-ai/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/stable/local-ai)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/local-ai
+https://trueforge.org/truecharts/stable/local-ai
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/longvinter/Chart.yaml b/charts/stable/longvinter/Chart.yaml
index 176a84680bc..7b2ff567edc 100644
--- a/charts/stable/longvinter/Chart.yaml
+++ b/charts/stable/longvinter/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Longvinter and run it.
-home: https://truecharts.org/charts/stable/longvinter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/longvinter.webp
+home: https://trueforge.org/truecharts/stable/longvinter
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/longvinter.webp
keywords:
- longvinter
- GameServers
diff --git a/charts/stable/longvinter/README.md b/charts/stable/longvinter/README.md
index 061c5c5e880..9cbc8fb9df2 100644
--- a/charts/stable/longvinter/README.md
+++ b/charts/stable/longvinter/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/stable/longvinter)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/longvinter)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/longvinter
+https://trueforge.org/truecharts/stable/longvinter
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lvm-disk-watcher/Chart.yaml b/charts/stable/lvm-disk-watcher/Chart.yaml
index 83c255b2eb8..c6b04904078 100644
--- a/charts/stable/lvm-disk-watcher/Chart.yaml
+++ b/charts/stable/lvm-disk-watcher/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Watches for empty disk to setup with LVM for use with TopoLVM
-home: https://truecharts.org/charts/system/lvm-disk-watcher
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lvm-disk-watcher.webp
+home: https://trueforge.org/truecharts/stable/lvm-disk-watcher
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lvm-disk-watcher.webp
keywords:
- lvm-disk-watcher
- loadbalancer
@@ -36,7 +36,7 @@ name: lvm-disk-watcher
sources:
- https://github.com/lvm-disk-watcher/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://github.com/trueforge-org/truecharts/tree/master/charts/stable/lvm-disk-watcher
- https://lvm-disk-watcher.universe.tf
type: application
version: 3.8.0
diff --git a/charts/stable/lvm-disk-watcher/README.md b/charts/stable/lvm-disk-watcher/README.md
index ad68554dac4..19030e90c38 100644
--- a/charts/stable/lvm-disk-watcher/README.md
+++ b/charts/stable/lvm-disk-watcher/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/system/lvm-disk-watcher)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/lvm-disk-watcher)
**This chart is not 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/lvm-disk-watcher`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/system/lvm-disk-watcher
+https://trueforge.org/truecharts/stable/lvm-disk-watcher
## Configuration Options
To view the 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/system/lvm-disk-watcher/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/lyrion-music-server/Chart.yaml b/charts/stable/lyrion-music-server/Chart.yaml
index e2aca9b29f8..746b61f9119 100644
--- a/charts/stable/lyrion-music-server/Chart.yaml
+++ b/charts/stable/lyrion-music-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Lyrion Music Server is a platform for home/office audio streaming.
-home: https://truecharts.org/charts/stable/lyrion-music-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/lyrion-music-server.webp
+home: https://trueforge.org/truecharts/stable/lyrion-music-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/lyrion-music-server.webp
keywords:
- lyrion-music-server
- logitech-media-server
diff --git a/charts/stable/lyrion-music-server/README.md b/charts/stable/lyrion-music-server/README.md
index 261c6919fe5..3f9d2f9052b 100644
--- a/charts/stable/lyrion-music-server/README.md
+++ b/charts/stable/lyrion-music-server/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/stable/lyrion-music-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/lyrion-music-server
+https://trueforge.org/truecharts/stable/lyrion-music-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mailpile/Chart.yaml b/charts/stable/mailpile/Chart.yaml
index 3522f499008..1b16cdeb485 100644
--- a/charts/stable/mailpile/Chart.yaml
+++ b/charts/stable/mailpile/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Mailpile is software, an e-mail client. It runs on your desktop or laptop computer and you interact with it by using your web browser. The goal of Mailpile is to allow people to send e-mail in a more secure and private manner than before.
-home: https://truecharts.org/charts/stable/mailpile
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mailpile.webp
+home: https://trueforge.org/truecharts/stable/mailpile
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mailpile.webp
keywords:
- mailpile
- Productivity
diff --git a/charts/stable/mailpile/README.md b/charts/stable/mailpile/README.md
index f2ec25dc98d..8d89c48841f 100644
--- a/charts/stable/mailpile/README.md
+++ b/charts/stable/mailpile/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/stable/mailpile)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mailpile)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mailpile
+https://trueforge.org/truecharts/stable/mailpile
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/maintainerr/Chart.yaml b/charts/stable/maintainerr/Chart.yaml
index 7577cd103aa..e51aecb293c 100644
--- a/charts/stable/maintainerr/Chart.yaml
+++ b/charts/stable/maintainerr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Looks and smells like Overseerr, does the opposite. Maintenance tool for the Plex ecosystem.
-home: https://truecharts.org/charts/stable/maintainerr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/maintainerr.webp
+home: https://trueforge.org/truecharts/stable/maintainerr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/maintainerr.webp
keywords:
- maintainerr
- media
diff --git a/charts/stable/maintainerr/README.md b/charts/stable/maintainerr/README.md
index f55da009077..ce3103268e6 100644
--- a/charts/stable/maintainerr/README.md
+++ b/charts/stable/maintainerr/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/stable/maintainerr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/maintainerr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/maintainerr
+https://trueforge.org/truecharts/stable/maintainerr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/makemkv/Chart.yaml b/charts/stable/makemkv/Chart.yaml
index ae84a1ef788..edba556982e 100644
--- a/charts/stable/makemkv/Chart.yaml
+++ b/charts/stable/makemkv/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: MakeMKV is your one-click solution to convert video that you own into free and patents-unencumbered format that can be played everywhere.
-home: https://truecharts.org/charts/stable/makemkv
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/makemkv.webp
+home: https://trueforge.org/truecharts/stable/makemkv
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/makemkv.webp
keywords:
- mkv
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/makemkv/README.md b/charts/stable/makemkv/README.md
index 43608ca4637..8390b606db6 100644
--- a/charts/stable/makemkv/README.md
+++ b/charts/stable/makemkv/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/stable/makemkv)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/makemkv)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/makemkv
+https://trueforge.org/truecharts/stable/makemkv
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/maloja/Chart.yaml b/charts/stable/maloja/Chart.yaml
index 1bd006e82bf..e572fdb1f84 100644
--- a/charts/stable/maloja/Chart.yaml
+++ b/charts/stable/maloja/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Self-hosted music scrobble database to create personal listening statistics and charts as a substitute for Last.fm / Libre.fm / GNU FM.
-home: https://truecharts.org/charts/stable/maloja
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/maloja.webp
+home: https://trueforge.org/truecharts/stable/maloja
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/maloja.webp
keywords:
- maloja
- MediaServer-Music
diff --git a/charts/stable/maloja/README.md b/charts/stable/maloja/README.md
index bb9e1e80756..2fe46c1b5f2 100644
--- a/charts/stable/maloja/README.md
+++ b/charts/stable/maloja/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/stable/maloja)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/maloja)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/maloja
+https://trueforge.org/truecharts/stable/maloja
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mango/Chart.yaml b/charts/stable/mango/Chart.yaml
index b6112f1b70d..73c8a33c717 100644
--- a/charts/stable/mango/Chart.yaml
+++ b/charts/stable/mango/Chart.yaml
@@ -23,8 +23,8 @@ dependencies:
deprecated: false
description: |
Mango is a self-hosted manga server and reader. Its features include[br]
-home: https://truecharts.org/charts/stable/mango
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mango.webp
+home: https://trueforge.org/truecharts/stable/mango
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mango.webp
keywords:
- mango
- MediaApp-Books
diff --git a/charts/stable/mango/README.md b/charts/stable/mango/README.md
index d81d6049142..9263dd94927 100644
--- a/charts/stable/mango/README.md
+++ b/charts/stable/mango/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/stable/mango)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mango)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mango
+https://trueforge.org/truecharts/stable/mango
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/manyfold/Chart.yaml b/charts/stable/manyfold/Chart.yaml
index 4f863d3707d..430002da98d 100644
--- a/charts/stable/manyfold/Chart.yaml
+++ b/charts/stable/manyfold/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A Digital Asset Manager (DAM), specifically designed for 3D print files.
-home: https://truecharts.org/charts/stable/manyfold
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/manyfold.webp
+home: https://trueforge.org/truecharts/stable/manyfold
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/manyfold.webp
keywords:
- manyfold
- media
diff --git a/charts/stable/manyfold/README.md b/charts/stable/manyfold/README.md
index cb127307436..c4a87597b34 100644
--- a/charts/stable/manyfold/README.md
+++ b/charts/stable/manyfold/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/stable/manyfold)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/manyfold)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/manyfold
+https://trueforge.org/truecharts/stable/manyfold
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mariadb/Chart.yaml b/charts/stable/mariadb/Chart.yaml
index e36982a2da7..151bca281b8 100644
--- a/charts/stable/mariadb/Chart.yaml
+++ b/charts/stable/mariadb/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source relational database system.
-home: https://truecharts.org/charts/stable/mariadb
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mariadb.webp
+home: https://trueforge.org/truecharts/stable/mariadb
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mariadb.webp
keywords:
- mariadb
- mysql
diff --git a/charts/stable/mariadb/README.md b/charts/stable/mariadb/README.md
index 641a326d678..5b17a26f2ff 100644
--- a/charts/stable/mariadb/README.md
+++ b/charts/stable/mariadb/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/stable/mariadb)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mariadb)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mariadb
+https://trueforge.org/truecharts/stable/mariadb
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/matomo/Chart.yaml b/charts/stable/matomo/Chart.yaml
index c2751ce4064..4c6bcfaf4fb 100644
--- a/charts/stable/matomo/Chart.yaml
+++ b/charts/stable/matomo/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: true
description: Matomo is the leading Free/Libre open analytics platform
-home: https://truecharts.org/charts/stable/matomo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/matomo.webp
+home: https://trueforge.org/truecharts/stable/matomo
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/matomo.webp
keywords:
- analytics
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/matomo/README.md b/charts/stable/matomo/README.md
index 2707a0f3adf..eacd2662153 100644
--- a/charts/stable/matomo/README.md
+++ b/charts/stable/matomo/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/stable/matomo)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/matomo)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/matomo
+https://trueforge.org/truecharts/stable/matomo
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mattermost/Chart.yaml b/charts/stable/mattermost/Chart.yaml
index ec4c8c4a208..ab01422c034 100644
--- a/charts/stable/mattermost/Chart.yaml
+++ b/charts/stable/mattermost/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
-home: https://truecharts.org/charts/stable/mattermost
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mattermost.webp
+home: https://trueforge.org/truecharts/stable/mattermost
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mattermost.webp
keywords:
- team
- mattermost
diff --git a/charts/stable/mattermost/README.md b/charts/stable/mattermost/README.md
index 94a5062ca5a..41b60927d7f 100644
--- a/charts/stable/mattermost/README.md
+++ b/charts/stable/mattermost/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/stable/mattermost)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mattermost
+https://trueforge.org/truecharts/stable/mattermost
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mealie/Chart.yaml b/charts/stable/mealie/Chart.yaml
index 20fef8c6d49..4c4554ea180 100644
--- a/charts/stable/mealie/Chart.yaml
+++ b/charts/stable/mealie/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Mealie is a self hosted recipe manager and meal planner with a RestAPI backend
-home: https://truecharts.org/charts/stable/mealie
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mealie.webp
+home: https://trueforge.org/truecharts/stable/mealie
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mealie.webp
keywords:
- grocy
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/mealie/README.md b/charts/stable/mealie/README.md
index 747087e0f8d..3073150d47e 100644
--- a/charts/stable/mealie/README.md
+++ b/charts/stable/mealie/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/stable/mealie)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mealie)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mealie
+https://trueforge.org/truecharts/stable/mealie
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/media-roller/Chart.yaml b/charts/stable/media-roller/Chart.yaml
index 29a03ae06e3..229652d16d1 100644
--- a/charts/stable/media-roller/Chart.yaml
+++ b/charts/stable/media-roller/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Mobile friendly tool for downloading videos from social media.
-home: https://truecharts.org/charts/stable/media-roller
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/media-roller.webp
+home: https://trueforge.org/truecharts/stable/media-roller
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/media-roller.webp
keywords:
- media-roller
- Tools-Utilities
diff --git a/charts/stable/media-roller/README.md b/charts/stable/media-roller/README.md
index dee4e55b512..6d6dcd1116b 100644
--- a/charts/stable/media-roller/README.md
+++ b/charts/stable/media-roller/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/stable/media-roller)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/media-roller
+https://trueforge.org/truecharts/stable/media-roller
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mediaelch/Chart.yaml b/charts/stable/mediaelch/Chart.yaml
index 74ddaf7c95a..792281b37ca 100644
--- a/charts/stable/mediaelch/Chart.yaml
+++ b/charts/stable/mediaelch/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Mediaelch is a Tool to manage your movie and show libary regarding the metadata and artwork.
-home: https://truecharts.org/charts/stable/mediaelch
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediaelch.webp
+home: https://trueforge.org/truecharts/stable/mediaelch
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mediaelch.webp
keywords:
- mediaelch
- Tools
diff --git a/charts/stable/mediaelch/README.md b/charts/stable/mediaelch/README.md
index 0a7df99f7d9..340faefb49b 100644
--- a/charts/stable/mediaelch/README.md
+++ b/charts/stable/mediaelch/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/stable/mediaelch)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mediaelch)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mediaelch
+https://trueforge.org/truecharts/stable/mediaelch
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mediagoblin/Chart.yaml b/charts/stable/mediagoblin/Chart.yaml
index 960dcc0c0cd..bf306542322 100644
--- a/charts/stable/mediagoblin/Chart.yaml
+++ b/charts/stable/mediagoblin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'MediaGoblin is a free software media publishing platform that anyone can run. You can think of it as a decentralized alternative to Flickr, YouTube, SoundCloud, etc. [br][br][b][u][span style=''color: #ff9900;'']Default user/password[/span][/u][/b][br]User: [B][u]admin[/B][/u][br]Password: [B][u]admin[/B][/u][/b]'
-home: https://truecharts.org/charts/stable/mediagoblin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediagoblin.webp
+home: https://trueforge.org/truecharts/stable/mediagoblin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mediagoblin.webp
keywords:
- mediagoblin
- MediaApp-Photos
diff --git a/charts/stable/mediagoblin/README.md b/charts/stable/mediagoblin/README.md
index 9a96d80cb9c..c1a7fe15a53 100644
--- a/charts/stable/mediagoblin/README.md
+++ b/charts/stable/mediagoblin/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/stable/mediagoblin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mediagoblin)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mediagoblin
+https://trueforge.org/truecharts/stable/mediagoblin
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mediainfo/Chart.yaml b/charts/stable/mediainfo/Chart.yaml
index 8939ca6bd6e..3efdeb17d85 100644
--- a/charts/stable/mediainfo/Chart.yaml
+++ b/charts/stable/mediainfo/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: MediaInfo is a convenient unified display of the most relevant technical and tag data for video and audio files.
-home: https://truecharts.org/charts/stable/mediainfo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mediainfo.webp
+home: https://trueforge.org/truecharts/stable/mediainfo
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mediainfo.webp
keywords:
- info
- media
diff --git a/charts/stable/mediainfo/README.md b/charts/stable/mediainfo/README.md
index e2222b05120..d0425caab2c 100644
--- a/charts/stable/mediainfo/README.md
+++ b/charts/stable/mediainfo/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/stable/mediainfo)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mediainfo)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mediainfo
+https://trueforge.org/truecharts/stable/mediainfo
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/medusa/Chart.yaml b/charts/stable/medusa/Chart.yaml
index a7b0ed17c21..540adae1e3d 100644
--- a/charts/stable/medusa/Chart.yaml
+++ b/charts/stable/medusa/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An automatic Video Library Manager for TV Shows
-home: https://truecharts.org/charts/stable/medusa
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/medusa.webp
+home: https://trueforge.org/truecharts/stable/medusa
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/medusa.webp
keywords:
- medusa
- video
diff --git a/charts/stable/medusa/README.md b/charts/stable/medusa/README.md
index fc142ab1f32..1cfa19c6af1 100644
--- a/charts/stable/medusa/README.md
+++ b/charts/stable/medusa/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/stable/medusa)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/medusa)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/medusa
+https://trueforge.org/truecharts/stable/medusa
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/megasync/Chart.yaml b/charts/stable/megasync/Chart.yaml
index c07ac49beca..561b1d25d21 100644
--- a/charts/stable/megasync/Chart.yaml
+++ b/charts/stable/megasync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: MEGAsync can synchronize all of your devices with your MEGA account.
-home: https://truecharts.org/charts/stable/megasync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/megasync.webp
+home: https://trueforge.org/truecharts/stable/megasync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/megasync.webp
keywords:
- megasync
- Network-Other
diff --git a/charts/stable/megasync/README.md b/charts/stable/megasync/README.md
index a01b1f7c2af..08f8be6c048 100644
--- a/charts/stable/megasync/README.md
+++ b/charts/stable/megasync/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/stable/megasync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/megasync)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/megasync
+https://trueforge.org/truecharts/stable/megasync
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/memcached/Chart.yaml b/charts/stable/memcached/Chart.yaml
index 52c49441510..8062ec6cff2 100644
--- a/charts/stable/memcached/Chart.yaml
+++ b/charts/stable/memcached/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Memcached is a memory-backed database caching solution
-home: https://truecharts.org/charts/stable/memcached
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/memcached.webp
+home: https://trueforge.org/truecharts/stable/memcached
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/memcached.webp
keywords:
- memcached
- database
diff --git a/charts/stable/memcached/README.md b/charts/stable/memcached/README.md
index 75c04d7f9f4..40c37dbdbef 100644
--- a/charts/stable/memcached/README.md
+++ b/charts/stable/memcached/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/stable/memcached)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/memcached)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/memcached
+https://trueforge.org/truecharts/stable/memcached
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/memories-of-mars/Chart.yaml b/charts/stable/memories-of-mars/Chart.yaml
index f51e1e8ae54..3e59f756aeb 100644
--- a/charts/stable/memories-of-mars/Chart.yaml
+++ b/charts/stable/memories-of-mars/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Memories of Mars and run it.
-home: https://truecharts.org/charts/stable/memories-of-mars
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/memories-of-mars.webp
+home: https://trueforge.org/truecharts/stable/memories-of-mars
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/memories-of-mars.webp
keywords:
- memories-of-mars
- GameServers
diff --git a/charts/stable/memories-of-mars/README.md b/charts/stable/memories-of-mars/README.md
index 61aa39779b6..75dcb649952 100644
--- a/charts/stable/memories-of-mars/README.md
+++ b/charts/stable/memories-of-mars/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/stable/memories-of-mars)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/memories-of-mars)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/memories-of-mars
+https://trueforge.org/truecharts/stable/memories-of-mars
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mend-renovate/Chart.yaml b/charts/stable/mend-renovate/Chart.yaml
index ddbf00c515d..ec75e550e53 100644
--- a/charts/stable/mend-renovate/Chart.yaml
+++ b/charts/stable/mend-renovate/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Selfhosted Mend Renovate App with included webhook and Github APP
-home: https://truecharts.org/charts/stable/mend-renovate
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mend-renovate.webp
+home: https://trueforge.org/truecharts/stable/mend-renovate
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mend-renovate.webp
keywords:
- renovate
- mend-renovate
diff --git a/charts/stable/mend-renovate/README.md b/charts/stable/mend-renovate/README.md
index 1a8ad25163e..e403a1dfe53 100644
--- a/charts/stable/mend-renovate/README.md
+++ b/charts/stable/mend-renovate/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/stable/mend-renovate)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mend-renovate
+https://trueforge.org/truecharts/stable/mend-renovate
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/meshcentral/Chart.yaml b/charts/stable/meshcentral/Chart.yaml
index e0296a14e8b..30f4f1cd642 100644
--- a/charts/stable/meshcentral/Chart.yaml
+++ b/charts/stable/meshcentral/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: MeshCentral is a full computer management web site
-home: https://truecharts.org/charts/stable/meshcentral
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshcentral.webp
+home: https://trueforge.org/truecharts/stable/meshcentral
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/meshcentral.webp
keywords:
- meshcentral
- teamviewer
diff --git a/charts/stable/meshcentral/README.md b/charts/stable/meshcentral/README.md
index 6b7491a500d..a51ddea8a25 100644
--- a/charts/stable/meshcentral/README.md
+++ b/charts/stable/meshcentral/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/stable/meshcentral)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/meshcentral)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/meshcentral
+https://trueforge.org/truecharts/stable/meshcentral
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/meshroom/Chart.yaml b/charts/stable/meshroom/Chart.yaml
index 0edf596e0e2..8fdd46d2ec8 100644
--- a/charts/stable/meshroom/Chart.yaml
+++ b/charts/stable/meshroom/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Meshroom is a free, open-source 3D Reconstruction Software based on the AliceVision Photogrammetric Computer Vision framework.
-home: https://truecharts.org/charts/stable/meshroom
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/meshroom.webp
+home: https://trueforge.org/truecharts/stable/meshroom
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/meshroom.webp
keywords:
- meshroom
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/meshroom/README.md b/charts/stable/meshroom/README.md
index 06a42b26ea2..65a08b8ef59 100644
--- a/charts/stable/meshroom/README.md
+++ b/charts/stable/meshroom/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/stable/meshroom)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/meshroom)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/meshroom
+https://trueforge.org/truecharts/stable/meshroom
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/metabase/Chart.yaml b/charts/stable/metabase/Chart.yaml
index b4c56430fbc..8f96bc8b3f3 100644
--- a/charts/stable/metabase/Chart.yaml
+++ b/charts/stable/metabase/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Business intelligence, dashboards, and data visualization tools
-home: https://truecharts.org/charts/stable/metabase
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/metabase.webp
+home: https://trueforge.org/truecharts/stable/metabase
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/metabase.webp
keywords:
- metabase
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/metabase/README.md b/charts/stable/metabase/README.md
index feae720f1b5..f8164c31dbb 100644
--- a/charts/stable/metabase/README.md
+++ b/charts/stable/metabase/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/stable/metabase)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/metabase)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/metabase
+https://trueforge.org/truecharts/stable/metabase
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/metallb-config/Chart.yaml b/charts/stable/metallb-config/Chart.yaml
index a324311f557..091f5e7324c 100644
--- a/charts/stable/metallb-config/Chart.yaml
+++ b/charts/stable/metallb-config/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A network load-balancer implementation for Kubernetes using standard routing protocols
-home: https://truecharts.org/charts/premium/metallb-config
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb-config.webp
+home: https://trueforge.org/truecharts/stable/metallb-config
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/metallb-config.webp
keywords:
- metallb
- loadbalancer
@@ -35,7 +35,7 @@ maintainers:
name: metallb-config
sources:
- https://github.com/metallb/metallb
- - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/metallb-config
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/metallb-config
- https://hub.docker.com/_/hello-world
- https://metallb.io
type: application
diff --git a/charts/stable/metallb-config/README.md b/charts/stable/metallb-config/README.md
index 02152fe3c20..5ea76223d9f 100644
--- a/charts/stable/metallb-config/README.md
+++ b/charts/stable/metallb-config/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/premium/metallb-config)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/metallb-config)
**This chart is not 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/metallb-config`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/premium/metallb-config
+https://trueforge.org/truecharts/stable/metallb-config
## Configuration Options
To view the 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/premium/metallb-config/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/metatube/Chart.yaml b/charts/stable/metatube/Chart.yaml
index 245f868cddf..8fca820d78c 100644
--- a/charts/stable/metatube/Chart.yaml
+++ b/charts/stable/metatube/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: MetaTube downloads video from YouTube and can add metadata from a specified metadata provider on the downloaded file.
-home: https://truecharts.org/charts/stable/metatube
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/metatube.webp
+home: https://trueforge.org/truecharts/stable/metatube
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/metatube.webp
keywords:
- metatube
- Downloaders
diff --git a/charts/stable/metatube/README.md b/charts/stable/metatube/README.md
index daaca514170..949f55c952a 100644
--- a/charts/stable/metatube/README.md
+++ b/charts/stable/metatube/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/stable/metatube)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/metatube)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/metatube
+https://trueforge.org/truecharts/stable/metatube
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/metube/Chart.yaml b/charts/stable/metube/Chart.yaml
index 6140b01ce06..32940dc73d1 100644
--- a/charts/stable/metube/Chart.yaml
+++ b/charts/stable/metube/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Web GUI for youtube-dl.
-home: https://truecharts.org/charts/stable/metube
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/metube.webp
+home: https://trueforge.org/truecharts/stable/metube
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/metube.webp
keywords:
- metube
- media
diff --git a/charts/stable/metube/README.md b/charts/stable/metube/README.md
index a9d888a86b9..7f0cfe4cd13 100644
--- a/charts/stable/metube/README.md
+++ b/charts/stable/metube/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/stable/metube)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/metube)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/metube
+https://trueforge.org/truecharts/stable/metube
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mindustry/Chart.yaml b/charts/stable/mindustry/Chart.yaml
index 5213c3e0814..4b1d85fed26 100644
--- a/charts/stable/mindustry/Chart.yaml
+++ b/charts/stable/mindustry/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is a Basic Mindustry Server. It will download the preferred version of Mindustry and run it.
-home: https://truecharts.org/charts/stable/mindustry
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mindustry.webp
+home: https://trueforge.org/truecharts/stable/mindustry
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mindustry.webp
keywords:
- mindustry
- GameServers
diff --git a/charts/stable/mindustry/README.md b/charts/stable/mindustry/README.md
index e0e68ecfdc2..4260a36b83d 100644
--- a/charts/stable/mindustry/README.md
+++ b/charts/stable/mindustry/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/stable/mindustry)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mindustry)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mindustry
+https://trueforge.org/truecharts/stable/mindustry
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/minecraft-bedrock/Chart.yaml b/charts/stable/minecraft-bedrock/Chart.yaml
index 1e81423fee7..cb297c89a00 100644
--- a/charts/stable/minecraft-bedrock/Chart.yaml
+++ b/charts/stable/minecraft-bedrock/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Minecraft Bedrock Dedicated Server
-home: https://truecharts.org/charts/stable/minecraft-bedrock
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-bedrock.webp
+home: https://trueforge.org/truecharts/stable/minecraft-bedrock
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/minecraft-bedrock.webp
keywords:
- minecraft
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/minecraft-bedrock/README.md b/charts/stable/minecraft-bedrock/README.md
index 7eded4c0ac0..4a04e95a836 100644
--- a/charts/stable/minecraft-bedrock/README.md
+++ b/charts/stable/minecraft-bedrock/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/stable/minecraft-bedrock)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/minecraft-bedrock
+https://trueforge.org/truecharts/stable/minecraft-bedrock
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/minecraft-gate/Chart.yaml b/charts/stable/minecraft-gate/Chart.yaml
index cc35456ef2a..b4870e5401b 100644
--- a/charts/stable/minecraft-gate/Chart.yaml
+++ b/charts/stable/minecraft-gate/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An extensible, high performant & paralleled Minecraft proxy server.
-home: https://truecharts.org/charts/stable/minecraft-gate
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-gate.webp
+home: https://trueforge.org/truecharts/stable/minecraft-gate
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/minecraft-gate.webp
keywords:
- minecraft-gate
- proxy
diff --git a/charts/stable/minecraft-gate/README.md b/charts/stable/minecraft-gate/README.md
index 3363f0e3015..17aeff945b3 100644
--- a/charts/stable/minecraft-gate/README.md
+++ b/charts/stable/minecraft-gate/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/stable/minecraft-gate)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/minecraft-gate
+https://trueforge.org/truecharts/stable/minecraft-gate
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/minecraft-java/Chart.yaml b/charts/stable/minecraft-java/Chart.yaml
index 24db49b674d..c20fd872be6 100644
--- a/charts/stable/minecraft-java/Chart.yaml
+++ b/charts/stable/minecraft-java/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Minecraft Java Dedicated Server
-home: https://truecharts.org/charts/stable/minecraft-java
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-java.webp
+home: https://trueforge.org/truecharts/stable/minecraft-java
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/minecraft-java.webp
keywords:
- minecraft-java
- minecraft
diff --git a/charts/stable/minecraft-java/README.md b/charts/stable/minecraft-java/README.md
index 6013162333a..c48ab4edf74 100644
--- a/charts/stable/minecraft-java/README.md
+++ b/charts/stable/minecraft-java/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/stable/minecraft-java)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/minecraft-java
+https://trueforge.org/truecharts/stable/minecraft-java
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/minecraft-proxy/Chart.yaml b/charts/stable/minecraft-proxy/Chart.yaml
index 3f21057bdb9..12e2554cd9e 100644
--- a/charts/stable/minecraft-proxy/Chart.yaml
+++ b/charts/stable/minecraft-proxy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: the front-end of a cluster of minecraft-java containers.
-home: https://truecharts.org/charts/stable/minecraft-proxy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-proxy.webp
+home: https://trueforge.org/truecharts/stable/minecraft-proxy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/minecraft-proxy.webp
keywords:
- minecraft-proxy
- minecraft-bungeecord
diff --git a/charts/stable/minecraft-proxy/README.md b/charts/stable/minecraft-proxy/README.md
index 1c00fb52261..18745491b34 100644
--- a/charts/stable/minecraft-proxy/README.md
+++ b/charts/stable/minecraft-proxy/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/stable/minecraft-proxy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/minecraft-proxy
+https://trueforge.org/truecharts/stable/minecraft-proxy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/minecraft-router/Chart.yaml b/charts/stable/minecraft-router/Chart.yaml
index 68c4e155195..3977555299f 100644
--- a/charts/stable/minecraft-router/Chart.yaml
+++ b/charts/stable/minecraft-router/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Lightweight multiplexer/proxy for Minecraft-Java servers.
-home: https://truecharts.org/charts/stable/minecraft-router
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minecraft-router.webp
+home: https://trueforge.org/truecharts/stable/minecraft-router
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/minecraft-router.webp
keywords:
- minecraft-router
- mc-router
diff --git a/charts/stable/minecraft-router/README.md b/charts/stable/minecraft-router/README.md
index ec254ef1bf0..cd14a803515 100644
--- a/charts/stable/minecraft-router/README.md
+++ b/charts/stable/minecraft-router/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/stable/minecraft-router)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/minecraft-router
+https://trueforge.org/truecharts/stable/minecraft-router
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/minetest/Chart.yaml b/charts/stable/minetest/Chart.yaml
index 2d1aa00f478..95107a033a1 100644
--- a/charts/stable/minetest/Chart.yaml
+++ b/charts/stable/minetest/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Minetest (server) is a near-infinite-world block sandbox game and a game engine.
-home: https://truecharts.org/charts/stable/minetest
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.webp
+home: https://trueforge.org/truecharts/stable/minetest
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/minetest.webp
keywords:
- minetest
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/minetest/README.md b/charts/stable/minetest/README.md
index 0fc19d8caf0..c432f8b01e3 100644
--- a/charts/stable/minetest/README.md
+++ b/charts/stable/minetest/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/stable/minetest)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/minetest)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/minetest
+https://trueforge.org/truecharts/stable/minetest
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/miniflux/Chart.yaml b/charts/stable/miniflux/Chart.yaml
index e72c6446124..f7dea2ae6c6 100644
--- a/charts/stable/miniflux/Chart.yaml
+++ b/charts/stable/miniflux/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Miniflux is a minimalist and opinionated feed reader.
-home: https://truecharts.org/charts/stable/miniflux
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/miniflux.webp
+home: https://trueforge.org/truecharts/stable/miniflux
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/miniflux.webp
keywords:
- miniflux
- rss
diff --git a/charts/stable/miniflux/README.md b/charts/stable/miniflux/README.md
index d09ac7fe7b8..2def9db7cec 100644
--- a/charts/stable/miniflux/README.md
+++ b/charts/stable/miniflux/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/stable/miniflux)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/miniflux)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/miniflux
+https://trueforge.org/truecharts/stable/miniflux
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mininote/Chart.yaml b/charts/stable/mininote/Chart.yaml
index 038dd991e4d..b36206a4307 100644
--- a/charts/stable/mininote/Chart.yaml
+++ b/charts/stable/mininote/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A simple, self-hosted, encrypted Markdown note-taking app built with Vue 3, and Express.
-home: https://truecharts.org/charts/stable/mininote
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mininote.webp
+home: https://trueforge.org/truecharts/stable/mininote
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mininote.webp
keywords:
- mininote
- Productivity
diff --git a/charts/stable/mininote/README.md b/charts/stable/mininote/README.md
index 529f0d41deb..82245d9eb07 100644
--- a/charts/stable/mininote/README.md
+++ b/charts/stable/mininote/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/stable/mininote)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mininote)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mininote
+https://trueforge.org/truecharts/stable/mininote
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/minio/Chart.yaml b/charts/stable/minio/Chart.yaml
index 46caf3ae367..2aace4ef14d 100644
--- a/charts/stable/minio/Chart.yaml
+++ b/charts/stable/minio/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Minio is a self-hosted S3 storage server
-home: https://truecharts.org/charts/stable/minio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minio.webp
+home: https://trueforge.org/truecharts/stable/minio
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/minio.webp
keywords:
- minio
- s3
diff --git a/charts/stable/minio/README.md b/charts/stable/minio/README.md
index 8aad986aa9a..f3254a49fbb 100644
--- a/charts/stable/minio/README.md
+++ b/charts/stable/minio/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/stable/minio)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/minio)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/minio
+https://trueforge.org/truecharts/stable/minio
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/minisatip/Chart.yaml b/charts/stable/minisatip/Chart.yaml
index d408a3528c5..59eb43cc245 100644
--- a/charts/stable/minisatip/Chart.yaml
+++ b/charts/stable/minisatip/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Minisatip is a multi-threaded satip server version 1.2 that runs under Linux.
-home: https://truecharts.org/charts/stable/minisatip
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/minisatip.webp
+home: https://trueforge.org/truecharts/stable/minisatip
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/minisatip.webp
keywords:
- minisatip
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/minisatip/README.md b/charts/stable/minisatip/README.md
index e0fb5f03e0c..2d0d57e00a5 100644
--- a/charts/stable/minisatip/README.md
+++ b/charts/stable/minisatip/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/stable/minisatip)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/minisatip)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/minisatip
+https://trueforge.org/truecharts/stable/minisatip
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/misskey/Chart.yaml b/charts/stable/misskey/Chart.yaml
index 51530824cfe..ce83aec5602 100644
--- a/charts/stable/misskey/Chart.yaml
+++ b/charts/stable/misskey/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Open source decentralized social media platform that's free forever!
-home: https://truecharts.org/charts/stable/misskey
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/misskey.webp
+home: https://trueforge.org/truecharts/stable/misskey
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/misskey.webp
keywords:
- Misskey
- Social
diff --git a/charts/stable/misskey/README.md b/charts/stable/misskey/README.md
index ce0994cb135..5dcf8919a0d 100644
--- a/charts/stable/misskey/README.md
+++ b/charts/stable/misskey/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/stable/misskey)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/misskey)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/misskey
+https://trueforge.org/truecharts/stable/misskey
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mixpost/Chart.yaml b/charts/stable/mixpost/Chart.yaml
index f5a509044b4..cdbcb5250b6 100644
--- a/charts/stable/mixpost/Chart.yaml
+++ b/charts/stable/mixpost/Chart.yaml
@@ -34,8 +34,8 @@ dependencies:
import-values: []
deprecated: false
description: Mixpost it's the coolest Self hosted social media management software.
-home: https://truecharts.org/charts/stable/mixpost
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mixpost.webp
+home: https://trueforge.org/truecharts/stable/mixpost
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mixpost.webp
keywords:
- mixpost
- twitter
diff --git a/charts/stable/mixpost/README.md b/charts/stable/mixpost/README.md
index d2bb51d1f0b..c525b833e28 100644
--- a/charts/stable/mixpost/README.md
+++ b/charts/stable/mixpost/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/stable/mixpost)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mixpost)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mixpost
+https://trueforge.org/truecharts/stable/mixpost
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mkvcleaver/Chart.yaml b/charts/stable/mkvcleaver/Chart.yaml
index 405d5ad37ad..ee3fcdad617 100644
--- a/charts/stable/mkvcleaver/Chart.yaml
+++ b/charts/stable/mkvcleaver/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: MKVCleaver is a tool for batch extraction of data from MKV files
-home: https://truecharts.org/charts/stable/mkvcleaver
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvcleaver.webp
+home: https://trueforge.org/truecharts/stable/mkvcleaver
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mkvcleaver.webp
keywords:
- media
- mkvcleaver
diff --git a/charts/stable/mkvcleaver/README.md b/charts/stable/mkvcleaver/README.md
index 6fc6c503185..6ce59df8b69 100644
--- a/charts/stable/mkvcleaver/README.md
+++ b/charts/stable/mkvcleaver/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/stable/mkvcleaver)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mkvcleaver)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mkvcleaver
+https://trueforge.org/truecharts/stable/mkvcleaver
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mkvtoolnix/Chart.yaml b/charts/stable/mkvtoolnix/Chart.yaml
index 9a181ca40d9..fc69874d311 100644
--- a/charts/stable/mkvtoolnix/Chart.yaml
+++ b/charts/stable/mkvtoolnix/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: MKVToolNix is a set of tools to create, alter and inspect Matroska files.
-home: https://truecharts.org/charts/stable/mkvtoolnix
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mkvtoolnix.webp
+home: https://trueforge.org/truecharts/stable/mkvtoolnix
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mkvtoolnix.webp
keywords:
- media
- mkvtoolnix
diff --git a/charts/stable/mkvtoolnix/README.md b/charts/stable/mkvtoolnix/README.md
index a54baaf5702..f8ce404a049 100644
--- a/charts/stable/mkvtoolnix/README.md
+++ b/charts/stable/mkvtoolnix/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/stable/mkvtoolnix)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mkvtoolnix)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mkvtoolnix
+https://trueforge.org/truecharts/stable/mkvtoolnix
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/modsecurity-crs/Chart.yaml b/charts/stable/modsecurity-crs/Chart.yaml
index e49b8dbb24a..e997ee0cf7c 100644
--- a/charts/stable/modsecurity-crs/Chart.yaml
+++ b/charts/stable/modsecurity-crs/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ModSecurity is an open source, cross platform Web Application Firewall (WAF) engine.
-home: https://truecharts.org/charts/stable/modsecurity-crs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/modsecurity-crs.webp
+home: https://trueforge.org/truecharts/stable/modsecurity-crs
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/modsecurity-crs.webp
keywords:
- modsecurity-crs
- waf
diff --git a/charts/stable/modsecurity-crs/README.md b/charts/stable/modsecurity-crs/README.md
index 577906cd1d3..1d729ace426 100644
--- a/charts/stable/modsecurity-crs/README.md
+++ b/charts/stable/modsecurity-crs/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/stable/modsecurity-crs)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/modsecurity-crs
+https://trueforge.org/truecharts/stable/modsecurity-crs
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mojopaste/Chart.yaml b/charts/stable/mojopaste/Chart.yaml
index e99a9eaa1e0..ea964961e08 100644
--- a/charts/stable/mojopaste/Chart.yaml
+++ b/charts/stable/mojopaste/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Mojopaste is a pastebin application. There's about one million of these out there, but if you have the need to run something internally at work or you just fancy having your own pastebin, this is your application.
-home: https://truecharts.org/charts/stable/mojopaste
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mojopaste.webp
+home: https://trueforge.org/truecharts/stable/mojopaste
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mojopaste.webp
keywords:
- mojopaste
- Cloud
diff --git a/charts/stable/mojopaste/README.md b/charts/stable/mojopaste/README.md
index e9212ed7960..934b77851e0 100644
--- a/charts/stable/mojopaste/README.md
+++ b/charts/stable/mojopaste/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/stable/mojopaste)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mojopaste)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mojopaste
+https://trueforge.org/truecharts/stable/mojopaste
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/monero-node/Chart.yaml b/charts/stable/monero-node/Chart.yaml
index 1e7a163b325..1fa4c87f085 100644
--- a/charts/stable/monero-node/Chart.yaml
+++ b/charts/stable/monero-node/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Chart to run a monero full network node
-home: https://truecharts.org/charts/stable/monero-node
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/monero-node.webp
+home: https://trueforge.org/truecharts/stable/monero-node
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/monero-node.webp
keywords:
- monero-node
- Crypto
diff --git a/charts/stable/monero-node/README.md b/charts/stable/monero-node/README.md
index 9239f23ff8b..67e56a60e42 100644
--- a/charts/stable/monero-node/README.md
+++ b/charts/stable/monero-node/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/stable/monero-node)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/monero-node)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/monero-node
+https://trueforge.org/truecharts/stable/monero-node
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mongo-express/Chart.yaml b/charts/stable/mongo-express/Chart.yaml
index 6641c833362..e6a3bb7a4cd 100644
--- a/charts/stable/mongo-express/Chart.yaml
+++ b/charts/stable/mongo-express/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: mongo-express is a web-based MongoDB admin interface written in Node.js, Express.js, and Bootstrap3.
-home: https://truecharts.org/charts/stable/mongo-express
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongo-express.webp
+home: https://trueforge.org/truecharts/stable/mongo-express
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mongo-express.webp
keywords:
- mongo
- mongodb
diff --git a/charts/stable/mongo-express/README.md b/charts/stable/mongo-express/README.md
index d6046e06ff6..f332d0f1f92 100644
--- a/charts/stable/mongo-express/README.md
+++ b/charts/stable/mongo-express/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/stable/mongo-express)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mongo-express
+https://trueforge.org/truecharts/stable/mongo-express
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mongodb/Chart.yaml b/charts/stable/mongodb/Chart.yaml
index 84e72ce1701..23c5ee47b29 100644
--- a/charts/stable/mongodb/Chart.yaml
+++ b/charts/stable/mongodb/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
-home: https://truecharts.org/charts/stable/mongodb
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mongodb.webp
+home: https://trueforge.org/truecharts/stable/mongodb
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mongodb.webp
keywords:
- mongodb
- database
diff --git a/charts/stable/mongodb/README.md b/charts/stable/mongodb/README.md
index 6c8363710ca..06be777ded4 100644
--- a/charts/stable/mongodb/README.md
+++ b/charts/stable/mongodb/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/stable/mongodb)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mongodb)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mongodb
+https://trueforge.org/truecharts/stable/mongodb
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/monica/Chart.yaml b/charts/stable/monica/Chart.yaml
index ec9e3d909f2..8832e925d14 100644
--- a/charts/stable/monica/Chart.yaml
+++ b/charts/stable/monica/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Monica is a great open source personal relationship management system.
-home: https://truecharts.org/charts/stable/monica
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/monica.webp
+home: https://trueforge.org/truecharts/stable/monica
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/monica.webp
keywords:
- crm
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/monica/README.md b/charts/stable/monica/README.md
index d8d9ef25c37..f7751d4b483 100644
--- a/charts/stable/monica/README.md
+++ b/charts/stable/monica/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/stable/monica)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/monica)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/monica
+https://trueforge.org/truecharts/stable/monica
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mordhau/Chart.yaml b/charts/stable/mordhau/Chart.yaml
index bf277023ff6..e59bd0dcdf1 100644
--- a/charts/stable/mordhau/Chart.yaml
+++ b/charts/stable/mordhau/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'This Docker will download and install SteamCMD. It will also install Mordhau and run it. Initial login SERVERNAME: MordhauDocker SERVERPASSWORD: Chart ADMINPASSWORD adminChart'
-home: https://truecharts.org/charts/stable/mordhau
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mordhau.webp
+home: https://trueforge.org/truecharts/stable/mordhau
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mordhau.webp
keywords:
- mordhau
- GameServers
diff --git a/charts/stable/mordhau/README.md b/charts/stable/mordhau/README.md
index 3e0f947fb19..b3034909843 100644
--- a/charts/stable/mordhau/README.md
+++ b/charts/stable/mordhau/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/stable/mordhau)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mordhau)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mordhau
+https://trueforge.org/truecharts/stable/mordhau
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mosdns/Chart.yaml b/charts/stable/mosdns/Chart.yaml
index 37c81d6a087..40a75e17510 100644
--- a/charts/stable/mosdns/Chart.yaml
+++ b/charts/stable/mosdns/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A location-based pluggable DNS forwarder/splitter.
-home: https://truecharts.org/charts/stable/mosdns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosdns.webp
+home: https://trueforge.org/truecharts/stable/mosdns
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mosdns.webp
keywords:
- mosdns
- dns
diff --git a/charts/stable/mosdns/README.md b/charts/stable/mosdns/README.md
index 29005bf382b..16a7d94a7dd 100644
--- a/charts/stable/mosdns/README.md
+++ b/charts/stable/mosdns/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/stable/mosdns)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mosdns)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mosdns
+https://trueforge.org/truecharts/stable/mosdns
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mosquitto/Chart.yaml b/charts/stable/mosquitto/Chart.yaml
index a48f55b86e8..cb5ad4ac6a9 100644
--- a/charts/stable/mosquitto/Chart.yaml
+++ b/charts/stable/mosquitto/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Eclipse Mosquitto - An open source MQTT broker
-home: https://truecharts.org/charts/stable/mosquitto
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mosquitto.webp
+home: https://trueforge.org/truecharts/stable/mosquitto
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mosquitto.webp
keywords:
- mosquitto
- home-automation
diff --git a/charts/stable/mosquitto/README.md b/charts/stable/mosquitto/README.md
index 90b10046023..90e61de8d70 100644
--- a/charts/stable/mosquitto/README.md
+++ b/charts/stable/mosquitto/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/stable/mosquitto)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mosquitto)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mosquitto
+https://trueforge.org/truecharts/stable/mosquitto
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mstream/Chart.yaml b/charts/stable/mstream/Chart.yaml
index 5890b5570ac..954be4e5ae5 100644
--- a/charts/stable/mstream/Chart.yaml
+++ b/charts/stable/mstream/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A personal music streaming server
-home: https://truecharts.org/charts/stable/mstream
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mstream.webp
+home: https://trueforge.org/truecharts/stable/mstream
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mstream.webp
keywords:
- mstream
- server
diff --git a/charts/stable/mstream/README.md b/charts/stable/mstream/README.md
index d2d96f7ce49..7bebd2842ff 100644
--- a/charts/stable/mstream/README.md
+++ b/charts/stable/mstream/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/stable/mstream)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mstream)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mstream
+https://trueforge.org/truecharts/stable/mstream
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/multi-scrobbler/Chart.yaml b/charts/stable/multi-scrobbler/Chart.yaml
index 0fe08068c2c..82ca36c5185 100644
--- a/charts/stable/multi-scrobbler/Chart.yaml
+++ b/charts/stable/multi-scrobbler/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Track your music listening history from many sources and record to many scrobble clients.
-home: https://truecharts.org/charts/stable/multi-scrobbler
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/multi-scrobbler.webp
+home: https://trueforge.org/truecharts/stable/multi-scrobbler
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/multi-scrobbler.webp
keywords:
- multi-scrobbler
- Network-Web
diff --git a/charts/stable/multi-scrobbler/README.md b/charts/stable/multi-scrobbler/README.md
index 466d24c8f93..adf723f36fb 100644
--- a/charts/stable/multi-scrobbler/README.md
+++ b/charts/stable/multi-scrobbler/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/stable/multi-scrobbler)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/multi-scrobbler)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/multi-scrobbler
+https://trueforge.org/truecharts/stable/multi-scrobbler
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/muse/Chart.yaml b/charts/stable/muse/Chart.yaml
index ecc499755ab..975d0be34dd 100644
--- a/charts/stable/muse/Chart.yaml
+++ b/charts/stable/muse/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted midwestern Discord music bot that doesn't suck.
-home: https://truecharts.org/charts/stable/muse
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/muse.webp
+home: https://trueforge.org/truecharts/stable/muse
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/muse.webp
keywords:
- muse
- media
diff --git a/charts/stable/muse/README.md b/charts/stable/muse/README.md
index 0dc90492b21..31a662c7e05 100644
--- a/charts/stable/muse/README.md
+++ b/charts/stable/muse/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/stable/muse)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/muse)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/muse
+https://trueforge.org/truecharts/stable/muse
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/muximux/Chart.yaml b/charts/stable/muximux/Chart.yaml
index 27efeb1d6b5..e5c0dedafda 100644
--- a/charts/stable/muximux/Chart.yaml
+++ b/charts/stable/muximux/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A lightweight portal to view & manage your HTPC apps without having to run anything more than a PHP enabled webserver
-home: https://truecharts.org/charts/stable/muximux
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/muximux.webp
+home: https://trueforge.org/truecharts/stable/muximux
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/muximux.webp
keywords:
- muximux
- htpc
diff --git a/charts/stable/muximux/README.md b/charts/stable/muximux/README.md
index 13f624b5e3b..11b8050dbe4 100644
--- a/charts/stable/muximux/README.md
+++ b/charts/stable/muximux/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/stable/muximux)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/muximux)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/muximux
+https://trueforge.org/truecharts/stable/muximux
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml
index eea77c66aa3..aea21197960 100644
--- a/charts/stable/mylar/Chart.yaml
+++ b/charts/stable/mylar/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Mylar is a automated Comic Book downloader
-home: https://truecharts.org/charts/stable/mylar
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.webp
+home: https://trueforge.org/truecharts/stable/mylar
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mylar.webp
keywords:
- mylar
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/mylar/README.md b/charts/stable/mylar/README.md
index 21332405161..99d166575b7 100644
--- a/charts/stable/mylar/README.md
+++ b/charts/stable/mylar/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/stable/mylar)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mylar)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mylar
+https://trueforge.org/truecharts/stable/mylar
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mymediaforalexa/Chart.yaml b/charts/stable/mymediaforalexa/Chart.yaml
index cc3cbb733e4..324783975f9 100644
--- a/charts/stable/mymediaforalexa/Chart.yaml
+++ b/charts/stable/mymediaforalexa/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is the multi-platform Docker image for My Media for Alexa - https://www.mymediaalexa.com .
-home: https://truecharts.org/charts/stable/mymediaforalexa
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mymediaforalexa.webp
+home: https://trueforge.org/truecharts/stable/mymediaforalexa
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mymediaforalexa.webp
keywords:
- media
- alexa
diff --git a/charts/stable/mymediaforalexa/README.md b/charts/stable/mymediaforalexa/README.md
index 6b944d91369..02900672f5c 100644
--- a/charts/stable/mymediaforalexa/README.md
+++ b/charts/stable/mymediaforalexa/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/stable/mymediaforalexa)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/mymediaforalexa)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mymediaforalexa
+https://trueforge.org/truecharts/stable/mymediaforalexa
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/myspeed/Chart.yaml b/charts/stable/myspeed/Chart.yaml
index 4fbf9a9cd70..efe6dd5571a 100644
--- a/charts/stable/myspeed/Chart.yaml
+++ b/charts/stable/myspeed/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Speedtest automation made simple.
-home: https://truecharts.org/charts/stable/myspeed
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/myspeed.webp
+home: https://trueforge.org/truecharts/stable/myspeed
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/myspeed.webp
keywords:
- myspeed
- speedtest
diff --git a/charts/stable/myspeed/README.md b/charts/stable/myspeed/README.md
index 9db7c1216f4..3f32f35ea57 100644
--- a/charts/stable/myspeed/README.md
+++ b/charts/stable/myspeed/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/stable/myspeed)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/myspeed)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/myspeed
+https://trueforge.org/truecharts/stable/myspeed
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/mysql-workbench/Chart.yaml b/charts/stable/mysql-workbench/Chart.yaml
index 486d7cee20e..f29e66ed0bb 100644
--- a/charts/stable/mysql-workbench/Chart.yaml
+++ b/charts/stable/mysql-workbench/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: MySQL Workbench is a unified visual tool for database architects, developers and DBAs.
-home: https://truecharts.org/charts/stable/mysql-workbench
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.webp
+home: https://trueforge.org/truecharts/stable/mysql-workbench
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/mysql-workbench.webp
keywords:
- mysql-workbench
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/mysql-workbench/README.md b/charts/stable/mysql-workbench/README.md
index 67348251ecd..559a84e7cbe 100644
--- a/charts/stable/mysql-workbench/README.md
+++ b/charts/stable/mysql-workbench/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/stable/mysql-workbench)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/mysql-workbench
+https://trueforge.org/truecharts/stable/mysql-workbench
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/n8n/Chart.yaml b/charts/stable/n8n/Chart.yaml
index 079403371c3..a6c8254c6ab 100644
--- a/charts/stable/n8n/Chart.yaml
+++ b/charts/stable/n8n/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: n8n is an extendable workflow automation tool.
-home: https://truecharts.org/charts/stable/n8n
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/n8n.webp
+home: https://trueforge.org/truecharts/stable/n8n
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/n8n.webp
keywords:
- workflows
- automation
diff --git a/charts/stable/n8n/README.md b/charts/stable/n8n/README.md
index cea924c2632..7c58e482d0b 100644
--- a/charts/stable/n8n/README.md
+++ b/charts/stable/n8n/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/stable/n8n)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/n8n)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/n8n
+https://trueforge.org/truecharts/stable/n8n
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/namecheap-ddns/Chart.yaml b/charts/stable/namecheap-ddns/Chart.yaml
index ba23ef3336e..cb50b0439f4 100644
--- a/charts/stable/namecheap-ddns/Chart.yaml
+++ b/charts/stable/namecheap-ddns/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'This simple Chart will update a namecheap dynamic dns domain. You must set an ''A + Dynamic DNS Record'' for the host and enable Dynamic DNS in the manage page for your domain. '
-home: https://truecharts.org/charts/stable/namecheap-ddns
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/namecheap-ddns.webp
+home: https://trueforge.org/truecharts/stable/namecheap-ddns
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/namecheap-ddns.webp
keywords:
- namecheap-ddns
- Tools-Utilities
diff --git a/charts/stable/namecheap-ddns/README.md b/charts/stable/namecheap-ddns/README.md
index 828fa03cc34..53eabbc18ab 100644
--- a/charts/stable/namecheap-ddns/README.md
+++ b/charts/stable/namecheap-ddns/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/stable/namecheap-ddns)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/namecheap-ddns
+https://trueforge.org/truecharts/stable/namecheap-ddns
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nano-wallet/Chart.yaml b/charts/stable/nano-wallet/Chart.yaml
index 336b845aeb0..bb7488c9288 100644
--- a/charts/stable/nano-wallet/Chart.yaml
+++ b/charts/stable/nano-wallet/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Nano-wallet is a digital payment protocol designed to be accessible and lightweight.
-home: https://truecharts.org/charts/stable/nano-wallet
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nano-wallet.webp
+home: https://trueforge.org/truecharts/stable/nano-wallet
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nano-wallet.webp
keywords:
- nano-wallet
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/nano-wallet/README.md b/charts/stable/nano-wallet/README.md
index f0061c8ae88..0fd5f09794e 100644
--- a/charts/stable/nano-wallet/README.md
+++ b/charts/stable/nano-wallet/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/stable/nano-wallet)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nano-wallet
+https://trueforge.org/truecharts/stable/nano-wallet
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/navidrome/Chart.yaml b/charts/stable/navidrome/Chart.yaml
index d1c55bfd65d..1143f907b5f 100644
--- a/charts/stable/navidrome/Chart.yaml
+++ b/charts/stable/navidrome/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Navidrome is an open source web-based music collection server and streamer
-home: https://truecharts.org/charts/stable/navidrome
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/navidrome.webp
+home: https://trueforge.org/truecharts/stable/navidrome
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/navidrome.webp
keywords:
- navidrome
- music
diff --git a/charts/stable/navidrome/README.md b/charts/stable/navidrome/README.md
index 6e4b84b2fa4..52ae4f4ef9c 100644
--- a/charts/stable/navidrome/README.md
+++ b/charts/stable/navidrome/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/stable/navidrome)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/navidrome)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/navidrome
+https://trueforge.org/truecharts/stable/navidrome
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nebula-sync/Chart.yaml b/charts/stable/nebula-sync/Chart.yaml
index e5d3d63e34e..120c271e961 100644
--- a/charts/stable/nebula-sync/Chart.yaml
+++ b/charts/stable/nebula-sync/Chart.yaml
@@ -20,8 +20,8 @@ dependencies:
import-values: []
deprecated: false
description: Synchronize Pi-hole v6.x configuration to replicas.
-home: https://truecharts.org/charts/stable/nebula-sync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nebula-sync.webp
+home: https://trueforge.org/truecharts/stable/nebula-sync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nebula-sync.webp
keywords:
- pihole
- sync
diff --git a/charts/stable/nebula-sync/README.md b/charts/stable/nebula-sync/README.md
index 5f6ce66378a..2ead1427cb3 100644
--- a/charts/stable/nebula-sync/README.md
+++ b/charts/stable/nebula-sync/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/stable/nebula-sync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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)**
@@ -16,13 +16,13 @@ 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/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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
+https://trueforge.org/truecharts/stable/nebula-sync
## Configuration Options
@@ -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/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 the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/necesse/Chart.yaml b/charts/stable/necesse/Chart.yaml
index 8f98916d11f..43aaaa4c04a 100644
--- a/charts/stable/necesse/Chart.yaml
+++ b/charts/stable/necesse/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Necesse and run it.
-home: https://truecharts.org/charts/stable/necesse
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/necesse.webp
+home: https://trueforge.org/truecharts/stable/necesse
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/necesse.webp
keywords:
- necesse
- GameServers
diff --git a/charts/stable/necesse/README.md b/charts/stable/necesse/README.md
index 6cba8820821..6d0fcaa7d6f 100644
--- a/charts/stable/necesse/README.md
+++ b/charts/stable/necesse/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/stable/necesse)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/necesse)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/necesse
+https://trueforge.org/truecharts/stable/necesse
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/neko/Chart.yaml b/charts/stable/neko/Chart.yaml
index bac5860359f..966c426519e 100644
--- a/charts/stable/neko/Chart.yaml
+++ b/charts/stable/neko/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self hosted virtual browser that runs in Chart
-home: https://truecharts.org/charts/stable/neko
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.webp
+home: https://trueforge.org/truecharts/stable/neko
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/neko.webp
keywords:
- neko
- video
diff --git a/charts/stable/neko/README.md b/charts/stable/neko/README.md
index d6a55eff4cb..8f610ccfd07 100644
--- a/charts/stable/neko/README.md
+++ b/charts/stable/neko/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/stable/neko)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/neko)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/neko
+https://trueforge.org/truecharts/stable/neko
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/netbootxyz/Chart.yaml b/charts/stable/netbootxyz/Chart.yaml
index ecc8b4dd241..de1a44839b5 100644
--- a/charts/stable/netbootxyz/Chart.yaml
+++ b/charts/stable/netbootxyz/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Your favorite operating systems in one place!
-home: https://truecharts.org/charts/stable/netbootxyz
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/netbootxyz.webp
+home: https://trueforge.org/truecharts/stable/netbootxyz
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/netbootxyz.webp
keywords:
- netbootxyz
- pxe
diff --git a/charts/stable/netbootxyz/README.md b/charts/stable/netbootxyz/README.md
index bae4523a5a5..1cdb6384482 100644
--- a/charts/stable/netbootxyz/README.md
+++ b/charts/stable/netbootxyz/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/stable/netbootxyz)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/netbootxyz)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/netbootxyz
+https://trueforge.org/truecharts/stable/netbootxyz
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/netdata/Chart.yaml b/charts/stable/netdata/Chart.yaml
index e10eb7ab58a..16e22bfdec8 100644
--- a/charts/stable/netdata/Chart.yaml
+++ b/charts/stable/netdata/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Netdata is high-fidelity infrastructure monitoring and troubleshooting.
-home: https://truecharts.org/charts/stable/netdata
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/netdata.webp
+home: https://trueforge.org/truecharts/stable/netdata
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/netdata.webp
keywords:
- netdata
- monitoring
diff --git a/charts/stable/netdata/README.md b/charts/stable/netdata/README.md
index 2a801e697ea..13840a16b70 100644
--- a/charts/stable/netdata/README.md
+++ b/charts/stable/netdata/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/stable/netdata)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/netdata)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/netdata
+https://trueforge.org/truecharts/stable/netdata
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/neverwinternights-ee/Chart.yaml b/charts/stable/neverwinternights-ee/Chart.yaml
index 1cbd0c65842..7f92150abd5 100644
--- a/charts/stable/neverwinternights-ee/Chart.yaml
+++ b/charts/stable/neverwinternights-ee/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'This Chart will download and install Neverwinter Nights: Enhanced Edition and run it (by default this Chart has a MariaDB and Redis Server integrated).'
-home: https://truecharts.org/charts/stable/neverwinternights-ee
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/neverwinternights-ee.webp
+home: https://trueforge.org/truecharts/stable/neverwinternights-ee
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/neverwinternights-ee.webp
keywords:
- neverwinternights-ee
- GameServers
diff --git a/charts/stable/neverwinternights-ee/README.md b/charts/stable/neverwinternights-ee/README.md
index f9454a23a97..c2f8ad88679 100644
--- a/charts/stable/neverwinternights-ee/README.md
+++ b/charts/stable/neverwinternights-ee/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/stable/neverwinternights-ee)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/neverwinternights-ee
+https://trueforge.org/truecharts/stable/neverwinternights-ee
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/newyearcountdownclock/Chart.yaml b/charts/stable/newyearcountdownclock/Chart.yaml
index 988fca69153..e925d22e9b5 100644
--- a/charts/stable/newyearcountdownclock/Chart.yaml
+++ b/charts/stable/newyearcountdownclock/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Self Hosted, self contained New Year Countdown clock
-home: https://truecharts.org/charts/stable/newyearcountdownclock
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/newyearcountdownclock.webp
+home: https://trueforge.org/truecharts/stable/newyearcountdownclock
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/newyearcountdownclock.webp
keywords:
- newyearcountdownclock
- Tools-Utilities
diff --git a/charts/stable/newyearcountdownclock/README.md b/charts/stable/newyearcountdownclock/README.md
index a51b3267717..a46c2563c78 100644
--- a/charts/stable/newyearcountdownclock/README.md
+++ b/charts/stable/newyearcountdownclock/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/stable/newyearcountdownclock)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/newyearcountdownclock)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/newyearcountdownclock
+https://trueforge.org/truecharts/stable/newyearcountdownclock
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nextcloud/Chart.yaml b/charts/stable/nextcloud/Chart.yaml
index e258a1a562e..93b05d1e87d 100644
--- a/charts/stable/nextcloud/Chart.yaml
+++ b/charts/stable/nextcloud/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A private cloud server that puts the control and security of your own data back into your hands.
-home: https://truecharts.org/charts/premium/nextcloud
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextcloud.webp
+home: https://trueforge.org/truecharts/stable/nextcloud
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nextcloud.webp
keywords:
- nextcloud
- storage
@@ -49,8 +49,8 @@ sources:
- 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://github.com/trueforge-org/truecharts/tree/master/charts/stable/nextcloud
+ - https://github.com/trueforge/truecharts/tree/master/charts/stable/nextcloud
- https://hub.docker.com/r/clamav/clamav
- https://hub.docker.com/r/collabora/code
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
diff --git a/charts/stable/nextcloud/README.md b/charts/stable/nextcloud/README.md
index 48f095ad310..e250d545c67 100644
--- a/charts/stable/nextcloud/README.md
+++ b/charts/stable/nextcloud/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/premium/nextcloud)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/nextcloud)
**This chart is not 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/nextcloud`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/premium/nextcloud
+https://trueforge.org/truecharts/stable/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-org/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/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nextpvr/Chart.yaml b/charts/stable/nextpvr/Chart.yaml
index 82a93386d60..31a657c4d24 100644
--- a/charts/stable/nextpvr/Chart.yaml
+++ b/charts/stable/nextpvr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: NextPVR is a personal video recorder application, with the goal making it easy to watch or record live TV.
-home: https://truecharts.org/charts/stable/nextpvr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nextpvr.webp
+home: https://trueforge.org/truecharts/stable/nextpvr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nextpvr.webp
keywords:
- pvr
- recorder
diff --git a/charts/stable/nextpvr/README.md b/charts/stable/nextpvr/README.md
index 118ff1e87e4..03ebe8986a3 100644
--- a/charts/stable/nextpvr/README.md
+++ b/charts/stable/nextpvr/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/stable/nextpvr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/nextpvr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nextpvr
+https://trueforge.org/truecharts/stable/nextpvr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nexus-oss/Chart.yaml b/charts/stable/nexus-oss/Chart.yaml
index d3fc97b0593..584d2668780 100644
--- a/charts/stable/nexus-oss/Chart.yaml
+++ b/charts/stable/nexus-oss/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Sonatype Nexus open source is a artifact repository manager
-home: https://truecharts.org/charts/stable/nexus-oss
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nexus-oss.webp
+home: https://trueforge.org/truecharts/stable/nexus-oss
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nexus-oss.webp
keywords:
- nexus-oss
- productivity
diff --git a/charts/stable/nexus-oss/README.md b/charts/stable/nexus-oss/README.md
index 1d597b8ede0..0214383c042 100644
--- a/charts/stable/nexus-oss/README.md
+++ b/charts/stable/nexus-oss/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/stable/nexus-oss)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nexus-oss
+https://trueforge.org/truecharts/stable/nexus-oss
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nginx-proxy-manager/Chart.yaml b/charts/stable/nginx-proxy-manager/Chart.yaml
index be46e4624dc..713fe7ba4e9 100644
--- a/charts/stable/nginx-proxy-manager/Chart.yaml
+++ b/charts/stable/nginx-proxy-manager/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Managing Nginx proxy hosts with a simple, powerful interface.
-home: https://truecharts.org/charts/stable/nginx-proxy-manager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.webp
+home: https://trueforge.org/truecharts/stable/nginx-proxy-manager
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nginx-proxy-manager.webp
keywords:
- nginx-proxy-manager
- nginx
diff --git a/charts/stable/nginx-proxy-manager/README.md b/charts/stable/nginx-proxy-manager/README.md
index bdc3d0dd0a1..9a9d247f2fb 100644
--- a/charts/stable/nginx-proxy-manager/README.md
+++ b/charts/stable/nginx-proxy-manager/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/stable/nginx-proxy-manager)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nginx-proxy-manager
+https://trueforge.org/truecharts/stable/nginx-proxy-manager
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ngircd/Chart.yaml b/charts/stable/ngircd/Chart.yaml
index 25aef103289..3d1314ef646 100644
--- a/charts/stable/ngircd/Chart.yaml
+++ b/charts/stable/ngircd/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Ngircd is a free, portable and lightweight Internet Relay Chat server for small or private networks.
-home: https://truecharts.org/charts/stable/ngircd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ngircd.webp
+home: https://trueforge.org/truecharts/stable/ngircd
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ngircd.webp
keywords:
- ngircd
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/ngircd/README.md b/charts/stable/ngircd/README.md
index a7c675a269d..e2707aaf8b1 100644
--- a/charts/stable/ngircd/README.md
+++ b/charts/stable/ngircd/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/stable/ngircd)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ngircd)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ngircd
+https://trueforge.org/truecharts/stable/ngircd
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nightscout/Chart.yaml b/charts/stable/nightscout/Chart.yaml
index ab20ef8e1de..7c992c7ab1c 100644
--- a/charts/stable/nightscout/Chart.yaml
+++ b/charts/stable/nightscout/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Allows the installation of Nightscout, a remote CGM monitoring system. It allows the upload and display of blood glucous values and can be configuered to issue warnings etc. This is mainly useful to diabetics.
-home: https://truecharts.org/charts/stable/nightscout
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nightscout.webp
+home: https://trueforge.org/truecharts/stable/nightscout
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nightscout.webp
keywords:
- nightscout
- Cloud
diff --git a/charts/stable/nightscout/README.md b/charts/stable/nightscout/README.md
index 6f26b091642..1508b1cac3e 100644
--- a/charts/stable/nightscout/README.md
+++ b/charts/stable/nightscout/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/stable/nightscout)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/nightscout)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nightscout
+https://trueforge.org/truecharts/stable/nightscout
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nitter/Chart.yaml b/charts/stable/nitter/Chart.yaml
index 424aa6b56f1..21893a3a387 100644
--- a/charts/stable/nitter/Chart.yaml
+++ b/charts/stable/nitter/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A free and open source alternative Twitter front-end focused on privacy and performance.
-home: https://truecharts.org/charts/stable/nitter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nitter.webp
+home: https://trueforge.org/truecharts/stable/nitter
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nitter.webp
keywords:
- nitter
- libre
diff --git a/charts/stable/nitter/README.md b/charts/stable/nitter/README.md
index fb0e3fda159..18020c68dc9 100644
--- a/charts/stable/nitter/README.md
+++ b/charts/stable/nitter/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/stable/nitter)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/nitter)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nitter
+https://trueforge.org/truecharts/stable/nitter
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nntp2nntp/Chart.yaml b/charts/stable/nntp2nntp/Chart.yaml
index 4f28f0c8675..0aa1ad5e00c 100644
--- a/charts/stable/nntp2nntp/Chart.yaml
+++ b/charts/stable/nntp2nntp/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Nntp2nntp proxy allow you to use your NNTP Account from multiple systems, each with own user name and password.
-home: https://truecharts.org/charts/stable/nntp2nntp
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nntp2nntp.webp
+home: https://trueforge.org/truecharts/stable/nntp2nntp
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nntp2nntp.webp
keywords:
- nntp2nntp
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/nntp2nntp/README.md b/charts/stable/nntp2nntp/README.md
index f85177dc44a..1016605307f 100644
--- a/charts/stable/nntp2nntp/README.md
+++ b/charts/stable/nntp2nntp/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/stable/nntp2nntp)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/nntp2nntp)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nntp2nntp
+https://trueforge.org/truecharts/stable/nntp2nntp
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nocodb/Chart.yaml b/charts/stable/nocodb/Chart.yaml
index 00459813d9a..3e3b7958364 100644
--- a/charts/stable/nocodb/Chart.yaml
+++ b/charts/stable/nocodb/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart-spreadsheet.
-home: https://truecharts.org/charts/stable/nocodb
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.webp
+home: https://trueforge.org/truecharts/stable/nocodb
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nocodb.webp
keywords:
- nocodb
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/nocodb/README.md b/charts/stable/nocodb/README.md
index a25628c382e..b7d38b3a714 100644
--- a/charts/stable/nocodb/README.md
+++ b/charts/stable/nocodb/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/stable/nocodb)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/nocodb)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nocodb
+https://trueforge.org/truecharts/stable/nocodb
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/node-red/Chart.yaml b/charts/stable/node-red/Chart.yaml
index 044bdfdc349..e565d96302a 100644
--- a/charts/stable/node-red/Chart.yaml
+++ b/charts/stable/node-red/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Node-RED is low-code programming for event-driven applications
-home: https://truecharts.org/charts/stable/node-red
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-red.webp
+home: https://trueforge.org/truecharts/stable/node-red
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/node-red.webp
keywords:
- node-red
- nodered
diff --git a/charts/stable/node-red/README.md b/charts/stable/node-red/README.md
index 0dd6757bc4a..aa17551aa0e 100644
--- a/charts/stable/node-red/README.md
+++ b/charts/stable/node-red/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/stable/node-red)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/node-red
+https://trueforge.org/truecharts/stable/node-red
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nosqlclient/Chart.yaml b/charts/stable/nosqlclient/Chart.yaml
index 3e274c7dd8d..4d430835dbd 100644
--- a/charts/stable/nosqlclient/Chart.yaml
+++ b/charts/stable/nosqlclient/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Cross-platform and self hosted, easy to use, intuitive mongodb management tool - Formerly Mongoclient
-home: https://truecharts.org/charts/stable/nosqlclient
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nosqlclient.webp
+home: https://trueforge.org/truecharts/stable/nosqlclient
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nosqlclient.webp
keywords:
- nosqlclient
- Tools-Utilities
diff --git a/charts/stable/nosqlclient/README.md b/charts/stable/nosqlclient/README.md
index 2de36e88a7b..038166c26d7 100644
--- a/charts/stable/nosqlclient/README.md
+++ b/charts/stable/nosqlclient/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/stable/nosqlclient)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/nosqlclient)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nosqlclient
+https://trueforge.org/truecharts/stable/nosqlclient
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/notarius/Chart.yaml b/charts/stable/notarius/Chart.yaml
index 5df5bcec7d1..677eb7c5226 100644
--- a/charts/stable/notarius/Chart.yaml
+++ b/charts/stable/notarius/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: No description provide.
-home: https://truecharts.org/charts/stable/notarius
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/notarius.webp
+home: https://trueforge.org/truecharts/stable/notarius
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/notarius.webp
keywords:
- notarius
- Other
diff --git a/charts/stable/notarius/README.md b/charts/stable/notarius/README.md
index 0f315e07aa6..9bd52fbbd97 100644
--- a/charts/stable/notarius/README.md
+++ b/charts/stable/notarius/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/stable/notarius)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/notarius)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/notarius
+https://trueforge.org/truecharts/stable/notarius
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/notea/Chart.yaml b/charts/stable/notea/Chart.yaml
index 99752499731..e6228334195 100644
--- a/charts/stable/notea/Chart.yaml
+++ b/charts/stable/notea/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Self hosted note taking, alternative to Notions. Look at Github for config
-home: https://truecharts.org/charts/stable/notea
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/notea.webp
+home: https://trueforge.org/truecharts/stable/notea
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/notea.webp
keywords:
- notea
- Productivity
diff --git a/charts/stable/notea/README.md b/charts/stable/notea/README.md
index a0c468410d8..46acb81cf1d 100644
--- a/charts/stable/notea/README.md
+++ b/charts/stable/notea/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/stable/notea)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/notea)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/notea
+https://trueforge.org/truecharts/stable/notea
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/notifiarr/Chart.yaml b/charts/stable/notifiarr/Chart.yaml
index eaf556d320b..22ab50411ef 100644
--- a/charts/stable/notifiarr/Chart.yaml
+++ b/charts/stable/notifiarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is the unified client for Notifiarr.com. The client enables content requests from Media Bot in your Discord Server and also provides reports for Plex usage and system health among many other features.
-home: https://truecharts.org/charts/stable/notifiarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/notifiarr.webp
+home: https://trueforge.org/truecharts/stable/notifiarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/notifiarr.webp
keywords:
- plex
- discord
diff --git a/charts/stable/notifiarr/README.md b/charts/stable/notifiarr/README.md
index 8f2ce64d385..471837eae98 100644
--- a/charts/stable/notifiarr/README.md
+++ b/charts/stable/notifiarr/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/stable/notifiarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/notifiarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/notifiarr
+https://trueforge.org/truecharts/stable/notifiarr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/novnc/Chart.yaml b/charts/stable/novnc/Chart.yaml
index e52f32cfeb6..d2bd49016d3 100644
--- a/charts/stable/novnc/Chart.yaml
+++ b/charts/stable/novnc/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The open source VNC client
-home: https://truecharts.org/charts/stable/novnc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/novnc.webp
+home: https://trueforge.org/truecharts/stable/novnc
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/novnc.webp
keywords:
- novnc
- vnc
diff --git a/charts/stable/novnc/README.md b/charts/stable/novnc/README.md
index 0482d86a310..adf0c88e31e 100644
--- a/charts/stable/novnc/README.md
+++ b/charts/stable/novnc/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/stable/novnc)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/novnc)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/novnc
+https://trueforge.org/truecharts/stable/novnc
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ntfy/Chart.yaml b/charts/stable/ntfy/Chart.yaml
index 652bf732484..7ede42b5aea 100644
--- a/charts/stable/ntfy/Chart.yaml
+++ b/charts/stable/ntfy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ntfy is a simple HTTP-based pub-sub notification service. It allows you to send notifications to your phone or desktop via scripts from any computer.
-home: https://truecharts.org/charts/stable/ntfy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ntfy.webp
+home: https://trueforge.org/truecharts/stable/ntfy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ntfy.webp
keywords:
- ntfy
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/ntfy/README.md b/charts/stable/ntfy/README.md
index a659ff14bd0..0063291212b 100644
--- a/charts/stable/ntfy/README.md
+++ b/charts/stable/ntfy/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/stable/ntfy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ntfy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ntfy
+https://trueforge.org/truecharts/stable/ntfy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nullserv/Chart.yaml b/charts/stable/nullserv/Chart.yaml
index 78a88d87e38..d9fa75cdeb8 100644
--- a/charts/stable/nullserv/Chart.yaml
+++ b/charts/stable/nullserv/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A simple null file http and https server
-home: https://truecharts.org/charts/stable/nullserv
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nullserv.webp
+home: https://trueforge.org/truecharts/stable/nullserv
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nullserv.webp
keywords:
- nullserv
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/nullserv/README.md b/charts/stable/nullserv/README.md
index 04c8e2c5a0b..05a3858d443 100644
--- a/charts/stable/nullserv/README.md
+++ b/charts/stable/nullserv/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/stable/nullserv)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/nullserv)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nullserv
+https://trueforge.org/truecharts/stable/nullserv
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nvidia-gpu-exporter/Chart.yaml b/charts/stable/nvidia-gpu-exporter/Chart.yaml
index bca5d378acd..cc81a367de3 100644
--- a/charts/stable/nvidia-gpu-exporter/Chart.yaml
+++ b/charts/stable/nvidia-gpu-exporter/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Prometheus exporter for Nvidia GPU's using nvidia-smi binary to gather metrics.
-home: https://truecharts.org/charts/stable/nvidia-gpu-exporter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.webp
+home: https://trueforge.org/truecharts/stable/nvidia-gpu-exporter
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nvidia-gpu-exporter.webp
keywords:
- prometheus
- nvidia-gpu-exporter
diff --git a/charts/stable/nvidia-gpu-exporter/README.md b/charts/stable/nvidia-gpu-exporter/README.md
index c7884ae2df9..6097850a550 100644
--- a/charts/stable/nvidia-gpu-exporter/README.md
+++ b/charts/stable/nvidia-gpu-exporter/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/stable/nvidia-gpu-exporter)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/nvidia-gpu-exporter)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nvidia-gpu-exporter
+https://trueforge.org/truecharts/stable/nvidia-gpu-exporter
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nzbget/Chart.yaml b/charts/stable/nzbget/Chart.yaml
index 0a1d07c0720..baa46f9703e 100644
--- a/charts/stable/nzbget/Chart.yaml
+++ b/charts/stable/nzbget/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: NZBGet is a Usenet downloader client
-home: https://truecharts.org/charts/stable/nzbget
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbget.webp
+home: https://trueforge.org/truecharts/stable/nzbget
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nzbget.webp
keywords:
- nzbget
- usenet
diff --git a/charts/stable/nzbget/README.md b/charts/stable/nzbget/README.md
index 4b517d78eaf..4f36252a336 100644
--- a/charts/stable/nzbget/README.md
+++ b/charts/stable/nzbget/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/stable/nzbget)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/nzbget)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nzbget
+https://trueforge.org/truecharts/stable/nzbget
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/nzbhydra/Chart.yaml b/charts/stable/nzbhydra/Chart.yaml
index 91e26b2fe64..af0c585f191 100644
--- a/charts/stable/nzbhydra/Chart.yaml
+++ b/charts/stable/nzbhydra/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Usenet meta search
-home: https://truecharts.org/charts/stable/nzbhydra
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/nzbhydra.webp
+home: https://trueforge.org/truecharts/stable/nzbhydra
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/nzbhydra.webp
keywords:
- nzbhydra
- usenet
diff --git a/charts/stable/nzbhydra/README.md b/charts/stable/nzbhydra/README.md
index 018d557818b..1136d81d512 100644
--- a/charts/stable/nzbhydra/README.md
+++ b/charts/stable/nzbhydra/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/stable/nzbhydra)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/nzbhydra)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/nzbhydra
+https://trueforge.org/truecharts/stable/nzbhydra
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/obs-ndi/Chart.yaml b/charts/stable/obs-ndi/Chart.yaml
index 1f2a54b770a..c167c3a4c44 100644
--- a/charts/stable/obs-ndi/Chart.yaml
+++ b/charts/stable/obs-ndi/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Docker Open Broadcaster Software (obs).
-home: https://truecharts.org/charts/stable/obs-ndi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/obs-ndi.webp
+home: https://trueforge.org/truecharts/stable/obs-ndi
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/obs-ndi.webp
keywords:
- obs-ndi
- GameServers
diff --git a/charts/stable/obs-ndi/README.md b/charts/stable/obs-ndi/README.md
index 8a448a6d0dd..acc41612f33 100644
--- a/charts/stable/obs-ndi/README.md
+++ b/charts/stable/obs-ndi/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/stable/obs-ndi)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/obs-ndi)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/obs-ndi
+https://trueforge.org/truecharts/stable/obs-ndi
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/observium/Chart.yaml b/charts/stable/observium/Chart.yaml
index 69a7143acec..bbabed4b074 100644
--- a/charts/stable/observium/Chart.yaml
+++ b/charts/stable/observium/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Observium is an autodiscovering network monitoring platform supporting a wide range of hardware platforms and operating systems.[br][br]
-home: https://truecharts.org/charts/stable/observium
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/observium.webp
+home: https://trueforge.org/truecharts/stable/observium
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/observium.webp
keywords:
- observium
- Network-Management
diff --git a/charts/stable/observium/README.md b/charts/stable/observium/README.md
index 6df06fd2d96..43449040705 100644
--- a/charts/stable/observium/README.md
+++ b/charts/stable/observium/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/stable/observium)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/observium)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/observium
+https://trueforge.org/truecharts/stable/observium
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/obsidian/Chart.yaml b/charts/stable/obsidian/Chart.yaml
index 99107d95bbd..b2f5445ceef 100644
--- a/charts/stable/obsidian/Chart.yaml
+++ b/charts/stable/obsidian/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A knowledge base that works on local Markdown files.
-home: https://truecharts.org/charts/stable/obsidian
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/obsidian.webp
+home: https://trueforge.org/truecharts/stable/obsidian
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/obsidian.webp
keywords:
- obsidian
- productivity
diff --git a/charts/stable/obsidian/README.md b/charts/stable/obsidian/README.md
index 41828fb2c62..ec83cba4ae0 100644
--- a/charts/stable/obsidian/README.md
+++ b/charts/stable/obsidian/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/stable/obsidian)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/obsidian)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/obsidian
+https://trueforge.org/truecharts/stable/obsidian
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/octoprint/Chart.yaml b/charts/stable/octoprint/Chart.yaml
index 6c1508fb9c5..822d1b32f6d 100644
--- a/charts/stable/octoprint/Chart.yaml
+++ b/charts/stable/octoprint/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: OctoPrint is the snappy web interface for your 3D printer
-home: https://truecharts.org/charts/stable/octoprint
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/octoprint.webp
+home: https://trueforge.org/truecharts/stable/octoprint
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/octoprint.webp
keywords:
- octoprint
- 3d
diff --git a/charts/stable/octoprint/README.md b/charts/stable/octoprint/README.md
index cc50d18d766..c6855c74c76 100644
--- a/charts/stable/octoprint/README.md
+++ b/charts/stable/octoprint/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/stable/octoprint)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/octoprint)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/octoprint
+https://trueforge.org/truecharts/stable/octoprint
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/odoo/Chart.yaml b/charts/stable/odoo/Chart.yaml
index ed39c9c3e02..6ad3c7e6035 100644
--- a/charts/stable/odoo/Chart.yaml
+++ b/charts/stable/odoo/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: All-in-one business software. Beautiful. Easy-to-use. CRM, Accounting, PM, HR, Procurement, Point of Sale, MRP, Marketing, etc.
-home: https://truecharts.org/charts/stable/odoo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/odoo.webp
+home: https://trueforge.org/truecharts/stable/odoo
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/odoo.webp
keywords:
- odoo
- crm
diff --git a/charts/stable/odoo/README.md b/charts/stable/odoo/README.md
index d8e4c7c9c57..82fbc3dbe4b 100644
--- a/charts/stable/odoo/README.md
+++ b/charts/stable/odoo/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/stable/odoo)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/odoo)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/odoo
+https://trueforge.org/truecharts/stable/odoo
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml
index 9ff8bdae11e..cf6e79988ab 100644
--- a/charts/stable/ollama/Chart.yaml
+++ b/charts/stable/ollama/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Get up and running with large language models locally.
-home: https://truecharts.org/charts/stable/ollama
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.webp
+home: https://trueforge.org/truecharts/stable/ollama
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ollama.webp
keywords:
- ollama
- language-models
diff --git a/charts/stable/ollama/README.md b/charts/stable/ollama/README.md
index 1f8f66f7146..52c396d78ac 100644
--- a/charts/stable/ollama/README.md
+++ b/charts/stable/ollama/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/stable/ollama)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ollama)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ollama
+https://trueforge.org/truecharts/stable/ollama
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/omada-controller/Chart.yaml b/charts/stable/omada-controller/Chart.yaml
index 572c96bb463..1ebf3469a79 100644
--- a/charts/stable/omada-controller/Chart.yaml
+++ b/charts/stable/omada-controller/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Omada is a SDN tool for TP-Link Omada hardware
-home: https://truecharts.org/charts/stable/omada-controller
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/omada-controller.webp
+home: https://trueforge.org/truecharts/stable/omada-controller
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/omada-controller.webp
keywords:
- omada-controller
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/omada-controller/README.md b/charts/stable/omada-controller/README.md
index b2bf5058e70..8fd9b6a3461 100644
--- a/charts/stable/omada-controller/README.md
+++ b/charts/stable/omada-controller/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/stable/omada-controller)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/omada-controller)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/omada-controller
+https://trueforge.org/truecharts/stable/omada-controller
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ombi/Chart.yaml b/charts/stable/ombi/Chart.yaml
index b76116cc687..42f0213a629 100644
--- a/charts/stable/ombi/Chart.yaml
+++ b/charts/stable/ombi/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Want a Movie or TV Show on Plex or Emby? Use Ombi!
-home: https://truecharts.org/charts/stable/ombi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ombi.webp
+home: https://trueforge.org/truecharts/stable/ombi
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ombi.webp
keywords:
- ombi
- plex
diff --git a/charts/stable/ombi/README.md b/charts/stable/ombi/README.md
index 16fe285f400..bc6106159eb 100644
--- a/charts/stable/ombi/README.md
+++ b/charts/stable/ombi/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/stable/ombi)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ombi)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ombi
+https://trueforge.org/truecharts/stable/ombi
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/onlinecheckyourserver/Chart.yaml b/charts/stable/onlinecheckyourserver/Chart.yaml
index 6759c2447f3..eb6f52efbf8 100644
--- a/charts/stable/onlinecheckyourserver/Chart.yaml
+++ b/charts/stable/onlinecheckyourserver/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is a simple Chart that will check if a domain name or IP address is pingable and send you a message with Pushover if it goes offline.
-home: https://truecharts.org/charts/stable/onlinecheckyourserver
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.webp
+home: https://trueforge.org/truecharts/stable/onlinecheckyourserver
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/onlinecheckyourserver.webp
keywords:
- onlinecheckyourserver
- Tools-Utilities
diff --git a/charts/stable/onlinecheckyourserver/README.md b/charts/stable/onlinecheckyourserver/README.md
index 9821141163a..25210d0df0c 100644
--- a/charts/stable/onlinecheckyourserver/README.md
+++ b/charts/stable/onlinecheckyourserver/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/stable/onlinecheckyourserver)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/onlinecheckyourserver)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/onlinecheckyourserver
+https://trueforge.org/truecharts/stable/onlinecheckyourserver
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/onlyoffice-document-server/Chart.yaml b/charts/stable/onlyoffice-document-server/Chart.yaml
index 80a9d315d73..55ed3cc7391 100644
--- a/charts/stable/onlyoffice-document-server/Chart.yaml
+++ b/charts/stable/onlyoffice-document-server/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: 'ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.'
-home: https://truecharts.org/charts/stable/onlyoffice-document-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.webp
+home: https://trueforge.org/truecharts/stable/onlyoffice-document-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.webp
keywords:
- onlyoffice
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/onlyoffice-document-server/README.md b/charts/stable/onlyoffice-document-server/README.md
index 51717e29b2f..c53e64534bf 100644
--- a/charts/stable/onlyoffice-document-server/README.md
+++ b/charts/stable/onlyoffice-document-server/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/stable/onlyoffice-document-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/onlyoffice-document-server)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/onlyoffice-document-server
+https://trueforge.org/truecharts/stable/onlyoffice-document-server
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/openaudible/Chart.yaml b/charts/stable/openaudible/Chart.yaml
index b8e12b20428..c7ad841c85b 100644
--- a/charts/stable/openaudible/Chart.yaml
+++ b/charts/stable/openaudible/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: All your audiobooks in one place
-home: https://truecharts.org/charts/stable/openaudible
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openaudible.webp
+home: https://trueforge.org/truecharts/stable/openaudible
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/openaudible.webp
keywords:
- audible
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/openaudible/README.md b/charts/stable/openaudible/README.md
index 7a7b79192f7..83f176b9ea3 100644
--- a/charts/stable/openaudible/README.md
+++ b/charts/stable/openaudible/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/stable/openaudible)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/openaudible)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/openaudible
+https://trueforge.org/truecharts/stable/openaudible
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/openbooks/Chart.yaml b/charts/stable/openbooks/Chart.yaml
index 8fd09d8011c..c03811d3288 100644
--- a/charts/stable/openbooks/Chart.yaml
+++ b/charts/stable/openbooks/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: IRC Highway eBook Downloads.
-home: https://truecharts.org/charts/stable/openbooks
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openbooks.webp
+home: https://trueforge.org/truecharts/stable/openbooks
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/openbooks.webp
keywords:
- openbooks
- media
diff --git a/charts/stable/openbooks/README.md b/charts/stable/openbooks/README.md
index d374cbc52c7..7d407998baf 100644
--- a/charts/stable/openbooks/README.md
+++ b/charts/stable/openbooks/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/stable/openbooks)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/openbooks)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/openbooks
+https://trueforge.org/truecharts/stable/openbooks
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/opengl-desktop-g3/Chart.yaml b/charts/stable/opengl-desktop-g3/Chart.yaml
index 8acba2b0d8f..69529363063 100644
--- a/charts/stable/opengl-desktop-g3/Chart.yaml
+++ b/charts/stable/opengl-desktop-g3/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Headless Ubuntu/Xfce Charts with VNC/noVNC for diagramming, image editing and 2D/3D drawing
-home: https://truecharts.org/charts/stable/opengl-desktop-g3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.webp
+home: https://trueforge.org/truecharts/stable/opengl-desktop-g3
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/opengl-desktop-g3.webp
keywords:
- opengl-desktop-g3
- Productivity
diff --git a/charts/stable/opengl-desktop-g3/README.md b/charts/stable/opengl-desktop-g3/README.md
index 2766796033c..15b84f1c30e 100644
--- a/charts/stable/opengl-desktop-g3/README.md
+++ b/charts/stable/opengl-desktop-g3/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/stable/opengl-desktop-g3)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/opengl-desktop-g3)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/opengl-desktop-g3
+https://trueforge.org/truecharts/stable/opengl-desktop-g3
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/openhab/Chart.yaml b/charts/stable/openhab/Chart.yaml
index b050d254a5b..fc0b4b1758e 100644
--- a/charts/stable/openhab/Chart.yaml
+++ b/charts/stable/openhab/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: OpenHab is a home-automation application
-home: https://truecharts.org/charts/stable/openhab
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openhab.webp
+home: https://trueforge.org/truecharts/stable/openhab
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/openhab.webp
keywords:
- openhab
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/openhab/README.md b/charts/stable/openhab/README.md
index a0a2682e281..1a5fbaa2b44 100644
--- a/charts/stable/openhab/README.md
+++ b/charts/stable/openhab/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/stable/openhab)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/openhab)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/openhab
+https://trueforge.org/truecharts/stable/openhab
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/openobserve/Chart.yaml b/charts/stable/openobserve/Chart.yaml
index 2e405945b75..69888f42eda 100644
--- a/charts/stable/openobserve/Chart.yaml
+++ b/charts/stable/openobserve/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Fast, scalable and cost-effective open source observability platform
-home: https://truecharts.org/charts/stable/openobserve
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openobserve.webp
+home: https://trueforge.org/truecharts/stable/openobserve
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/openobserve.webp
keywords:
- logs
- metrics
diff --git a/charts/stable/openobserve/README.md b/charts/stable/openobserve/README.md
index f6798f9924b..b49630c39cd 100644
--- a/charts/stable/openobserve/README.md
+++ b/charts/stable/openobserve/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/stable/openobserve)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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)**
@@ -16,13 +16,13 @@ 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/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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
+https://trueforge.org/truecharts/stable/openobserve
## Configuration Options
@@ -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/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 the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/openra/Chart.yaml b/charts/stable/openra/Chart.yaml
index 119494dc8ab..55876096f39 100644
--- a/charts/stable/openra/Chart.yaml
+++ b/charts/stable/openra/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Mudislanders Template for mounting OpenRA's dedicated server by rmoriz [br][br]
-home: https://truecharts.org/charts/stable/openra
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openra.webp
+home: https://trueforge.org/truecharts/stable/openra
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/openra.webp
keywords:
- openra
- Network-Other
diff --git a/charts/stable/openra/README.md b/charts/stable/openra/README.md
index 35c8b5f2fbd..dca059b42c5 100644
--- a/charts/stable/openra/README.md
+++ b/charts/stable/openra/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/stable/openra)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/openra)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/openra
+https://trueforge.org/truecharts/stable/openra
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/openspeedtest/Chart.yaml b/charts/stable/openspeedtest/Chart.yaml
index 2d3350b01eb..f6c5283ef67 100644
--- a/charts/stable/openspeedtest/Chart.yaml
+++ b/charts/stable/openspeedtest/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: HTML5 Network Speed Test Server. You can test download & upload speed from any device within your network with a web browser that is IE10 or new.
-home: https://truecharts.org/charts/stable/openspeedtest
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openspeedtest.webp
+home: https://trueforge.org/truecharts/stable/openspeedtest
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/openspeedtest.webp
keywords:
- speedtest
- speed test
diff --git a/charts/stable/openspeedtest/README.md b/charts/stable/openspeedtest/README.md
index 5a9d2af08de..2158e6af6a6 100644
--- a/charts/stable/openspeedtest/README.md
+++ b/charts/stable/openspeedtest/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/stable/openspeedtest)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/openspeedtest)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/openspeedtest
+https://trueforge.org/truecharts/stable/openspeedtest
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/openttd/Chart.yaml b/charts/stable/openttd/Chart.yaml
index a7ad4619bba..c3ea04992d9 100644
--- a/charts/stable/openttd/Chart.yaml
+++ b/charts/stable/openttd/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install the version of OpenTTD that you enter in the variable 'GAME_VERSION' (if you define 'latest' it will always pull the latest build, if you define 'testing' it will always pull down the latest testing build).
-home: https://truecharts.org/charts/stable/openttd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openttd.webp
+home: https://trueforge.org/truecharts/stable/openttd
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/openttd.webp
keywords:
- openttd
- GameServers
diff --git a/charts/stable/openttd/README.md b/charts/stable/openttd/README.md
index c710a6dc1ef..066fff1d58b 100644
--- a/charts/stable/openttd/README.md
+++ b/charts/stable/openttd/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/stable/openttd)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/openttd)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/openttd
+https://trueforge.org/truecharts/stable/openttd
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/openvscode-server/Chart.yaml b/charts/stable/openvscode-server/Chart.yaml
index bc98a9221a2..513e8892bc5 100644
--- a/charts/stable/openvscode-server/Chart.yaml
+++ b/charts/stable/openvscode-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Openvscode-server provides a version of VS Code that runs a server on a remote machine.
-home: https://truecharts.org/charts/stable/openvscode-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.webp
+home: https://trueforge.org/truecharts/stable/openvscode-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/openvscode-server.webp
keywords:
- openvscode-server
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/openvscode-server/README.md b/charts/stable/openvscode-server/README.md
index 269d527ef40..daea9b707f1 100644
--- a/charts/stable/openvscode-server/README.md
+++ b/charts/stable/openvscode-server/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/stable/openvscode-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/openvscode-server
+https://trueforge.org/truecharts/stable/openvscode-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/openwebrxplus/Chart.yaml b/charts/stable/openwebrxplus/Chart.yaml
index 37eb0d2a858..952c085ba56 100644
--- a/charts/stable/openwebrxplus/Chart.yaml
+++ b/charts/stable/openwebrxplus/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Improved version of the OpenWebRX online SDR
-home: https://truecharts.org/charts/stable/openwebrxplus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/openwebrxplus.webp
+home: https://trueforge.org/truecharts/stable/openwebrxplus
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/openwebrxplus.webp
keywords:
- radio
- sdr
diff --git a/charts/stable/openwebrxplus/README.md b/charts/stable/openwebrxplus/README.md
index ea963467dca..1adbbc5fe75 100644
--- a/charts/stable/openwebrxplus/README.md
+++ b/charts/stable/openwebrxplus/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/stable/openwebrxplus)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/openwebrxplus)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/openwebrxplus
+https://trueforge.org/truecharts/stable/openwebrxplus
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/orcaslicer/Chart.yaml b/charts/stable/orcaslicer/Chart.yaml
index 09c3f1a5b93..2179159aff3 100644
--- a/charts/stable/orcaslicer/Chart.yaml
+++ b/charts/stable/orcaslicer/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Orca Slicer is an open source slicer for FDM printers.
-home: https://truecharts.org/charts/stable/orcaslicer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/orcaslicer.webp
+home: https://trueforge.org/truecharts/stable/orcaslicer
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/orcaslicer.webp
keywords:
- orcaslicer
- 3d
diff --git a/charts/stable/orcaslicer/README.md b/charts/stable/orcaslicer/README.md
index a76e27aa79d..bdb31b3d5f6 100644
--- a/charts/stable/orcaslicer/README.md
+++ b/charts/stable/orcaslicer/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/stable/orcaslicer)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/orcaslicer)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/orcaslicer
+https://trueforge.org/truecharts/stable/orcaslicer
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/organizr/Chart.yaml b/charts/stable/organizr/Chart.yaml
index 25b363f3313..411f7f0e4ea 100644
--- a/charts/stable/organizr/Chart.yaml
+++ b/charts/stable/organizr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: HTPC/Homelab Services Organizer
-home: https://truecharts.org/charts/stable/organizr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/organizr.webp
+home: https://trueforge.org/truecharts/stable/organizr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/organizr.webp
keywords:
- organizr
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/organizr/README.md b/charts/stable/organizr/README.md
index 89287f081ec..78fa2d98c81 100644
--- a/charts/stable/organizr/README.md
+++ b/charts/stable/organizr/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/stable/organizr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/organizr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/organizr
+https://trueforge.org/truecharts/stable/organizr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/oscam/Chart.yaml b/charts/stable/oscam/Chart.yaml
index 202e1b656d0..a0758283a79 100644
--- a/charts/stable/oscam/Chart.yaml
+++ b/charts/stable/oscam/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Open Source Conditional Access Module software
-home: https://truecharts.org/charts/stable/oscam
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/oscam.webp
+home: https://trueforge.org/truecharts/stable/oscam
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/oscam.webp
keywords:
- oscam
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/oscam/README.md b/charts/stable/oscam/README.md
index b445c06f400..eab111da18e 100644
--- a/charts/stable/oscam/README.md
+++ b/charts/stable/oscam/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/stable/oscam)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/oscam)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/oscam
+https://trueforge.org/truecharts/stable/oscam
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/outline/Chart.yaml b/charts/stable/outline/Chart.yaml
index e464b2d6d8f..d84e99da93c 100644
--- a/charts/stable/outline/Chart.yaml
+++ b/charts/stable/outline/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A fast, collaborative, knowledge base for your team built using React and Node.js.
-home: https://truecharts.org/charts/stable/outline
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/outline.webp
+home: https://trueforge.org/truecharts/stable/outline
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/outline.webp
keywords:
- outline
- knowledge
diff --git a/charts/stable/outline/README.md b/charts/stable/outline/README.md
index 2ba296f7203..12ee909f920 100644
--- a/charts/stable/outline/README.md
+++ b/charts/stable/outline/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/stable/outline)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/outline)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/outline
+https://trueforge.org/truecharts/stable/outline
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/overseerr/Chart.yaml b/charts/stable/overseerr/Chart.yaml
index c749e983cf8..2760d82b099 100644
--- a/charts/stable/overseerr/Chart.yaml
+++ b/charts/stable/overseerr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Overseerr is a free and open source software application for managing requests for your media library. It integrates with your existing services such as Sonarr, Radarr and Plex!
-home: https://truecharts.org/charts/stable/overseerr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/overseerr.webp
+home: https://trueforge.org/truecharts/stable/overseerr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/overseerr.webp
keywords:
- overseerr
- plex
diff --git a/charts/stable/overseerr/README.md b/charts/stable/overseerr/README.md
index 4545fa16f9d..7dc67777987 100644
--- a/charts/stable/overseerr/README.md
+++ b/charts/stable/overseerr/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/stable/overseerr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/overseerr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/overseerr
+https://trueforge.org/truecharts/stable/overseerr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/owi2plex/Chart.yaml b/charts/stable/owi2plex/Chart.yaml
index 0fb6b3ec26b..5a59b6d9afc 100644
--- a/charts/stable/owi2plex/Chart.yaml
+++ b/charts/stable/owi2plex/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: a xml grabber for enigma with open webif
-home: https://truecharts.org/charts/stable/owi2plex
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/owi2plex.webp
+home: https://trueforge.org/truecharts/stable/owi2plex
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/owi2plex.webp
keywords:
- owi2plex
- Downloaders
diff --git a/charts/stable/owi2plex/README.md b/charts/stable/owi2plex/README.md
index 9ed3a578bfc..0dc8aca903d 100644
--- a/charts/stable/owi2plex/README.md
+++ b/charts/stable/owi2plex/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/stable/owi2plex)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/owi2plex)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/owi2plex
+https://trueforge.org/truecharts/stable/owi2plex
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/owncast/Chart.yaml b/charts/stable/owncast/Chart.yaml
index 59cff31885e..96bf19b7d1f 100644
--- a/charts/stable/owncast/Chart.yaml
+++ b/charts/stable/owncast/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Take control over your live stream video by running it yourself. Streaming + chat out of the box.
-home: https://truecharts.org/charts/stable/owncast
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/owncast.webp
+home: https://trueforge.org/truecharts/stable/owncast
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/owncast.webp
keywords:
- owncast
- stream
diff --git a/charts/stable/owncast/README.md b/charts/stable/owncast/README.md
index 8a4c79a9631..321b6df85c8 100644
--- a/charts/stable/owncast/README.md
+++ b/charts/stable/owncast/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/stable/owncast)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/owncast)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/owncast
+https://trueforge.org/truecharts/stable/owncast
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pairdrop/Chart.yaml b/charts/stable/pairdrop/Chart.yaml
index ad0aead6427..42bef3ae6e8 100644
--- a/charts/stable/pairdrop/Chart.yaml
+++ b/charts/stable/pairdrop/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Local file sharing in your web browser.
-home: https://truecharts.org/charts/stable/pairdrop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pairdrop.webp
+home: https://trueforge.org/truecharts/stable/pairdrop
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pairdrop.webp
keywords:
- file-sharing
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/pairdrop/README.md b/charts/stable/pairdrop/README.md
index 7b884d58528..75b651a8bed 100644
--- a/charts/stable/pairdrop/README.md
+++ b/charts/stable/pairdrop/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/stable/pairdrop)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pairdrop)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pairdrop
+https://trueforge.org/truecharts/stable/pairdrop
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/palworld/Chart.yaml b/charts/stable/palworld/Chart.yaml
index cdd29234e1d..19b042bf5fe 100644
--- a/charts/stable/palworld/Chart.yaml
+++ b/charts/stable/palworld/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A custom SteamCMD chart that runs Palworld.
-home: https://truecharts.org/charts/stable/palworld
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/palworld.webp
+home: https://trueforge.org/truecharts/stable/palworld
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/palworld.webp
keywords:
- palworld
- GameServers
diff --git a/charts/stable/palworld/README.md b/charts/stable/palworld/README.md
index 82e6168ec53..43b021fe04e 100644
--- a/charts/stable/palworld/README.md
+++ b/charts/stable/palworld/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/stable/palworld)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/palworld)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/palworld
+https://trueforge.org/truecharts/stable/palworld
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/paperless-ngx/Chart.yaml b/charts/stable/paperless-ngx/Chart.yaml
index 7153d2c2499..7eff1cba8e1 100644
--- a/charts/stable/paperless-ngx/Chart.yaml
+++ b/charts/stable/paperless-ngx/Chart.yaml
@@ -27,8 +27,8 @@ dependencies:
import-values: []
deprecated: false
description: Paperless-ngx is an application by Daniel Quinn and contributors that indexes your scanned documents.
-home: https://truecharts.org/charts/stable/paperless-ngx
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/paperless-ngx.webp
+home: https://trueforge.org/truecharts/stable/paperless-ngx
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/paperless-ngx.webp
keywords:
- paperless-ng
- paperless-ngx
diff --git a/charts/stable/paperless-ngx/README.md b/charts/stable/paperless-ngx/README.md
index 32a11990b09..ea3242cf5ef 100644
--- a/charts/stable/paperless-ngx/README.md
+++ b/charts/stable/paperless-ngx/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/stable/paperless-ngx)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/paperless-ngx)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/paperless-ngx
+https://trueforge.org/truecharts/stable/paperless-ngx
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/papermerge/Chart.yaml b/charts/stable/papermerge/Chart.yaml
index 85da2cbecb9..2626827007e 100644
--- a/charts/stable/papermerge/Chart.yaml
+++ b/charts/stable/papermerge/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Papermerge is an open source document management system (DMS) primarily designed for archiving and retrieving your digital documents.
-home: https://truecharts.org/charts/stable/papermerge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/papermerge.webp
+home: https://trueforge.org/truecharts/stable/papermerge
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/papermerge.webp
keywords:
- papermerge
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/papermerge/README.md b/charts/stable/papermerge/README.md
index 50ff47e40aa..b14d52cef70 100644
--- a/charts/stable/papermerge/README.md
+++ b/charts/stable/papermerge/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/stable/papermerge)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/papermerge)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/papermerge
+https://trueforge.org/truecharts/stable/papermerge
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/passwordpusherephemeral/Chart.yaml b/charts/stable/passwordpusherephemeral/Chart.yaml
index 72a3d3261e5..56a10be6831 100644
--- a/charts/stable/passwordpusherephemeral/Chart.yaml
+++ b/charts/stable/passwordpusherephemeral/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Ephemeral version requires no other database Chart! PasswordPusher or PWPush is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed.
-home: https://truecharts.org/charts/stable/passwordpusherephemeral
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.webp
+home: https://trueforge.org/truecharts/stable/passwordpusherephemeral
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/passwordpusherephemeral.webp
keywords:
- passwordpusherephemeral
- Productivity
diff --git a/charts/stable/passwordpusherephemeral/README.md b/charts/stable/passwordpusherephemeral/README.md
index d1fead0a02b..4cb29baf159 100644
--- a/charts/stable/passwordpusherephemeral/README.md
+++ b/charts/stable/passwordpusherephemeral/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/stable/passwordpusherephemeral)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/passwordpusherephemeral)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/passwordpusherephemeral
+https://trueforge.org/truecharts/stable/passwordpusherephemeral
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pasta/Chart.yaml b/charts/stable/pasta/Chart.yaml
index 3f7a60c09f2..a5e4615a844 100644
--- a/charts/stable/pasta/Chart.yaml
+++ b/charts/stable/pasta/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: PASTA - Audio and Subtitle Track Changer for Plex
-home: https://truecharts.org/charts/stable/pasta
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pasta.webp
+home: https://trueforge.org/truecharts/stable/pasta
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pasta.webp
keywords:
- pasta
- MediaApp-Other
diff --git a/charts/stable/pasta/README.md b/charts/stable/pasta/README.md
index 86557fb4201..e93966f2ccd 100644
--- a/charts/stable/pasta/README.md
+++ b/charts/stable/pasta/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/stable/pasta)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pasta)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pasta
+https://trueforge.org/truecharts/stable/pasta
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pastey/Chart.yaml b/charts/stable/pastey/Chart.yaml
index 58a7388c868..ee29abe54e1 100644
--- a/charts/stable/pastey/Chart.yaml
+++ b/charts/stable/pastey/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A lightweight, self-hosted paste platform.
-home: https://truecharts.org/charts/stable/pastey
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pastey.webp
+home: https://trueforge.org/truecharts/stable/pastey
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pastey.webp
keywords:
- pastey
- Productivity
diff --git a/charts/stable/pastey/README.md b/charts/stable/pastey/README.md
index 34601250543..0e0c93fe5db 100644
--- a/charts/stable/pastey/README.md
+++ b/charts/stable/pastey/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/stable/pastey)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pastey)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pastey
+https://trueforge.org/truecharts/stable/pastey
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pavlovvr/Chart.yaml b/charts/stable/pavlovvr/Chart.yaml
index 3dc89810d95..4a290be4d05 100644
--- a/charts/stable/pavlovvr/Chart.yaml
+++ b/charts/stable/pavlovvr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Pavlov VR and run it.
-home: https://truecharts.org/charts/stable/pavlovvr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pavlovvr.webp
+home: https://trueforge.org/truecharts/stable/pavlovvr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pavlovvr.webp
keywords:
- pavlovvr
- GameServers
diff --git a/charts/stable/pavlovvr/README.md b/charts/stable/pavlovvr/README.md
index 177c3691f9b..ff5da7d1c8b 100644
--- a/charts/stable/pavlovvr/README.md
+++ b/charts/stable/pavlovvr/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/stable/pavlovvr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pavlovvr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pavlovvr
+https://trueforge.org/truecharts/stable/pavlovvr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/peanut/Chart.yaml b/charts/stable/peanut/Chart.yaml
index e03c0643ed3..6841e326056 100644
--- a/charts/stable/peanut/Chart.yaml
+++ b/charts/stable/peanut/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Tiny Dashboard for Network UPS Tools.
-home: https://truecharts.org/charts/stable/peanut
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/peanut.webp
+home: https://trueforge.org/truecharts/stable/peanut
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/peanut.webp
keywords:
- peanut
- ups
diff --git a/charts/stable/peanut/README.md b/charts/stable/peanut/README.md
index f2e98e72efa..db71943c01e 100644
--- a/charts/stable/peanut/README.md
+++ b/charts/stable/peanut/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/stable/peanut)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/peanut)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/peanut
+https://trueforge.org/truecharts/stable/peanut
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/peppermint/Chart.yaml b/charts/stable/peppermint/Chart.yaml
index e577a3c0047..69a1553a28e 100644
--- a/charts/stable/peppermint/Chart.yaml
+++ b/charts/stable/peppermint/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An open source ticket management & help desk solution.
-home: https://truecharts.org/charts/stable/peppermint
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/peppermint.webp
+home: https://trueforge.org/truecharts/stable/peppermint
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/peppermint.webp
keywords:
- peppermint
- tickets
diff --git a/charts/stable/peppermint/README.md b/charts/stable/peppermint/README.md
index 58d295c4442..b695c0c0df1 100644
--- a/charts/stable/peppermint/README.md
+++ b/charts/stable/peppermint/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/stable/peppermint)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/peppermint)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/peppermint
+https://trueforge.org/truecharts/stable/peppermint
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pgadmin/Chart.yaml b/charts/stable/pgadmin/Chart.yaml
index bcda26c6fa0..44fa367c916 100644
--- a/charts/stable/pgadmin/Chart.yaml
+++ b/charts/stable/pgadmin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Web-Based postgresql database management utility
-home: https://truecharts.org/charts/stable/pgadmin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pgadmin.webp
+home: https://trueforge.org/truecharts/stable/pgadmin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pgadmin.webp
keywords:
- pgadmin
- db
diff --git a/charts/stable/pgadmin/README.md b/charts/stable/pgadmin/README.md
index e77f2234917..dd493c4f936 100644
--- a/charts/stable/pgadmin/README.md
+++ b/charts/stable/pgadmin/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/stable/pgadmin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pgadmin)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pgadmin
+https://trueforge.org/truecharts/stable/pgadmin
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/phoronix-test-suite/Chart.yaml b/charts/stable/phoronix-test-suite/Chart.yaml
index 53e7c0f4f97..07bb705e181 100644
--- a/charts/stable/phoronix-test-suite/Chart.yaml
+++ b/charts/stable/phoronix-test-suite/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The Phoronix Test Suite is the most comprehensive testing and benchmarking platform available that provides an extensible framework for which new tests can be easily added.
-home: https://truecharts.org/charts/stable/phoronix-test-suite
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/phoronix-test-suite.webp
+home: https://trueforge.org/truecharts/stable/phoronix-test-suite
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/phoronix-test-suite.webp
keywords:
- phoronix-test-suite
- Tools-Utilities
diff --git a/charts/stable/phoronix-test-suite/README.md b/charts/stable/phoronix-test-suite/README.md
index 2497381f1f6..0ea29423c11 100644
--- a/charts/stable/phoronix-test-suite/README.md
+++ b/charts/stable/phoronix-test-suite/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/stable/phoronix-test-suite)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/phoronix-test-suite
+https://trueforge.org/truecharts/stable/phoronix-test-suite
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/photo-stream/Chart.yaml b/charts/stable/photo-stream/Chart.yaml
index 9807b31c038..ec20e15c41f 100644
--- a/charts/stable/photo-stream/Chart.yaml
+++ b/charts/stable/photo-stream/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Photo Stream is a simpler home for your photos. Easy to use, self hosted, no tracking, just photos.
-home: https://truecharts.org/charts/stable/photo-stream
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/photo-stream.webp
+home: https://trueforge.org/truecharts/stable/photo-stream
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/photo-stream.webp
keywords:
- photo-stream
- Productivity
diff --git a/charts/stable/photo-stream/README.md b/charts/stable/photo-stream/README.md
index e5d735cdbb2..fa418319316 100644
--- a/charts/stable/photo-stream/README.md
+++ b/charts/stable/photo-stream/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/stable/photo-stream)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/photo-stream
+https://trueforge.org/truecharts/stable/photo-stream
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/photoprism/Chart.yaml b/charts/stable/photoprism/Chart.yaml
index 1dba0c1f13a..c5ffb46a2c0 100644
--- a/charts/stable/photoprism/Chart.yaml
+++ b/charts/stable/photoprism/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: PhotoPrism® is a server-based application for browsing, organizing and sharing your personal photo collection
-home: https://truecharts.org/charts/stable/photoprism
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoprism.webp
+home: https://trueforge.org/truecharts/stable/photoprism
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/photoprism.webp
keywords:
- photos
- photoprism
diff --git a/charts/stable/photoprism/README.md b/charts/stable/photoprism/README.md
index 5adfe14ab09..e6944c7397e 100644
--- a/charts/stable/photoprism/README.md
+++ b/charts/stable/photoprism/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/stable/photoprism)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/photoprism)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/photoprism
+https://trueforge.org/truecharts/stable/photoprism
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/photoshow/Chart.yaml b/charts/stable/photoshow/Chart.yaml
index e92fd270709..1de6e64b040 100644
--- a/charts/stable/photoshow/Chart.yaml
+++ b/charts/stable/photoshow/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A gallery software at its easiest, it doesn't even require a database.
-home: https://truecharts.org/charts/stable/photoshow
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoshow.webp
+home: https://trueforge.org/truecharts/stable/photoshow
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/photoshow.webp
keywords:
- photoshow
- photo
diff --git a/charts/stable/photoshow/README.md b/charts/stable/photoshow/README.md
index 68359b14ea8..02b682c5ed4 100644
--- a/charts/stable/photoshow/README.md
+++ b/charts/stable/photoshow/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/stable/photoshow)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/photoshow)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/photoshow
+https://trueforge.org/truecharts/stable/photoshow
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/photostructure/Chart.yaml b/charts/stable/photostructure/Chart.yaml
index f2ed1637024..807ca8992f6 100644
--- a/charts/stable/photostructure/Chart.yaml
+++ b/charts/stable/photostructure/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: PhotoStructure is your new home for all your photos and videos.
-home: https://truecharts.org/charts/stable/photostructure
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/photostructure.webp
+home: https://trueforge.org/truecharts/stable/photostructure
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/photostructure.webp
keywords:
- photostructure
- MediaApp-Photos
diff --git a/charts/stable/photostructure/README.md b/charts/stable/photostructure/README.md
index 52257b16a8f..9a0b4d8704a 100644
--- a/charts/stable/photostructure/README.md
+++ b/charts/stable/photostructure/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/stable/photostructure)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/photostructure)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/photostructure
+https://trueforge.org/truecharts/stable/photostructure
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/photoview/Chart.yaml b/charts/stable/photoview/Chart.yaml
index bd2793301b1..ab084c2dc5b 100644
--- a/charts/stable/photoview/Chart.yaml
+++ b/charts/stable/photoview/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Photoview is a simple and user-friendly photo gallery.
-home: https://truecharts.org/charts/stable/photoview
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/photoview.webp
+home: https://trueforge.org/truecharts/stable/photoview
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/photoview.webp
keywords:
- photo
- gallery
diff --git a/charts/stable/photoview/README.md b/charts/stable/photoview/README.md
index 0392379e577..66b3200803c 100644
--- a/charts/stable/photoview/README.md
+++ b/charts/stable/photoview/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/stable/photoview)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/photoview)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/photoview
+https://trueforge.org/truecharts/stable/photoview
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/phpldapadmin/Chart.yaml b/charts/stable/phpldapadmin/Chart.yaml
index e92d3101d4c..cdf687794ef 100644
--- a/charts/stable/phpldapadmin/Chart.yaml
+++ b/charts/stable/phpldapadmin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Web-based LDAP browser to manage your LDAP server
-home: https://truecharts.org/charts/stable/phpldapadmin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpldapadmin.webp
+home: https://trueforge.org/truecharts/stable/phpldapadmin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/phpldapadmin.webp
keywords:
- phpldapadmin
- openldap
diff --git a/charts/stable/phpldapadmin/README.md b/charts/stable/phpldapadmin/README.md
index 9fe26f7be3a..f802e5ff1fd 100644
--- a/charts/stable/phpldapadmin/README.md
+++ b/charts/stable/phpldapadmin/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/stable/phpldapadmin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/phpldapadmin)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/phpldapadmin
+https://trueforge.org/truecharts/stable/phpldapadmin
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/phpmyadmin/Chart.yaml b/charts/stable/phpmyadmin/Chart.yaml
index 6daf4fe25f4..3dbc9033c3a 100644
--- a/charts/stable/phpmyadmin/Chart.yaml
+++ b/charts/stable/phpmyadmin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A web interface for MySQL and MariaDB.
-home: https://truecharts.org/charts/stable/phpmyadmin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/phpmyadmin.webp
+home: https://trueforge.org/truecharts/stable/phpmyadmin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/phpmyadmin.webp
keywords:
- phpmyadmin
- Tools-Utilities
diff --git a/charts/stable/phpmyadmin/README.md b/charts/stable/phpmyadmin/README.md
index 44a572a0060..5bf23c1d826 100644
--- a/charts/stable/phpmyadmin/README.md
+++ b/charts/stable/phpmyadmin/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/stable/phpmyadmin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/phpmyadmin)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/phpmyadmin
+https://trueforge.org/truecharts/stable/phpmyadmin
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/piaware/Chart.yaml b/charts/stable/piaware/Chart.yaml
index 8b3fbe3b265..2970e41ce10 100644
--- a/charts/stable/piaware/Chart.yaml
+++ b/charts/stable/piaware/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Program for forwarding ADS-B data to FlightAware
-home: https://truecharts.org/charts/stable/piaware
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/piaware.webp
+home: https://trueforge.org/truecharts/stable/piaware
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/piaware.webp
keywords:
- piaware
- flight-aware
diff --git a/charts/stable/piaware/README.md b/charts/stable/piaware/README.md
index 1b3c0c58453..93f29b1a5d2 100644
--- a/charts/stable/piaware/README.md
+++ b/charts/stable/piaware/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/stable/piaware)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/piaware)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/piaware
+https://trueforge.org/truecharts/stable/piaware
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/picoshare/Chart.yaml b/charts/stable/picoshare/Chart.yaml
index fcd38376897..15aa49c19ba 100644
--- a/charts/stable/picoshare/Chart.yaml
+++ b/charts/stable/picoshare/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: PicoShare is a minimalist service that allows you to share files easily.
-home: https://truecharts.org/charts/stable/picoshare
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/picoshare.webp
+home: https://trueforge.org/truecharts/stable/picoshare
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/picoshare.webp
keywords:
- picoshare
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/picoshare/README.md b/charts/stable/picoshare/README.md
index 891a5515ed1..a738920e497 100644
--- a/charts/stable/picoshare/README.md
+++ b/charts/stable/picoshare/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/stable/picoshare)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/picoshare)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/picoshare
+https://trueforge.org/truecharts/stable/picoshare
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pigallery2/Chart.yaml b/charts/stable/pigallery2/Chart.yaml
index 20b939ab5df..c6853d51776 100644
--- a/charts/stable/pigallery2/Chart.yaml
+++ b/charts/stable/pigallery2/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'Homepage: http://bpatrik.github.io/pigallery2/'
-home: https://truecharts.org/charts/stable/pigallery2
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pigallery2.webp
+home: https://trueforge.org/truecharts/stable/pigallery2
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pigallery2.webp
keywords:
- pigallery2
- Cloud
diff --git a/charts/stable/pigallery2/README.md b/charts/stable/pigallery2/README.md
index 758110bf722..b97764bbe99 100644
--- a/charts/stable/pigallery2/README.md
+++ b/charts/stable/pigallery2/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/stable/pigallery2)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pigallery2)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pigallery2
+https://trueforge.org/truecharts/stable/pigallery2
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pihole/Chart.yaml b/charts/stable/pihole/Chart.yaml
index 2fe641cc0e9..4d539f4805a 100644
--- a/charts/stable/pihole/Chart.yaml
+++ b/charts/stable/pihole/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: DNS and Ad-filtering for your network
-home: https://truecharts.org/charts/stable/pihole
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pihole.webp
+home: https://trueforge.org/truecharts/stable/pihole
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pihole.webp
keywords:
- DNS
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/pihole/README.md b/charts/stable/pihole/README.md
index 10b04b7bfac..0e7e1068340 100644
--- a/charts/stable/pihole/README.md
+++ b/charts/stable/pihole/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/stable/pihole)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pihole)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pihole
+https://trueforge.org/truecharts/stable/pihole
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pingvin-share/Chart.yaml b/charts/stable/pingvin-share/Chart.yaml
index 7de8bb74e3d..5af6ad284cb 100644
--- a/charts/stable/pingvin-share/Chart.yaml
+++ b/charts/stable/pingvin-share/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Pingvin Share is self-hosted file sharing platform and an alternative for WeTransfer.
-home: https://truecharts.org/charts/stable/pingvin-share
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pingvin-share.webp
+home: https://trueforge.org/truecharts/stable/pingvin-share
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pingvin-share.webp
keywords:
- file-sharting
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/pingvin-share/README.md b/charts/stable/pingvin-share/README.md
index 92ac18053ea..86f3bafbe4c 100644
--- a/charts/stable/pingvin-share/README.md
+++ b/charts/stable/pingvin-share/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/stable/pingvin-share)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pingvin-share
+https://trueforge.org/truecharts/stable/pingvin-share
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pinry/Chart.yaml b/charts/stable/pinry/Chart.yaml
index d6b75499804..92bc903a930 100644
--- a/charts/stable/pinry/Chart.yaml
+++ b/charts/stable/pinry/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The open-source core of Pinry, a tiling image board system for people who want to save, tag, and share images, videos and webpages in an easy to skim through format.
-home: https://truecharts.org/charts/stable/pinry
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pinry.webp
+home: https://trueforge.org/truecharts/stable/pinry
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pinry.webp
keywords:
- pinry
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/pinry/README.md b/charts/stable/pinry/README.md
index 13dec7bd66f..e5977c8ee8d 100644
--- a/charts/stable/pinry/README.md
+++ b/charts/stable/pinry/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/stable/pinry)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pinry)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pinry
+https://trueforge.org/truecharts/stable/pinry
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/piwigo/Chart.yaml b/charts/stable/piwigo/Chart.yaml
index aa9215630c2..479989cc274 100644
--- a/charts/stable/piwigo/Chart.yaml
+++ b/charts/stable/piwigo/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A photo gallery software for the web.
-home: https://truecharts.org/charts/stable/piwigo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/piwigo.webp
+home: https://trueforge.org/truecharts/stable/piwigo
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/piwigo.webp
keywords:
- piwigo
- gallery
diff --git a/charts/stable/piwigo/README.md b/charts/stable/piwigo/README.md
index 443a1040f9d..ada7ec8203e 100644
--- a/charts/stable/piwigo/README.md
+++ b/charts/stable/piwigo/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/stable/piwigo)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/piwigo)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/piwigo
+https://trueforge.org/truecharts/stable/piwigo
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pixapop/Chart.yaml b/charts/stable/pixapop/Chart.yaml
index 034fe60a929..5395cce8739 100644
--- a/charts/stable/pixapop/Chart.yaml
+++ b/charts/stable/pixapop/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An open-source single page application to view your photos in the easiest way possible.
-home: https://truecharts.org/charts/stable/pixapop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixapop.webp
+home: https://trueforge.org/truecharts/stable/pixapop
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pixapop.webp
keywords:
- pixapop
- photo
diff --git a/charts/stable/pixapop/README.md b/charts/stable/pixapop/README.md
index 96eba2094d7..d8e702ad857 100644
--- a/charts/stable/pixapop/README.md
+++ b/charts/stable/pixapop/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/stable/pixapop)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pixapop)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pixapop
+https://trueforge.org/truecharts/stable/pixapop
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pixark/Chart.yaml b/charts/stable/pixark/Chart.yaml
index 5de8c6287a4..0fa66d48ac8 100644
--- a/charts/stable/pixark/Chart.yaml
+++ b/charts/stable/pixark/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install PIXARK and run it (a normal server startup of PIXARK can take a long time!).
-home: https://truecharts.org/charts/stable/pixark
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pixark.webp
+home: https://trueforge.org/truecharts/stable/pixark
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pixark.webp
keywords:
- pixark
- GameServers
diff --git a/charts/stable/pixark/README.md b/charts/stable/pixark/README.md
index f0d9355e549..89248d7951f 100644
--- a/charts/stable/pixark/README.md
+++ b/charts/stable/pixark/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/stable/pixark)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pixark)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pixark
+https://trueforge.org/truecharts/stable/pixark
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/plant-it/Chart.yaml b/charts/stable/plant-it/Chart.yaml
index ff148c6bba8..7e68be60eae 100644
--- a/charts/stable/plant-it/Chart.yaml
+++ b/charts/stable/plant-it/Chart.yaml
@@ -34,8 +34,8 @@ dependencies:
import-values: []
deprecated: false
description: Plant-it is a self-hosted gardening companion app.
-home: https://truecharts.org/charts/stable/plant-it
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plant-it.webp
+home: https://trueforge.org/truecharts/stable/plant-it
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/plant-it.webp
keywords:
- plant
- plant-it
diff --git a/charts/stable/plant-it/README.md b/charts/stable/plant-it/README.md
index f002f16a058..43c65be411c 100644
--- a/charts/stable/plant-it/README.md
+++ b/charts/stable/plant-it/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/stable/plant-it)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/plant-it
+https://trueforge.org/truecharts/stable/plant-it
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/plausible/Chart.yaml b/charts/stable/plausible/Chart.yaml
index f4e5c7bcbd7..8c45225a9c4 100644
--- a/charts/stable/plausible/Chart.yaml
+++ b/charts/stable/plausible/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Plausible is lightweight and open source web analytics. No cookies and fully compliant with GDPR, CCPA and PECR.
-home: https://truecharts.org/charts/stable/plausible
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plausible.webp
+home: https://trueforge.org/truecharts/stable/plausible
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/plausible.webp
keywords:
- plausible
- analytics
diff --git a/charts/stable/plausible/README.md b/charts/stable/plausible/README.md
index e9f85871fb2..8eecf391067 100644
--- a/charts/stable/plausible/README.md
+++ b/charts/stable/plausible/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/stable/plausible)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/plausible)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/plausible
+https://trueforge.org/truecharts/stable/plausible
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/plaxt/Chart.yaml b/charts/stable/plaxt/Chart.yaml
index 9bab2fa4906..40f6e0682c7 100644
--- a/charts/stable/plaxt/Chart.yaml
+++ b/charts/stable/plaxt/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Tools provides a way to keep your watched history synced FROM Plex Server To Trakt.tv
-home: https://truecharts.org/charts/stable/plaxt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plaxt.webp
+home: https://trueforge.org/truecharts/stable/plaxt
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/plaxt.webp
keywords:
- plaxt
- Other
diff --git a/charts/stable/plaxt/README.md b/charts/stable/plaxt/README.md
index b05ff31c9b6..0bb96d069e4 100644
--- a/charts/stable/plaxt/README.md
+++ b/charts/stable/plaxt/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/stable/plaxt)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/plaxt)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/plaxt
+https://trueforge.org/truecharts/stable/plaxt
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/plex-auto-languages/Chart.yaml b/charts/stable/plex-auto-languages/Chart.yaml
index 3efca8b9317..3822a903f84 100644
--- a/charts/stable/plex-auto-languages/Chart.yaml
+++ b/charts/stable/plex-auto-languages/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Automated language selection for Plex TV Shows.
-home: https://truecharts.org/charts/stable/plex-auto-languages
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-auto-languages.webp
+home: https://trueforge.org/truecharts/stable/plex-auto-languages
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/plex-auto-languages.webp
keywords:
- plex-auto-languages
- Tools-Utilities
diff --git a/charts/stable/plex-auto-languages/README.md b/charts/stable/plex-auto-languages/README.md
index 66b656a90fe..ea0bb730d75 100644
--- a/charts/stable/plex-auto-languages/README.md
+++ b/charts/stable/plex-auto-languages/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/stable/plex-auto-languages)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/plex-auto-languages
+https://trueforge.org/truecharts/stable/plex-auto-languages
## Configuration Options
@@ -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-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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/plex-meta-manager/Chart.yaml b/charts/stable/plex-meta-manager/Chart.yaml
index e51709e4030..be06cdea600 100644
--- a/charts/stable/plex-meta-manager/Chart.yaml
+++ b/charts/stable/plex-meta-manager/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Python script to update metadata and automatically build collections.
-home: https://truecharts.org/charts/stable/plex-meta-manager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-meta-manager.webp
+home: https://trueforge.org/truecharts/stable/plex-meta-manager
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/plex-meta-manager.webp
keywords:
- plex-meta-manager
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/plex-meta-manager/README.md b/charts/stable/plex-meta-manager/README.md
index 2638ab97cfb..9cc7854ff2a 100644
--- a/charts/stable/plex-meta-manager/README.md
+++ b/charts/stable/plex-meta-manager/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/stable/plex-meta-manager)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/plex-meta-manager
+https://trueforge.org/truecharts/stable/plex-meta-manager
## Configuration Options
@@ -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-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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/plex-playlist-sync/Chart.yaml b/charts/stable/plex-playlist-sync/Chart.yaml
index d4adf39d5ad..ead5274537a 100644
--- a/charts/stable/plex-playlist-sync/Chart.yaml
+++ b/charts/stable/plex-playlist-sync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Sync your Spotify and Deezer playlists to your Plex server.
-home: https://truecharts.org/charts/stable/plex-playlist-sync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-playlist-sync.webp
+home: https://trueforge.org/truecharts/stable/plex-playlist-sync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/plex-playlist-sync.webp
keywords:
- plex-playlist-sync
- Spotify
diff --git a/charts/stable/plex-playlist-sync/README.md b/charts/stable/plex-playlist-sync/README.md
index 359e78a8eb7..10c8bf5b5a7 100644
--- a/charts/stable/plex-playlist-sync/README.md
+++ b/charts/stable/plex-playlist-sync/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/stable/plex-playlist-sync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/plex-playlist-sync
+https://trueforge.org/truecharts/stable/plex-playlist-sync
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/plex-utills/Chart.yaml b/charts/stable/plex-utills/Chart.yaml
index e3cac44bab2..9514f778526 100644
--- a/charts/stable/plex-utills/Chart.yaml
+++ b/charts/stable/plex-utills/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A utility to help manage your library.
-home: https://truecharts.org/charts/stable/plex-utills
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex-utills.webp
+home: https://trueforge.org/truecharts/stable/plex-utills
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/plex-utills.webp
keywords:
- plex-utills
- Tools-Utilities
diff --git a/charts/stable/plex-utills/README.md b/charts/stable/plex-utills/README.md
index 711ff2e466b..860ca199f44 100644
--- a/charts/stable/plex-utills/README.md
+++ b/charts/stable/plex-utills/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/stable/plex-utills)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/plex-utills)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/plex-utills
+https://trueforge.org/truecharts/stable/plex-utills
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/plex/Chart.yaml b/charts/stable/plex/Chart.yaml
index aa35f032eef..43afa0d3f12 100644
--- a/charts/stable/plex/Chart.yaml
+++ b/charts/stable/plex/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Plex Media Server
-home: https://truecharts.org/charts/stable/plex
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plex.webp
+home: https://trueforge.org/truecharts/stable/plex
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/plex.webp
keywords:
- plex
- plex-media-server
diff --git a/charts/stable/plex/README.md b/charts/stable/plex/README.md
index de8400cb510..fe325327363 100644
--- a/charts/stable/plex/README.md
+++ b/charts/stable/plex/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/stable/plex)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/plex)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/plex
+https://trueforge.org/truecharts/stable/plex
## Configuration Options
@@ -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/values.yaml
All our Charts use a shared "common" library chart that contains most of the 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 the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/plexanisync/Chart.yaml b/charts/stable/plexanisync/Chart.yaml
index 943124feb16..4a995d5575b 100644
--- a/charts/stable/plexanisync/Chart.yaml
+++ b/charts/stable/plexanisync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Plex to AniList Sync.
-home: https://truecharts.org/charts/stable/plexanisync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexanisync.webp
+home: https://trueforge.org/truecharts/stable/plexanisync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/plexanisync.webp
keywords:
- plexanisync
- media
diff --git a/charts/stable/plexanisync/README.md b/charts/stable/plexanisync/README.md
index 3bf73fb3bf8..14091b04c3d 100644
--- a/charts/stable/plexanisync/README.md
+++ b/charts/stable/plexanisync/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/stable/plexanisync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/plexanisync)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/plexanisync
+https://trueforge.org/truecharts/stable/plexanisync
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/plexripper/Chart.yaml b/charts/stable/plexripper/Chart.yaml
index 93e9332739a..5802f252001 100644
--- a/charts/stable/plexripper/Chart.yaml
+++ b/charts/stable/plexripper/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A multi-platform media downloader that indexes and downloads content from your accessible Plex servers.
-home: https://truecharts.org/charts/stable/plexripper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plexripper.webp
+home: https://trueforge.org/truecharts/stable/plexripper
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/plexripper.webp
keywords:
- plexripper
- Backup
diff --git a/charts/stable/plexripper/README.md b/charts/stable/plexripper/README.md
index 695b746c80d..65ff5aef2a5 100644
--- a/charts/stable/plexripper/README.md
+++ b/charts/stable/plexripper/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/stable/plexripper)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/plexripper)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/plexripper
+https://trueforge.org/truecharts/stable/plexripper
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/plextraktsync/Chart.yaml b/charts/stable/plextraktsync/Chart.yaml
index c8fe7198638..7f14fcfb259 100644
--- a/charts/stable/plextraktsync/Chart.yaml
+++ b/charts/stable/plextraktsync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Two-way-sync between trakt.tv and Plex Media Server.
-home: https://truecharts.org/charts/stable/plextraktsync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/plextraktsync.webp
+home: https://trueforge.org/truecharts/stable/plextraktsync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/plextraktsync.webp
keywords:
- plextraktsync
- Tools-Utilities
diff --git a/charts/stable/plextraktsync/README.md b/charts/stable/plextraktsync/README.md
index 277e8eeb803..d7bbdff5c7b 100644
--- a/charts/stable/plextraktsync/README.md
+++ b/charts/stable/plextraktsync/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/stable/plextraktsync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/plextraktsync)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/plextraktsync
+https://trueforge.org/truecharts/stable/plextraktsync
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pocketmine-mp/Chart.yaml b/charts/stable/pocketmine-mp/Chart.yaml
index b72c8775df1..a16962a0b9c 100644
--- a/charts/stable/pocketmine-mp/Chart.yaml
+++ b/charts/stable/pocketmine-mp/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A server software for Minecraft Bedrock Edition in PHP.
-home: https://truecharts.org/charts/stable/pocketmine-mp
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pocketmine-mp.webp
+home: https://trueforge.org/truecharts/stable/pocketmine-mp
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pocketmine-mp.webp
keywords:
- pocketmine-mp
- minecraft
diff --git a/charts/stable/pocketmine-mp/README.md b/charts/stable/pocketmine-mp/README.md
index 6643fae2eed..041dafa6f54 100644
--- a/charts/stable/pocketmine-mp/README.md
+++ b/charts/stable/pocketmine-mp/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/stable/pocketmine-mp)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pocketmine-mp
+https://trueforge.org/truecharts/stable/pocketmine-mp
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/podgrab/Chart.yaml b/charts/stable/podgrab/Chart.yaml
index 6711f2c7517..02cd8a31a27 100644
--- a/charts/stable/podgrab/Chart.yaml
+++ b/charts/stable/podgrab/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted podcast manager to download episodes as soon as they become live.
-home: https://truecharts.org/charts/stable/podgrab
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/podgrab.webp
+home: https://trueforge.org/truecharts/stable/podgrab
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/podgrab.webp
keywords:
- podgrab
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/podgrab/README.md b/charts/stable/podgrab/README.md
index dceccc6d2ad..5fba64370a5 100644
--- a/charts/stable/podgrab/README.md
+++ b/charts/stable/podgrab/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/stable/podgrab)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/podgrab)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/podgrab
+https://trueforge.org/truecharts/stable/podgrab
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/portainer/Chart.yaml b/charts/stable/portainer/Chart.yaml
index bfcc7c0e358..fe496620490 100644
--- a/charts/stable/portainer/Chart.yaml
+++ b/charts/stable/portainer/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Container management made easy
-home: https://truecharts.org/charts/stable/portainer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/portainer.webp
+home: https://trueforge.org/truecharts/stable/portainer
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/portainer.webp
keywords:
- portainer
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/portainer/README.md b/charts/stable/portainer/README.md
index 3209a8be5e4..641ee567ae6 100644
--- a/charts/stable/portainer/README.md
+++ b/charts/stable/portainer/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/stable/portainer)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/portainer)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/portainer
+https://trueforge.org/truecharts/stable/portainer
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/post-recording/Chart.yaml b/charts/stable/post-recording/Chart.yaml
index 0bb50472162..3ec9a06222d 100644
--- a/charts/stable/post-recording/Chart.yaml
+++ b/charts/stable/post-recording/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Watches for .ts files made by Live TV recordings, convert them to a friendly format, extract .srt file, add chapters with comchap or remove them with comcut. Tested with Emby recordings.
-home: https://truecharts.org/charts/stable/post-recording
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/post-recording.webp
+home: https://trueforge.org/truecharts/stable/post-recording
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/post-recording.webp
keywords:
- post-recording
- MediaApp-Video
diff --git a/charts/stable/post-recording/README.md b/charts/stable/post-recording/README.md
index 15853548c68..c346e7850c1 100644
--- a/charts/stable/post-recording/README.md
+++ b/charts/stable/post-recording/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/stable/post-recording)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/post-recording
+https://trueforge.org/truecharts/stable/post-recording
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/posterr/Chart.yaml b/charts/stable/posterr/Chart.yaml
index c3efb7d375c..88999da3f30 100644
--- a/charts/stable/posterr/Chart.yaml
+++ b/charts/stable/posterr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Media display for Plex, Sonarr and Radarr.
-home: https://truecharts.org/charts/stable/posterr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/posterr.webp
+home: https://trueforge.org/truecharts/stable/posterr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/posterr.webp
keywords:
- posterr
- MediaServer-Other
diff --git a/charts/stable/posterr/README.md b/charts/stable/posterr/README.md
index 737f21555bf..7196b5f126c 100644
--- a/charts/stable/posterr/README.md
+++ b/charts/stable/posterr/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/stable/posterr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/posterr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/posterr
+https://trueforge.org/truecharts/stable/posterr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/postscriptum/Chart.yaml b/charts/stable/postscriptum/Chart.yaml
index ed3e91e9e5f..2b90950649f 100644
--- a/charts/stable/postscriptum/Chart.yaml
+++ b/charts/stable/postscriptum/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install PostScriptum and run it.
-home: https://truecharts.org/charts/stable/postscriptum
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/postscriptum.webp
+home: https://trueforge.org/truecharts/stable/postscriptum
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/postscriptum.webp
keywords:
- postscriptum
- GameServers
diff --git a/charts/stable/postscriptum/README.md b/charts/stable/postscriptum/README.md
index 603e8f416f6..607085c56a1 100644
--- a/charts/stable/postscriptum/README.md
+++ b/charts/stable/postscriptum/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/stable/postscriptum)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/postscriptum)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/postscriptum
+https://trueforge.org/truecharts/stable/postscriptum
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pretend-youre-xyzzy/Chart.yaml b/charts/stable/pretend-youre-xyzzy/Chart.yaml
index 207d12e6294..8bfdd11f12f 100644
--- a/charts/stable/pretend-youre-xyzzy/Chart.yaml
+++ b/charts/stable/pretend-youre-xyzzy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: pretend-youre-xyzzy, a cards against humanity clone
-home: https://truecharts.org/charts/stable/pretend-youre-xyzzy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.webp
+home: https://trueforge.org/truecharts/stable/pretend-youre-xyzzy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pretend-youre-xyzzy.webp
keywords:
- pretend-youre-xyzzy
- cards
diff --git a/charts/stable/pretend-youre-xyzzy/README.md b/charts/stable/pretend-youre-xyzzy/README.md
index 12bc5899c37..d7890d6c5a9 100644
--- a/charts/stable/pretend-youre-xyzzy/README.md
+++ b/charts/stable/pretend-youre-xyzzy/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/stable/pretend-youre-xyzzy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pretend-youre-xyzzy
+https://trueforge.org/truecharts/stable/pretend-youre-xyzzy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/profilarr/Chart.yaml b/charts/stable/profilarr/Chart.yaml
index 901abcfefde..96e865990a1 100644
--- a/charts/stable/profilarr/Chart.yaml
+++ b/charts/stable/profilarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Configuration management tool for Radarr/Sonarr that automates importing and version control of custom formats and quality profiles.
-home: https://truecharts.org/charts/stable/profilarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/profilarr.webp
+home: https://trueforge.org/truecharts/stable/profilarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/profilarr.webp
keywords:
- profilarr
- Tools-Utilities
diff --git a/charts/stable/profilarr/README.md b/charts/stable/profilarr/README.md
index e7f9d6dc14d..b6a3380e4dd 100644
--- a/charts/stable/profilarr/README.md
+++ b/charts/stable/profilarr/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/stable/profilarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/profilarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/profilarr
+https://trueforge.org/truecharts/stable/profilarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml
index 19de6227b4a..1bcb08101a9 100644
--- a/charts/stable/projectsend/Chart.yaml
+++ b/charts/stable/projectsend/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself.
-home: https://truecharts.org/charts/stable/projectsend
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.webp
+home: https://trueforge.org/truecharts/stable/projectsend
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/projectsend.webp
keywords:
- projectsend
- files
diff --git a/charts/stable/projectsend/README.md b/charts/stable/projectsend/README.md
index 0216a83430e..b87686c86ac 100644
--- a/charts/stable/projectsend/README.md
+++ b/charts/stable/projectsend/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/stable/projectsend)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/projectsend)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/projectsend
+https://trueforge.org/truecharts/stable/projectsend
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/promcord/Chart.yaml b/charts/stable/promcord/Chart.yaml
index 519e792bede..d78aa04cbf2 100644
--- a/charts/stable/promcord/Chart.yaml
+++ b/charts/stable/promcord/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Discord bot that provides metrics from a Discord server
-home: https://truecharts.org/charts/stable/promcord
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/promcord.webp
+home: https://trueforge.org/truecharts/stable/promcord
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/promcord.webp
keywords:
- promcord
- discord
diff --git a/charts/stable/promcord/README.md b/charts/stable/promcord/README.md
index 056ce1ef740..68115317649 100644
--- a/charts/stable/promcord/README.md
+++ b/charts/stable/promcord/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/stable/promcord)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/promcord)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/promcord
+https://trueforge.org/truecharts/stable/promcord
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/prometheus-pve-exporter/Chart.yaml b/charts/stable/prometheus-pve-exporter/Chart.yaml
index f580b9baf39..c27bc52714a 100644
--- a/charts/stable/prometheus-pve-exporter/Chart.yaml
+++ b/charts/stable/prometheus-pve-exporter/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Prometheus exporter for Proxmox Virtual Environment metrics.
-home: https://truecharts.org/charts/stable/prometheus-pve-exporter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-pve-exporter.webp
+home: https://trueforge.org/truecharts/stable/prometheus-pve-exporter
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/prometheus-pve-exporter.webp
keywords:
- prometheus
- prometheus-pve-exporter
diff --git a/charts/stable/prometheus-pve-exporter/README.md b/charts/stable/prometheus-pve-exporter/README.md
index 93d7c3750f4..fb3d50a58f7 100644
--- a/charts/stable/prometheus-pve-exporter/README.md
+++ b/charts/stable/prometheus-pve-exporter/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/stable/prometheus-pve-exporter)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/prometheus-pve-exporter
+https://trueforge.org/truecharts/stable/prometheus-pve-exporter
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/protonmail-bridge/Chart.yaml b/charts/stable/protonmail-bridge/Chart.yaml
index 19df2abf51e..55730d8f728 100644
--- a/charts/stable/protonmail-bridge/Chart.yaml
+++ b/charts/stable/protonmail-bridge/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ProtonMail IMAP/SMTP Bridge to work on the network.
-home: https://truecharts.org/charts/stable/protonmail-bridge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.webp
+home: https://trueforge.org/truecharts/stable/protonmail-bridge
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/protonmail-bridge.webp
keywords:
- protonmail
- protonmail-bridge
diff --git a/charts/stable/protonmail-bridge/README.md b/charts/stable/protonmail-bridge/README.md
index 5eb276e99f2..593d65657ae 100644
--- a/charts/stable/protonmail-bridge/README.md
+++ b/charts/stable/protonmail-bridge/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/stable/protonmail-bridge)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/protonmail-bridge
+https://trueforge.org/truecharts/stable/protonmail-bridge
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/prowlarr/Chart.yaml b/charts/stable/prowlarr/Chart.yaml
index 67dcc0c4729..af60d8e14c6 100644
--- a/charts/stable/prowlarr/Chart.yaml
+++ b/charts/stable/prowlarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Indexer manager/proxy built on the popular arr net base stack to integrate with your various PVR apps.
-home: https://truecharts.org/charts/stable/prowlarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/prowlarr.webp
+home: https://trueforge.org/truecharts/stable/prowlarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/prowlarr.webp
keywords:
- prowlarr
- torrent
diff --git a/charts/stable/prowlarr/README.md b/charts/stable/prowlarr/README.md
index b27a0dc4e0f..f84829a7046 100644
--- a/charts/stable/prowlarr/README.md
+++ b/charts/stable/prowlarr/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/stable/prowlarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/prowlarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/prowlarr
+https://trueforge.org/truecharts/stable/prowlarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/proxmox-backup-server/Chart.yaml b/charts/stable/proxmox-backup-server/Chart.yaml
index 6c829f3f137..c43c1a1cfcf 100644
--- a/charts/stable/proxmox-backup-server/Chart.yaml
+++ b/charts/stable/proxmox-backup-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Container for proxmox backup server
-home: https://truecharts.org/charts/stable/proxmox-backup-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/proxmox-backup-server.webp
+home: https://trueforge.org/truecharts/stable/proxmox-backup-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/proxmox-backup-server.webp
keywords:
- proxmox-backup-server
- pbs
diff --git a/charts/stable/proxmox-backup-server/README.md b/charts/stable/proxmox-backup-server/README.md
index d9981993507..0aded01593b 100644
--- a/charts/stable/proxmox-backup-server/README.md
+++ b/charts/stable/proxmox-backup-server/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/stable/proxmox-backup-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/proxmox-backup-server
+https://trueforge.org/truecharts/stable/proxmox-backup-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/prpdf/Chart.yaml b/charts/stable/prpdf/Chart.yaml
index 78ad1c53f6c..9dcbcf3db76 100644
--- a/charts/stable/prpdf/Chart.yaml
+++ b/charts/stable/prpdf/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This tool is for Preview and Rename scanned PDF-Documents. Rulebased autoscan with OCR. Merge etc.
-home: https://truecharts.org/charts/stable/prpdf
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/prpdf.webp
+home: https://trueforge.org/truecharts/stable/prpdf
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/prpdf.webp
keywords:
- prpdf
- Productivity
diff --git a/charts/stable/prpdf/README.md b/charts/stable/prpdf/README.md
index c9fb37db175..e4a1e4ef737 100644
--- a/charts/stable/prpdf/README.md
+++ b/charts/stable/prpdf/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/stable/prpdf)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/prpdf)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/prpdf
+https://trueforge.org/truecharts/stable/prpdf
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/prusaslicer-novnc/Chart.yaml b/charts/stable/prusaslicer-novnc/Chart.yaml
index 8abea346c56..865a99186f3 100644
--- a/charts/stable/prusaslicer-novnc/Chart.yaml
+++ b/charts/stable/prusaslicer-novnc/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Enjoy Prusaslicer directly in your browser with this easy to use Chart Chart.
-home: https://truecharts.org/charts/stable/prusaslicer-novnc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.webp
+home: https://trueforge.org/truecharts/stable/prusaslicer-novnc
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/prusaslicer-novnc.webp
keywords:
- prusaslicer-novnc
- home-automation
diff --git a/charts/stable/prusaslicer-novnc/README.md b/charts/stable/prusaslicer-novnc/README.md
index 58140b0b45f..5e38734d7b0 100644
--- a/charts/stable/prusaslicer-novnc/README.md
+++ b/charts/stable/prusaslicer-novnc/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/stable/prusaslicer-novnc)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/prusaslicer-novnc
+https://trueforge.org/truecharts/stable/prusaslicer-novnc
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ps3netsrv/Chart.yaml b/charts/stable/ps3netsrv/Chart.yaml
index 7c8896c275b..6c600853594 100644
--- a/charts/stable/ps3netsrv/Chart.yaml
+++ b/charts/stable/ps3netsrv/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Allows Multiman or Webman to stream and play game backups over the network.
-home: https://truecharts.org/charts/stable/ps3netsrv
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ps3netsrv.webp
+home: https://trueforge.org/truecharts/stable/ps3netsrv
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ps3netsrv.webp
keywords:
- ps3netsrv
- Game servers
diff --git a/charts/stable/ps3netsrv/README.md b/charts/stable/ps3netsrv/README.md
index 40a04580838..e15898b636e 100644
--- a/charts/stable/ps3netsrv/README.md
+++ b/charts/stable/ps3netsrv/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/stable/ps3netsrv)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ps3netsrv)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ps3netsrv
+https://trueforge.org/truecharts/stable/ps3netsrv
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pt-helper/Chart.yaml b/charts/stable/pt-helper/Chart.yaml
index 8f4ebc1922c..2917ac4c3a3 100644
--- a/charts/stable/pt-helper/Chart.yaml
+++ b/charts/stable/pt-helper/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A tool that can automatically download free seeds and delete them after the free time expires.
-home: https://truecharts.org/charts/stable/pt-helper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pt-helper.webp
+home: https://trueforge.org/truecharts/stable/pt-helper
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pt-helper.webp
keywords:
- pt-helper
- Tools-Utilities
diff --git a/charts/stable/pt-helper/README.md b/charts/stable/pt-helper/README.md
index c55cc91072d..f2e69105095 100644
--- a/charts/stable/pt-helper/README.md
+++ b/charts/stable/pt-helper/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/stable/pt-helper)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pt-helper)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pt-helper
+https://trueforge.org/truecharts/stable/pt-helper
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/putty/Chart.yaml b/charts/stable/putty/Chart.yaml
index e076438052c..e9f2aa10015 100644
--- a/charts/stable/putty/Chart.yaml
+++ b/charts/stable/putty/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: PuTTY is a free and open-source terminal emulator, serial console and network file transfer application.
-home: https://truecharts.org/charts/stable/putty
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/putty.webp
+home: https://trueforge.org/truecharts/stable/putty
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/putty.webp
keywords:
- ssh
- putty
diff --git a/charts/stable/putty/README.md b/charts/stable/putty/README.md
index ada43650baf..138ddc77736 100644
--- a/charts/stable/putty/README.md
+++ b/charts/stable/putty/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/stable/putty)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/putty)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/putty
+https://trueforge.org/truecharts/stable/putty
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pvk-ii/Chart.yaml b/charts/stable/pvk-ii/Chart.yaml
index 304dd8605db..92771f5a5e5 100644
--- a/charts/stable/pvk-ii/Chart.yaml
+++ b/charts/stable/pvk-ii/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Pirates, Vikings & Knights 2 and run it.
-home: https://truecharts.org/charts/stable/pvk-ii
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pvk-ii.webp
+home: https://trueforge.org/truecharts/stable/pvk-ii
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pvk-ii.webp
keywords:
- pvk-ii
- GameServers
diff --git a/charts/stable/pvk-ii/README.md b/charts/stable/pvk-ii/README.md
index c56a8b71af8..67fa24e2fff 100644
--- a/charts/stable/pvk-ii/README.md
+++ b/charts/stable/pvk-ii/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/stable/pvk-ii)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pvk-ii)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pvk-ii
+https://trueforge.org/truecharts/stable/pvk-ii
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pwm/Chart.yaml b/charts/stable/pwm/Chart.yaml
index 4fca2914f04..82e09643e50 100644
--- a/charts/stable/pwm/Chart.yaml
+++ b/charts/stable/pwm/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: PWM is a free and opensource password self-service application enabling end-users to reset their enterprise password themselves.
-home: https://truecharts.org/charts/stable/pwm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwm.webp
+home: https://trueforge.org/truecharts/stable/pwm
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pwm.webp
keywords:
- pwm
- Security
diff --git a/charts/stable/pwm/README.md b/charts/stable/pwm/README.md
index ad1ec865601..1c6af9144f5 100644
--- a/charts/stable/pwm/README.md
+++ b/charts/stable/pwm/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/stable/pwm)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pwm)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pwm
+https://trueforge.org/truecharts/stable/pwm
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pwndrop/Chart.yaml b/charts/stable/pwndrop/Chart.yaml
index 565da7ec6a3..1cc8d130a0f 100644
--- a/charts/stable/pwndrop/Chart.yaml
+++ b/charts/stable/pwndrop/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Pwndrop is a self-deployable file hosting service for sending out red teaming payloads or securely sharing your private files over HTTP and WebDAV.
-home: https://truecharts.org/charts/stable/pwndrop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.webp
+home: https://trueforge.org/truecharts/stable/pwndrop
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pwndrop.webp
keywords:
- pwndrop
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/pwndrop/README.md b/charts/stable/pwndrop/README.md
index 8293886b7ee..1b87302fbdb 100644
--- a/charts/stable/pwndrop/README.md
+++ b/charts/stable/pwndrop/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/stable/pwndrop)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pwndrop)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pwndrop
+https://trueforge.org/truecharts/stable/pwndrop
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pyload-ng/Chart.yaml b/charts/stable/pyload-ng/Chart.yaml
index 1bf3eddac0c..6f11a907cb5 100644
--- a/charts/stable/pyload-ng/Chart.yaml
+++ b/charts/stable/pyload-ng/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: pyLoad(https://pyload.net/) is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
-home: https://truecharts.org/charts/stable/pyload-ng
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.webp
+home: https://trueforge.org/truecharts/stable/pyload-ng
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pyload-ng.webp
keywords:
- pyload-ng
- Other
diff --git a/charts/stable/pyload-ng/README.md b/charts/stable/pyload-ng/README.md
index 54822b59ee0..d39b37f4d6d 100644
--- a/charts/stable/pyload-ng/README.md
+++ b/charts/stable/pyload-ng/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/stable/pyload-ng)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pyload-ng
+https://trueforge.org/truecharts/stable/pyload-ng
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pyload/Chart.yaml b/charts/stable/pyload/Chart.yaml
index fad5efe6783..04faaa32f23 100644
--- a/charts/stable/pyload/Chart.yaml
+++ b/charts/stable/pyload/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: pyLoad is a Free and Open Source download manager written in Python and designed to be extremely lightweight, easily extensible and fully manageable via web.
-home: https://truecharts.org/charts/stable/pyload
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload.webp
+home: https://trueforge.org/truecharts/stable/pyload
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pyload.webp
keywords:
- pyload
- download
diff --git a/charts/stable/pyload/README.md b/charts/stable/pyload/README.md
index 98c0bff0914..8793e73e4b6 100644
--- a/charts/stable/pyload/README.md
+++ b/charts/stable/pyload/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/stable/pyload)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pyload)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pyload
+https://trueforge.org/truecharts/stable/pyload
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/pylon/Chart.yaml b/charts/stable/pylon/Chart.yaml
index 7309cd85369..9f244f8e5ea 100644
--- a/charts/stable/pylon/Chart.yaml
+++ b/charts/stable/pylon/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Pylon is a web based integrated development environment.
-home: https://truecharts.org/charts/stable/pylon
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/pylon.webp
+home: https://trueforge.org/truecharts/stable/pylon
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/pylon.webp
keywords:
- pylon
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/pylon/README.md b/charts/stable/pylon/README.md
index 5dc983f929a..ca4c16ff9ac 100644
--- a/charts/stable/pylon/README.md
+++ b/charts/stable/pylon/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/stable/pylon)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/pylon)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/pylon
+https://trueforge.org/truecharts/stable/pylon
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/qbitmanage/Chart.yaml b/charts/stable/qbitmanage/Chart.yaml
index 905871ac64d..8bc7503aacc 100644
--- a/charts/stable/qbitmanage/Chart.yaml
+++ b/charts/stable/qbitmanage/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove orphaned data, remove unregistered torrents and much much more.
-home: https://truecharts.org/charts/stable/qbitmanage
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitmanage.webp
+home: https://trueforge.org/truecharts/stable/qbitmanage
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/qbitmanage.webp
keywords:
- qbitmanage
- Downloaders
diff --git a/charts/stable/qbitmanage/README.md b/charts/stable/qbitmanage/README.md
index ebeb1fe5441..03b2167d371 100644
--- a/charts/stable/qbitmanage/README.md
+++ b/charts/stable/qbitmanage/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/stable/qbitmanage)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/qbitmanage)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/qbitmanage
+https://trueforge.org/truecharts/stable/qbitmanage
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/qbitrr/Chart.yaml b/charts/stable/qbitrr/Chart.yaml
index 6b6f80cb4ca..cc01a693fda 100644
--- a/charts/stable/qbitrr/Chart.yaml
+++ b/charts/stable/qbitrr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A simple script to monitor qBit and communicate with Radarr and Sonarr.
-home: https://truecharts.org/charts/stable/qbitrr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbitrr.webp
+home: https://trueforge.org/truecharts/stable/qbitrr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/qbitrr.webp
keywords:
- qbitrr
- Downloaders
diff --git a/charts/stable/qbitrr/README.md b/charts/stable/qbitrr/README.md
index 7b95a3cba54..f7d91d869ee 100644
--- a/charts/stable/qbitrr/README.md
+++ b/charts/stable/qbitrr/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/stable/qbitrr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/qbitrr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/qbitrr
+https://trueforge.org/truecharts/stable/qbitrr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/qbittorrent/Chart.yaml b/charts/stable/qbittorrent/Chart.yaml
index 81b8c68d54f..f034020b1d9 100644
--- a/charts/stable/qbittorrent/Chart.yaml
+++ b/charts/stable/qbittorrent/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: qBittorrent is a cross-platform free and open-source BitTorrent client
-home: https://truecharts.org/charts/stable/qbittorrent
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qbittorrent.webp
+home: https://trueforge.org/truecharts/stable/qbittorrent
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/qbittorrent.webp
keywords:
- qbittorrent
- torrrent
diff --git a/charts/stable/qbittorrent/README.md b/charts/stable/qbittorrent/README.md
index 43a0e475c0c..0ff4afcf3e5 100644
--- a/charts/stable/qbittorrent/README.md
+++ b/charts/stable/qbittorrent/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/stable/qbittorrent)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/qbittorrent)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/qbittorrent
+https://trueforge.org/truecharts/stable/qbittorrent
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/qbittorrent/docs/installation.md b/charts/stable/qbittorrent/docs/installation.md
index 84c6e43d853..a43d9455399 100644
--- a/charts/stable/qbittorrent/docs/installation.md
+++ b/charts/stable/qbittorrent/docs/installation.md
@@ -50,7 +50,7 @@ service:
### VPN
-Use the [Gluetun VPN Add-on Setup Guide](https://truecharts.org/guides/addons/vpn-setup/)
+Use the [Gluetun VPN Add-on Setup Guide](https://trueforge.org/guides/addons/vpn-setup/)
diff --git a/charts/stable/qdirstat/Chart.yaml b/charts/stable/qdirstat/Chart.yaml
index 2233e673adc..1c7e2c83ff0 100644
--- a/charts/stable/qdirstat/Chart.yaml
+++ b/charts/stable/qdirstat/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up.
-home: https://truecharts.org/charts/stable/qdirstat
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qdirstat.webp
+home: https://trueforge.org/truecharts/stable/qdirstat
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/qdirstat.webp
keywords:
- stats
- qdirstat
diff --git a/charts/stable/qdirstat/README.md b/charts/stable/qdirstat/README.md
index bc9b378db5e..38e3d1b9ef1 100644
--- a/charts/stable/qdirstat/README.md
+++ b/charts/stable/qdirstat/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/stable/qdirstat)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/qdirstat)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/qdirstat
+https://trueforge.org/truecharts/stable/qdirstat
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/qflood/Chart.yaml b/charts/stable/qflood/Chart.yaml
index 14600f6f523..21aea924d21 100644
--- a/charts/stable/qflood/Chart.yaml
+++ b/charts/stable/qflood/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Chart with qBittorrent and the Flood UI.
-home: https://truecharts.org/charts/stable/qflood
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qflood.webp
+home: https://trueforge.org/truecharts/stable/qflood
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/qflood.webp
keywords:
- qflood
- Downloaders
diff --git a/charts/stable/qflood/README.md b/charts/stable/qflood/README.md
index 164ecd020f5..bda157138d5 100644
--- a/charts/stable/qflood/README.md
+++ b/charts/stable/qflood/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/stable/qflood)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/qflood)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/qflood
+https://trueforge.org/truecharts/stable/qflood
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/qinglong/Chart.yaml b/charts/stable/qinglong/Chart.yaml
index 951e20a90ad..aab8a07e831 100644
--- a/charts/stable/qinglong/Chart.yaml
+++ b/charts/stable/qinglong/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A timed task management panel that supports typescript, javaScript, python3, and shell
-home: https://truecharts.org/charts/stable/qinglong
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qinglong.webp
+home: https://trueforge.org/truecharts/stable/qinglong
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/qinglong.webp
keywords:
- qinglong
- task
diff --git a/charts/stable/qinglong/README.md b/charts/stable/qinglong/README.md
index fd18dc8bc1d..056f675f3c6 100644
--- a/charts/stable/qinglong/README.md
+++ b/charts/stable/qinglong/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/stable/qinglong)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/qinglong)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/qinglong
+https://trueforge.org/truecharts/stable/qinglong
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/quake3/Chart.yaml b/charts/stable/quake3/Chart.yaml
index 2a9af026f44..1af93e5419d 100644
--- a/charts/stable/quake3/Chart.yaml
+++ b/charts/stable/quake3/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install Quake III Server (You have to copy your .pk3 files from your game directory to your server).
-home: https://truecharts.org/charts/stable/quake3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/quake3.webp
+home: https://trueforge.org/truecharts/stable/quake3
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/quake3.webp
keywords:
- quake3
- GameServers
diff --git a/charts/stable/quake3/README.md b/charts/stable/quake3/README.md
index 082dbf63ddb..afd862cf1da 100644
--- a/charts/stable/quake3/README.md
+++ b/charts/stable/quake3/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/stable/quake3)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/quake3)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/quake3
+https://trueforge.org/truecharts/stable/quake3
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/quassel-core/Chart.yaml b/charts/stable/quassel-core/Chart.yaml
index eeb80e5cc80..24d19609df7 100644
--- a/charts/stable/quassel-core/Chart.yaml
+++ b/charts/stable/quassel-core/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Quassel-core is a modern, cross-platform, distributed IRC client.
-home: https://truecharts.org/charts/stable/quassel-core
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.webp
+home: https://trueforge.org/truecharts/stable/quassel-core
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/quassel-core.webp
keywords:
- quassel-core
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/quassel-core/README.md b/charts/stable/quassel-core/README.md
index 55f540bb94b..70b9cfe94c5 100644
--- a/charts/stable/quassel-core/README.md
+++ b/charts/stable/quassel-core/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/stable/quassel-core)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/quassel-core
+https://trueforge.org/truecharts/stable/quassel-core
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/quassel-web/Chart.yaml b/charts/stable/quassel-web/Chart.yaml
index b99c6e9a42f..40430046dbc 100644
--- a/charts/stable/quassel-web/Chart.yaml
+++ b/charts/stable/quassel-web/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Quassel-web is a web client for Quassel.
-home: https://truecharts.org/charts/stable/quassel-web
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-web.webp
+home: https://trueforge.org/truecharts/stable/quassel-web
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/quassel-web.webp
keywords:
- quassel-web
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/quassel-web/README.md b/charts/stable/quassel-web/README.md
index 4c08328f63e..f3df9d504f4 100644
--- a/charts/stable/quassel-web/README.md
+++ b/charts/stable/quassel-web/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/stable/quassel-web)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/quassel-web
+https://trueforge.org/truecharts/stable/quassel-web
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/quickshare/Chart.yaml b/charts/stable/quickshare/Chart.yaml
index 151ffc58256..bff3dab10bc 100644
--- a/charts/stable/quickshare/Chart.yaml
+++ b/charts/stable/quickshare/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Quick and simple file sharing between different devices.
-home: https://truecharts.org/charts/stable/quickshare
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/quickshare.webp
+home: https://trueforge.org/truecharts/stable/quickshare
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/quickshare.webp
keywords:
- quickshare
- Cloud
diff --git a/charts/stable/quickshare/README.md b/charts/stable/quickshare/README.md
index 2cd6b994014..c1ce6346d3a 100644
--- a/charts/stable/quickshare/README.md
+++ b/charts/stable/quickshare/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/stable/quickshare)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/quickshare)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/quickshare
+https://trueforge.org/truecharts/stable/quickshare
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/quiz-game/Chart.yaml b/charts/stable/quiz-game/Chart.yaml
index 3be850fe945..6a32b45f487 100644
--- a/charts/stable/quiz-game/Chart.yaml
+++ b/charts/stable/quiz-game/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Test your General Knowledge in different types of topics.
-home: https://truecharts.org/charts/stable/quiz-game
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/quiz-game.webp
+home: https://trueforge.org/truecharts/stable/quiz-game
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/quiz-game.webp
keywords:
- quiz-game
- GameServers
diff --git a/charts/stable/quiz-game/README.md b/charts/stable/quiz-game/README.md
index 95e5ee92e7b..f339ce03afe 100644
--- a/charts/stable/quiz-game/README.md
+++ b/charts/stable/quiz-game/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/stable/quiz-game)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/quiz-game
+https://trueforge.org/truecharts/stable/quiz-game
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/qwantify/Chart.yaml b/charts/stable/qwantify/Chart.yaml
index fc623fd115c..4c823fb41f0 100644
--- a/charts/stable/qwantify/Chart.yaml
+++ b/charts/stable/qwantify/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Play games with your friends right from the browser.
-home: https://truecharts.org/charts/stable/qwantify
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/qwantify.webp
+home: https://trueforge.org/truecharts/stable/qwantify
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/qwantify.webp
keywords:
- qwantify
- games
diff --git a/charts/stable/qwantify/README.md b/charts/stable/qwantify/README.md
index 6e485f52ec7..1bda5f81e60 100644
--- a/charts/stable/qwantify/README.md
+++ b/charts/stable/qwantify/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/stable/qwantify)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/qwantify)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/qwantify
+https://trueforge.org/truecharts/stable/qwantify
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/radarr/Chart.yaml b/charts/stable/radarr/Chart.yaml
index e53e917d74f..f12f8c4f5a4 100644
--- a/charts/stable/radarr/Chart.yaml
+++ b/charts/stable/radarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A fork of Sonarr to work with movies à la Couchpotato
-home: https://truecharts.org/charts/stable/radarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarr.webp
+home: https://trueforge.org/truecharts/stable/radarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/radarr.webp
keywords:
- radarr
- torrent
diff --git a/charts/stable/radarr/README.md b/charts/stable/radarr/README.md
index 3232b7d7cb1..4a338d6340d 100644
--- a/charts/stable/radarr/README.md
+++ b/charts/stable/radarr/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/stable/radarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/radarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/radarr
+https://trueforge.org/truecharts/stable/radarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/radarrsync/Chart.yaml b/charts/stable/radarrsync/Chart.yaml
index 7a537442311..0156f609979 100644
--- a/charts/stable/radarrsync/Chart.yaml
+++ b/charts/stable/radarrsync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: RadarrSync Syncs two Radarr servers through web API. This is a modified version designed to be run in a Chart Chart. This version supports only two servers.
-home: https://truecharts.org/charts/stable/radarrsync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/radarrsync.webp
+home: https://trueforge.org/truecharts/stable/radarrsync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/radarrsync.webp
keywords:
- radarrsync
- Downloaders
diff --git a/charts/stable/radarrsync/README.md b/charts/stable/radarrsync/README.md
index df330cb4cbe..f6438a1c60b 100644
--- a/charts/stable/radarrsync/README.md
+++ b/charts/stable/radarrsync/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/stable/radarrsync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/radarrsync)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/radarrsync
+https://trueforge.org/truecharts/stable/radarrsync
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/radicale/Chart.yaml b/charts/stable/radicale/Chart.yaml
index 1e80dd0264e..e45812bbf63 100644
--- a/charts/stable/radicale/Chart.yaml
+++ b/charts/stable/radicale/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server.
-home: https://truecharts.org/charts/stable/radicale
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/radicale.webp
+home: https://trueforge.org/truecharts/stable/radicale
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/radicale.webp
keywords:
- radicale
- CalDAV
diff --git a/charts/stable/radicale/README.md b/charts/stable/radicale/README.md
index a7e0bec0c08..75d637becfe 100644
--- a/charts/stable/radicale/README.md
+++ b/charts/stable/radicale/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/stable/radicale)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/radicale)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/radicale
+https://trueforge.org/truecharts/stable/radicale
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rapidphotodownloader/Chart.yaml b/charts/stable/rapidphotodownloader/Chart.yaml
index 7643038a282..f65be53c143 100644
--- a/charts/stable/rapidphotodownloader/Chart.yaml
+++ b/charts/stable/rapidphotodownloader/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install Rapid Photo Downloader.
-home: https://truecharts.org/charts/stable/rapidphotodownloader
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rapidphotodownloader.webp
+home: https://trueforge.org/truecharts/stable/rapidphotodownloader
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rapidphotodownloader.webp
keywords:
- rapidphotodownloader
- MediaApp-Photos
diff --git a/charts/stable/rapidphotodownloader/README.md b/charts/stable/rapidphotodownloader/README.md
index 6b4f57cc0d2..36d4e10aff1 100644
--- a/charts/stable/rapidphotodownloader/README.md
+++ b/charts/stable/rapidphotodownloader/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/stable/rapidphotodownloader)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rapidphotodownloader)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rapidphotodownloader
+https://trueforge.org/truecharts/stable/rapidphotodownloader
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/raspberrymatic/Chart.yaml b/charts/stable/raspberrymatic/Chart.yaml
index e4f10ed956e..ffd6f506049 100644
--- a/charts/stable/raspberrymatic/Chart.yaml
+++ b/charts/stable/raspberrymatic/Chart.yaml
@@ -23,8 +23,8 @@ dependencies:
import-values: []
deprecated: false
description: A free and non-commercial open-source operating system alternative for running a cloud-free smart-home IoT.
-home: https://truecharts.org/charts/stable/raspberrymatic
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/raspberrymatic.webp
+home: https://trueforge.org/truecharts/stable/raspberrymatic
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/raspberrymatic.webp
keywords:
- raspberrymatic
- iot
diff --git a/charts/stable/raspberrymatic/README.md b/charts/stable/raspberrymatic/README.md
index a62353aade1..e2bc65e5151 100644
--- a/charts/stable/raspberrymatic/README.md
+++ b/charts/stable/raspberrymatic/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/stable/raspberrymatic)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/raspberrymatic)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/raspberrymatic
+https://trueforge.org/truecharts/stable/raspberrymatic
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rcon-webadmin/Chart.yaml b/charts/stable/rcon-webadmin/Chart.yaml
index 1db24578831..fb13e4c640b 100644
--- a/charts/stable/rcon-webadmin/Chart.yaml
+++ b/charts/stable/rcon-webadmin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Out of the box, RCON Web Admin can check users for high ping, VAC status, or filter the chat for you around the clock.
-home: https://truecharts.org/charts/stable/rcon-webadmin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rcon-webadmin.webp
+home: https://trueforge.org/truecharts/stable/rcon-webadmin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rcon-webadmin.webp
keywords:
- rcon-webadmin
- GameServers
diff --git a/charts/stable/rcon-webadmin/README.md b/charts/stable/rcon-webadmin/README.md
index 72dd74caafb..0b0af94c0f5 100644
--- a/charts/stable/rcon-webadmin/README.md
+++ b/charts/stable/rcon-webadmin/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/stable/rcon-webadmin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rcon-webadmin
+https://trueforge.org/truecharts/stable/rcon-webadmin
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rdesktop/Chart.yaml b/charts/stable/rdesktop/Chart.yaml
index c6bf704d1f8..8335731ef47 100644
--- a/charts/stable/rdesktop/Chart.yaml
+++ b/charts/stable/rdesktop/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Full desktop environments in many popular flavors for Alpine, Ubuntu, Arch, and Fedora accessible via RDP.
-home: https://truecharts.org/charts/stable/rdesktop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.webp
+home: https://trueforge.org/truecharts/stable/rdesktop
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rdesktop.webp
keywords:
- rdesktop
- desktops
diff --git a/charts/stable/rdesktop/README.md b/charts/stable/rdesktop/README.md
index c655c72a212..2915f14503f 100644
--- a/charts/stable/rdesktop/README.md
+++ b/charts/stable/rdesktop/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/stable/rdesktop)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rdesktop)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rdesktop
+https://trueforge.org/truecharts/stable/rdesktop
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rdtclient/Chart.yaml b/charts/stable/rdtclient/Chart.yaml
index b5972708646..761fad094bb 100644
--- a/charts/stable/rdtclient/Chart.yaml
+++ b/charts/stable/rdtclient/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is a web interface to manage your torrents on Real-Debrid, AllDebrid or Premiumize.
-home: https://truecharts.org/charts/stable/rdtclient
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdtclient.webp
+home: https://trueforge.org/truecharts/stable/rdtclient
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rdtclient.webp
keywords:
- rdtclient
- torrent
diff --git a/charts/stable/rdtclient/README.md b/charts/stable/rdtclient/README.md
index 86ffc934dfd..c50756ab8bb 100644
--- a/charts/stable/rdtclient/README.md
+++ b/charts/stable/rdtclient/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/stable/rdtclient)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rdtclient
+https://trueforge.org/truecharts/stable/rdtclient
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/recyclarr/Chart.yaml b/charts/stable/recyclarr/Chart.yaml
index 07de361e26d..c16b094bccf 100644
--- a/charts/stable/recyclarr/Chart.yaml
+++ b/charts/stable/recyclarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A command-line application that will automatically synchronize recommended settings from TRaSH guides to your Sonarr/Radarr instances.
-home: https://truecharts.org/charts/stable/recyclarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/recyclarr.webp
+home: https://trueforge.org/truecharts/stable/recyclarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/recyclarr.webp
keywords:
- recyclarr
- Tools-Utilities
diff --git a/charts/stable/recyclarr/README.md b/charts/stable/recyclarr/README.md
index 11f20ef133e..1a34f94a52d 100644
--- a/charts/stable/recyclarr/README.md
+++ b/charts/stable/recyclarr/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/stable/recyclarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/recyclarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/recyclarr
+https://trueforge.org/truecharts/stable/recyclarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/red-discordbot/Chart.yaml b/charts/stable/red-discordbot/Chart.yaml
index 5fced7e1ca9..65e693b37a9 100644
--- a/charts/stable/red-discordbot/Chart.yaml
+++ b/charts/stable/red-discordbot/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'The newest Red-Discordbot in a convenient multi-arch Chart '
-home: https://truecharts.org/charts/stable/red-discordbot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/red-discordbot.webp
+home: https://trueforge.org/truecharts/stable/red-discordbot
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/red-discordbot.webp
keywords:
- red-discordbot
- Tools-Utilities
diff --git a/charts/stable/red-discordbot/README.md b/charts/stable/red-discordbot/README.md
index 597da4eb102..ab94ffe9e50 100644
--- a/charts/stable/red-discordbot/README.md
+++ b/charts/stable/red-discordbot/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/stable/red-discordbot)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/red-discordbot
+https://trueforge.org/truecharts/stable/red-discordbot
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/redis/Chart.yaml b/charts/stable/redis/Chart.yaml
index 26697d5c227..6b0e5517827 100644
--- a/charts/stable/redis/Chart.yaml
+++ b/charts/stable/redis/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Open source, advanced key-value store.
-home: https://truecharts.org/charts/stable/redis
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/redis.webp
+home: https://trueforge.org/truecharts/stable/redis
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/redis.webp
keywords:
- redis
- keyvalue
diff --git a/charts/stable/redis/README.md b/charts/stable/redis/README.md
index 76c6b80a185..43cf26c383e 100644
--- a/charts/stable/redis/README.md
+++ b/charts/stable/redis/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/stable/redis)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/redis)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/redis
+https://trueforge.org/truecharts/stable/redis
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/redisinsight/Chart.yaml b/charts/stable/redisinsight/Chart.yaml
index 453dbed7ace..ff807abaf57 100644
--- a/charts/stable/redisinsight/Chart.yaml
+++ b/charts/stable/redisinsight/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: GUI for Redis.
-home: https://truecharts.org/charts/stable/redisinsight
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/redisinsight.webp
+home: https://trueforge.org/truecharts/stable/redisinsight
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/redisinsight.webp
keywords:
- redisinsight
- Tools-Utilities
diff --git a/charts/stable/redisinsight/README.md b/charts/stable/redisinsight/README.md
index 9df0e8a32fa..7f51a2701bd 100644
--- a/charts/stable/redisinsight/README.md
+++ b/charts/stable/redisinsight/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/stable/redisinsight)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/redisinsight)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/redisinsight
+https://trueforge.org/truecharts/stable/redisinsight
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/redm/Chart.yaml b/charts/stable/redm/Chart.yaml
index aa812ca5bac..e0570c703b1 100644
--- a/charts/stable/redm/Chart.yaml
+++ b/charts/stable/redm/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'With this Chart you can run RedM (Red Dead Redemption 2 MOD SERVER) it will automatically download the latest version or if you want to updated it yourself set the Manual Updates (in the ''Show more settings'' tab down below) to true (without quotes). The Chart will automatically extract it and download all other required files (resources, server.cfg). You can get fx.tar.xz from here: https://runtime.fivem.net/artifacts/fivem/build_proot_linux/master/ To run this Chart you must provide a valid Server Key (you can get them from here: https://keymaster.fivem.net/) and your prefered Server Name.'
-home: https://truecharts.org/charts/stable/redm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/redm.webp
+home: https://trueforge.org/truecharts/stable/redm
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/redm.webp
keywords:
- redm
- GameServers
diff --git a/charts/stable/redm/README.md b/charts/stable/redm/README.md
index 513cf763d14..2978f2efbc0 100644
--- a/charts/stable/redm/README.md
+++ b/charts/stable/redm/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/stable/redm)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/redm)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/redm
+https://trueforge.org/truecharts/stable/redm
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/redmine/Chart.yaml b/charts/stable/redmine/Chart.yaml
index 3aa1b42e467..e0f7d163f43 100644
--- a/charts/stable/redmine/Chart.yaml
+++ b/charts/stable/redmine/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Redmine is a flexible project management web application written using Ruby on Rails framework.
-home: https://truecharts.org/charts/stable/redmine
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/redmine.webp
+home: https://trueforge.org/truecharts/stable/redmine
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/redmine.webp
keywords:
- project
- management
diff --git a/charts/stable/redmine/README.md b/charts/stable/redmine/README.md
index 53e29728059..571d6deb50a 100644
--- a/charts/stable/redmine/README.md
+++ b/charts/stable/redmine/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/stable/redmine)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/redmine)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/redmine
+https://trueforge.org/truecharts/stable/redmine
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/redmine/docs/custom-theme.md b/charts/stable/redmine/docs/custom-theme.md
index 355ed5c23ba..3f55b3f747e 100644
--- a/charts/stable/redmine/docs/custom-theme.md
+++ b/charts/stable/redmine/docs/custom-theme.md
@@ -6,7 +6,7 @@ This tutorial explains installing some themes for Redmine.
## Chart deploy configuration
-- Add ingress with [codeserver](https://truecharts.org/guides/addons/code-server/) addon.
+- Add ingress with [codeserver](https://trueforge.org/guides/addons/code-server/) addon.
- Add additional `themes` PVC persistence with `mountPath: "/usr/src/redmine/themes"` Since Redmine v6 location is changed to ./redmine/themes instead of /redmine/public/themes.
- Optional add `plugins` PVC persistence with `mountPath: "/usr/src/redmine/plugins"` This is the folder where you need to unzip your plugins if you want to use some.
diff --git a/charts/stable/reg/Chart.yaml b/charts/stable/reg/Chart.yaml
index 42b54add125..530ef8d4b04 100644
--- a/charts/stable/reg/Chart.yaml
+++ b/charts/stable/reg/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Docker registry v2 command line client and repo listing generator with security checks.
-home: https://truecharts.org/charts/stable/reg
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/reg.webp
+home: https://trueforge.org/truecharts/stable/reg
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/reg.webp
keywords:
- reg
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/reg/README.md b/charts/stable/reg/README.md
index f4e82c761b6..0a8d334d07a 100644
--- a/charts/stable/reg/README.md
+++ b/charts/stable/reg/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/stable/reg)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/reg)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/reg
+https://trueforge.org/truecharts/stable/reg
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/remmina/Chart.yaml b/charts/stable/remmina/Chart.yaml
index 9e4bb251a8f..05bda3583fd 100644
--- a/charts/stable/remmina/Chart.yaml
+++ b/charts/stable/remmina/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A remote desktop client written in GTK
-home: https://truecharts.org/charts/stable/remmina
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/remmina.webp
+home: https://trueforge.org/truecharts/stable/remmina
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/remmina.webp
keywords:
- remina
- remote
diff --git a/charts/stable/remmina/README.md b/charts/stable/remmina/README.md
index 582b0d2735b..47087715c83 100644
--- a/charts/stable/remmina/README.md
+++ b/charts/stable/remmina/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/stable/remmina)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/remmina)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/remmina
+https://trueforge.org/truecharts/stable/remmina
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/remotely/Chart.yaml b/charts/stable/remotely/Chart.yaml
index 17126ea8591..27c3907a2fe 100644
--- a/charts/stable/remotely/Chart.yaml
+++ b/charts/stable/remotely/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A remote control and remote scripting solution, built with .NET 5, Blazor, SignalR Core, and WebRTC.
-home: https://truecharts.org/charts/stable/remotely
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/remotely.webp
+home: https://trueforge.org/truecharts/stable/remotely
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/remotely.webp
keywords:
- remotely
- Tools-Utilities
diff --git a/charts/stable/remotely/README.md b/charts/stable/remotely/README.md
index 3bb15225076..9477851294d 100644
--- a/charts/stable/remotely/README.md
+++ b/charts/stable/remotely/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/stable/remotely)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/remotely)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/remotely
+https://trueforge.org/truecharts/stable/remotely
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/renovate/Chart.yaml b/charts/stable/renovate/Chart.yaml
index a8065f3093e..284dc57c2e0 100644
--- a/charts/stable/renovate/Chart.yaml
+++ b/charts/stable/renovate/Chart.yaml
@@ -20,8 +20,8 @@ dependencies:
import-values: []
deprecated: false
description: renovate self-hosted
-home: https://truecharts.org/charts/stable/renovate
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/renovate.webp
+home: https://trueforge.org/truecharts/stable/renovate
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/renovate.webp
keywords:
- renovate
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/renovate/README.md b/charts/stable/renovate/README.md
index 7226af10780..b4de0e4be75 100644
--- a/charts/stable/renovate/README.md
+++ b/charts/stable/renovate/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/stable/renovate)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/renovate)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/renovate
+https://trueforge.org/truecharts/stable/renovate
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/requestrr/Chart.yaml b/charts/stable/requestrr/Chart.yaml
index 8c6110c5372..64f24e3ab97 100644
--- a/charts/stable/requestrr/Chart.yaml
+++ b/charts/stable/requestrr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Requestrr is a chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat.
-home: https://truecharts.org/charts/stable/requestrr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/requestrr.webp
+home: https://trueforge.org/truecharts/stable/requestrr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/requestrr.webp
keywords:
- requestrr
- discord
diff --git a/charts/stable/requestrr/README.md b/charts/stable/requestrr/README.md
index ef9b729dd15..376a5bdfcc5 100644
--- a/charts/stable/requestrr/README.md
+++ b/charts/stable/requestrr/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/stable/requestrr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/requestrr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/requestrr
+https://trueforge.org/truecharts/stable/requestrr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/resilio-sync/Chart.yaml b/charts/stable/resilio-sync/Chart.yaml
index 134e3a0b711..8a3ac864686 100644
--- a/charts/stable/resilio-sync/Chart.yaml
+++ b/charts/stable/resilio-sync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Resilio Sync is a fast, reliable, and simple file sync and share solution, powered by P2P technology
-home: https://truecharts.org/charts/stable/resilio-sync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/resilio-sync.webp
+home: https://trueforge.org/truecharts/stable/resilio-sync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/resilio-sync.webp
keywords:
- resilio
- sync
diff --git a/charts/stable/resilio-sync/README.md b/charts/stable/resilio-sync/README.md
index 976518c9e7d..04d79a551dc 100644
--- a/charts/stable/resilio-sync/README.md
+++ b/charts/stable/resilio-sync/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/stable/resilio-sync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/resilio-sync
+https://trueforge.org/truecharts/stable/resilio-sync
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/restic-rest-server/Chart.yaml b/charts/stable/restic-rest-server/Chart.yaml
index dad32a99bf0..48f45dfffad 100644
--- a/charts/stable/restic-rest-server/Chart.yaml
+++ b/charts/stable/restic-rest-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'Rest Server is a high performance HTTP server that implements restic''s REST backend API. It provides secure and efficient way to backup data remotely, using restic backup client via the rest: URL.'
-home: https://truecharts.org/charts/stable/restic-rest-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/restic-rest-server.webp
+home: https://trueforge.org/truecharts/stable/restic-rest-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/restic-rest-server.webp
keywords:
- restic-rest-server
- Backup
diff --git a/charts/stable/restic-rest-server/README.md b/charts/stable/restic-rest-server/README.md
index 9ddfb208378..e99ff0af220 100644
--- a/charts/stable/restic-rest-server/README.md
+++ b/charts/stable/restic-rest-server/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/stable/restic-rest-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/restic-rest-server
+https://trueforge.org/truecharts/stable/restic-rest-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/retrobot/Chart.yaml b/charts/stable/retrobot/Chart.yaml
index ebc3f2acf24..200f2506e4e 100644
--- a/charts/stable/retrobot/Chart.yaml
+++ b/charts/stable/retrobot/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A discord bot that allows you to play old nintendo games with your friends over chat.
-home: https://truecharts.org/charts/stable/retrobot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/retrobot.webp
+home: https://trueforge.org/truecharts/stable/retrobot
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/retrobot.webp
keywords:
- retrobot
- emulator
diff --git a/charts/stable/retrobot/README.md b/charts/stable/retrobot/README.md
index ef54e4d3377..47fee776e44 100644
--- a/charts/stable/retrobot/README.md
+++ b/charts/stable/retrobot/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/stable/retrobot)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/retrobot)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/retrobot
+https://trueforge.org/truecharts/stable/retrobot
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/reubah/Chart.yaml b/charts/stable/reubah/Chart.yaml
index 4ae3d956ddc..035a7af6879 100644
--- a/charts/stable/reubah/Chart.yaml
+++ b/charts/stable/reubah/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A web-based tool for processing images and converting documents with a simple interface.
-home: https://truecharts.org/charts/stable/reubah
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/reubah.webp
+home: https://trueforge.org/truecharts/stable/reubah
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/reubah.webp
keywords:
- reubah
- image-processor
diff --git a/charts/stable/reubah/README.md b/charts/stable/reubah/README.md
index c0359a80474..33e18838ef6 100644
--- a/charts/stable/reubah/README.md
+++ b/charts/stable/reubah/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/stable/reubah)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/reubah)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/reubah
+https://trueforge.org/truecharts/stable/reubah
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rflood/Chart.yaml b/charts/stable/rflood/Chart.yaml
index b0a719d271a..e92383fd409 100644
--- a/charts/stable/rflood/Chart.yaml
+++ b/charts/stable/rflood/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Chart with rTorrent and the Flood UI.
-home: https://truecharts.org/charts/stable/rflood
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.webp
+home: https://trueforge.org/truecharts/stable/rflood
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rflood.webp
keywords:
- rflood
- downloaders
diff --git a/charts/stable/rflood/README.md b/charts/stable/rflood/README.md
index 233e088985e..f94dc31bdba 100644
--- a/charts/stable/rflood/README.md
+++ b/charts/stable/rflood/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/stable/rflood)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rflood)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rflood
+https://trueforge.org/truecharts/stable/rflood
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rickroll/Chart.yaml b/charts/stable/rickroll/Chart.yaml
index db928316452..8554218c0e5 100644
--- a/charts/stable/rickroll/Chart.yaml
+++ b/charts/stable/rickroll/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Self-hosted Rick Roll chart.
-home: https://truecharts.org/charts/stable/rickroll
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rickroll.webp
+home: https://trueforge.org/truecharts/stable/rickroll
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rickroll.webp
keywords:
- rickroll
- media
diff --git a/charts/stable/rickroll/README.md b/charts/stable/rickroll/README.md
index ad3c1e0c111..d67cd29201e 100644
--- a/charts/stable/rickroll/README.md
+++ b/charts/stable/rickroll/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/stable/rickroll)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rickroll)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rickroll
+https://trueforge.org/truecharts/stable/rickroll
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ring-mqtt/Chart.yaml b/charts/stable/ring-mqtt/Chart.yaml
index 25a2b4ebc54..4268e41cbc8 100644
--- a/charts/stable/ring-mqtt/Chart.yaml
+++ b/charts/stable/ring-mqtt/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Interact with Ring Inc products (cameras/alarms/smart lighting) via MQTT.
-home: https://truecharts.org/charts/stable/ring-mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ring-mqtt.webp
+home: https://trueforge.org/truecharts/stable/ring-mqtt
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ring-mqtt.webp
keywords:
- ring-mqtt
- home-automation
diff --git a/charts/stable/ring-mqtt/README.md b/charts/stable/ring-mqtt/README.md
index 7b235ebb9c9..2c63475714f 100644
--- a/charts/stable/ring-mqtt/README.md
+++ b/charts/stable/ring-mqtt/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/stable/ring-mqtt)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ring-mqtt)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ring-mqtt
+https://trueforge.org/truecharts/stable/ring-mqtt
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rmlint/Chart.yaml b/charts/stable/rmlint/Chart.yaml
index e26f2f14d77..ca12874b2ac 100644
--- a/charts/stable/rmlint/Chart.yaml
+++ b/charts/stable/rmlint/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: rmlint finds space waste and other broken things on your filesystem and offers to remove it.
-home: https://truecharts.org/charts/stable/rmlint
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rmlint.webp
+home: https://trueforge.org/truecharts/stable/rmlint
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rmlint.webp
keywords:
- rmlint
- Tools-Utilities
diff --git a/charts/stable/rmlint/README.md b/charts/stable/rmlint/README.md
index 0a62604a8e9..ddb5fcebe2b 100644
--- a/charts/stable/rmlint/README.md
+++ b/charts/stable/rmlint/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/stable/rmlint)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rmlint)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rmlint
+https://trueforge.org/truecharts/stable/rmlint
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/romm/Chart.yaml b/charts/stable/romm/Chart.yaml
index 9c3bfb8c6c3..701c1bbad82 100644
--- a/charts/stable/romm/Chart.yaml
+++ b/charts/stable/romm/Chart.yaml
@@ -36,8 +36,8 @@ dependencies:
import-values: []
deprecated: false
description: game library manager focused in retro gaming
-home: https://truecharts.org/charts/stable/romm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/romm.webp
+home: https://trueforge.org/truecharts/stable/romm
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/romm.webp
keywords:
- romm
- rom-manager
diff --git a/charts/stable/romm/README.md b/charts/stable/romm/README.md
index cf265a8da22..1601a97a89d 100644
--- a/charts/stable/romm/README.md
+++ b/charts/stable/romm/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/stable/romm)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/romm)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/romm
+https://trueforge.org/truecharts/stable/romm
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/root/Chart.yaml b/charts/stable/root/Chart.yaml
index 9a5807eb79c..c0d2c5d630f 100644
--- a/charts/stable/root/Chart.yaml
+++ b/charts/stable/root/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ROOT is a framework for data processing, born at CERN, at the heart of the research on high-energy physics. Every day, thousands of physicists use ROOT applications to analyze their data or to perform simulations.
-home: https://truecharts.org/charts/stable/root
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/root.webp
+home: https://trueforge.org/truecharts/stable/root
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/root.webp
keywords:
- root
- Productivity
diff --git a/charts/stable/root/README.md b/charts/stable/root/README.md
index 6e5033bb18d..e22c869cd37 100644
--- a/charts/stable/root/README.md
+++ b/charts/stable/root/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/stable/root)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/root)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/root
+https://trueforge.org/truecharts/stable/root
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rsnapshot/Chart.yaml b/charts/stable/rsnapshot/Chart.yaml
index aa506b3b578..65023a16123 100644
--- a/charts/stable/rsnapshot/Chart.yaml
+++ b/charts/stable/rsnapshot/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Rsnapshot is a filesystem snapshot utility based on rsync.
-home: https://truecharts.org/charts/stable/rsnapshot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.webp
+home: https://trueforge.org/truecharts/stable/rsnapshot
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rsnapshot.webp
keywords:
- rsnapshot
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/rsnapshot/README.md b/charts/stable/rsnapshot/README.md
index a40bfa4981b..6024d558208 100644
--- a/charts/stable/rsnapshot/README.md
+++ b/charts/stable/rsnapshot/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/stable/rsnapshot)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rsnapshot)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rsnapshot
+https://trueforge.org/truecharts/stable/rsnapshot
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rss-bridge/Chart.yaml b/charts/stable/rss-bridge/Chart.yaml
index 0c26bccbf48..dbea2b64a9c 100644
--- a/charts/stable/rss-bridge/Chart.yaml
+++ b/charts/stable/rss-bridge/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: RSS-Bridge is a PHP project capable of generating RSS and Atom feeds for websites that don't have one.
-home: https://truecharts.org/charts/stable/rss-bridge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-bridge.webp
+home: https://trueforge.org/truecharts/stable/rss-bridge
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rss-bridge.webp
keywords:
- rss-bridge
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/rss-bridge/README.md b/charts/stable/rss-bridge/README.md
index f0d4f0c3fdc..a8cfd8bb4a5 100644
--- a/charts/stable/rss-bridge/README.md
+++ b/charts/stable/rss-bridge/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/stable/rss-bridge)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rss-bridge
+https://trueforge.org/truecharts/stable/rss-bridge
## Configuration Options
@@ -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-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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rss-proxy/Chart.yaml b/charts/stable/rss-proxy/Chart.yaml
index 86be739d291..84cba63fdea 100644
--- a/charts/stable/rss-proxy/Chart.yaml
+++ b/charts/stable/rss-proxy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: RSS-proxy 2+ allows you to do create an ATOM or JSON feed of almost static/dynamic websites or feeds (web to feed), just by analyzing just the HTML structure.
-home: https://truecharts.org/charts/stable/rss-proxy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-proxy.webp
+home: https://trueforge.org/truecharts/stable/rss-proxy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rss-proxy.webp
keywords:
- rss-proxy
- Cloud
diff --git a/charts/stable/rss-proxy/README.md b/charts/stable/rss-proxy/README.md
index 6cac82e7ff4..d20479c9864 100644
--- a/charts/stable/rss-proxy/README.md
+++ b/charts/stable/rss-proxy/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/stable/rss-proxy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rss-proxy)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rss-proxy
+https://trueforge.org/truecharts/stable/rss-proxy
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rss-to-telegram/Chart.yaml b/charts/stable/rss-to-telegram/Chart.yaml
index d6120efa9c1..e054b23aa64 100644
--- a/charts/stable/rss-to-telegram/Chart.yaml
+++ b/charts/stable/rss-to-telegram/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted telegram JS/TS bot that dumps posts from RSS feeds to a telegram chat. This script was created because all the third party services were unreliable, slow.
-home: https://truecharts.org/charts/stable/rss-to-telegram
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rss-to-telegram.webp
+home: https://trueforge.org/truecharts/stable/rss-to-telegram
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rss-to-telegram.webp
keywords:
- rss-to-telegram
- Network-Other
diff --git a/charts/stable/rss-to-telegram/README.md b/charts/stable/rss-to-telegram/README.md
index feb9c9ba7f4..d1e6f8d7ac3 100644
--- a/charts/stable/rss-to-telegram/README.md
+++ b/charts/stable/rss-to-telegram/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/stable/rss-to-telegram)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rss-to-telegram)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rss-to-telegram
+https://trueforge.org/truecharts/stable/rss-to-telegram
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rsshub/Chart.yaml b/charts/stable/rsshub/Chart.yaml
index e7caabdd55c..4f9ea6e0cc0 100644
--- a/charts/stable/rsshub/Chart.yaml
+++ b/charts/stable/rsshub/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: RSSHub can generate RSS feeds from pretty much everything
-home: https://truecharts.org/charts/stable/rsshub
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.webp
+home: https://trueforge.org/truecharts/stable/rsshub
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rsshub.webp
keywords:
- rsshub
- rss
diff --git a/charts/stable/rsshub/README.md b/charts/stable/rsshub/README.md
index 6cff912354e..c1444673e8c 100644
--- a/charts/stable/rsshub/README.md
+++ b/charts/stable/rsshub/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/stable/rsshub)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rsshub)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rsshub
+https://trueforge.org/truecharts/stable/rsshub
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rstudio/Chart.yaml b/charts/stable/rstudio/Chart.yaml
index ab7abdba83d..18d5d77e768 100644
--- a/charts/stable/rstudio/Chart.yaml
+++ b/charts/stable/rstudio/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Integrated development environment for R, a programming language for statistical computing and graphics.
-home: https://truecharts.org/charts/stable/rstudio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rstudio.webp
+home: https://trueforge.org/truecharts/stable/rstudio
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rstudio.webp
keywords:
- rstudio
- Productivity
diff --git a/charts/stable/rstudio/README.md b/charts/stable/rstudio/README.md
index 2e0f287bd8a..3a9bbc2d96b 100644
--- a/charts/stable/rstudio/README.md
+++ b/charts/stable/rstudio/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/stable/rstudio)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rstudio)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rstudio
+https://trueforge.org/truecharts/stable/rstudio
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rtorrent-rutorrent/Chart.yaml b/charts/stable/rtorrent-rutorrent/Chart.yaml
index 021ce0fc961..a710ed52aa5 100644
--- a/charts/stable/rtorrent-rutorrent/Chart.yaml
+++ b/charts/stable/rtorrent-rutorrent/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: rTorrent and ruTorrent chart.
-home: https://truecharts.org/charts/stable/rtorrent-rutorrent
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.webp
+home: https://trueforge.org/truecharts/stable/rtorrent-rutorrent
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rtorrent-rutorrent.webp
keywords:
- rutorrent
- torrent
@@ -38,7 +38,7 @@ sources:
- https://ghcr.io/thde/rtorrent_exporter
- https://github.com/crazy-max/docker-rtorrent-rutorrent
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/rtorrent-rutorrent
- - https://truecharts.org/charts/stable/rtorrent-rutorrent
+ - https://trueforge.org/truecharts/stable/rtorrent-rutorrent
type: application
version: 7.8.0
diff --git a/charts/stable/rtorrent-rutorrent/README.md b/charts/stable/rtorrent-rutorrent/README.md
index 6dbf252197f..17f087f80d7 100644
--- a/charts/stable/rtorrent-rutorrent/README.md
+++ b/charts/stable/rtorrent-rutorrent/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/stable/rtorrent-rutorrent)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rtorrent-rutorrent
+https://trueforge.org/truecharts/stable/rtorrent-rutorrent
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rust/Chart.yaml b/charts/stable/rust/Chart.yaml
index edb28e948c5..be3dd3c6253 100644
--- a/charts/stable/rust/Chart.yaml
+++ b/charts/stable/rust/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install RUST and run it.
-home: https://truecharts.org/charts/stable/rust
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rust.webp
+home: https://trueforge.org/truecharts/stable/rust
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rust.webp
keywords:
- rust
- GameServers
diff --git a/charts/stable/rust/README.md b/charts/stable/rust/README.md
index 9ffa7955f9a..a74c6d54cf1 100644
--- a/charts/stable/rust/README.md
+++ b/charts/stable/rust/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/stable/rust)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rust)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rust
+https://trueforge.org/truecharts/stable/rust
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rustdesk/Chart.yaml b/charts/stable/rustdesk/Chart.yaml
index d2f2c9c4563..5ed64f376d5 100644
--- a/charts/stable/rustdesk/Chart.yaml
+++ b/charts/stable/rustdesk/Chart.yaml
@@ -20,8 +20,8 @@ dependencies:
import-values: []
deprecated: false
description: rustdesk self-hosted
-home: https://truecharts.org/charts/stable/rustdesk
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustdesk.webp
+home: https://trueforge.org/truecharts/stable/rustdesk
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rustdesk.webp
keywords:
- rustdesk
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/rustdesk/README.md b/charts/stable/rustdesk/README.md
index 91d5a407f98..05afe895a6e 100644
--- a/charts/stable/rustdesk/README.md
+++ b/charts/stable/rustdesk/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/stable/rustdesk)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rustdesk)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rustdesk
+https://trueforge.org/truecharts/stable/rustdesk
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/rustpad/Chart.yaml b/charts/stable/rustpad/Chart.yaml
index edb85474cbe..2cb5dfedefe 100644
--- a/charts/stable/rustpad/Chart.yaml
+++ b/charts/stable/rustpad/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Rustpad is an efficient and minimal open-source collaborative text editor based on the operational transformation algorithm. It lets users collaborate in real time while writing code in their browser. Rustpad is completely self-hosted and fits in a tiny Chart, no database required.
-home: https://truecharts.org/charts/stable/rustpad
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/rustpad.webp
+home: https://trueforge.org/truecharts/stable/rustpad
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/rustpad.webp
keywords:
- rustpad
- Cloud
diff --git a/charts/stable/rustpad/README.md b/charts/stable/rustpad/README.md
index 9a9dec825e5..d4e3ed7ee32 100644
--- a/charts/stable/rustpad/README.md
+++ b/charts/stable/rustpad/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/stable/rustpad)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/rustpad)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/rustpad
+https://trueforge.org/truecharts/stable/rustpad
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/s3backup/Chart.yaml b/charts/stable/s3backup/Chart.yaml
index 1a60dd81219..547bbd451f2 100644
--- a/charts/stable/s3backup/Chart.yaml
+++ b/charts/stable/s3backup/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A simple way to backup important files to Amazon S3 and Glacier.
-home: https://truecharts.org/charts/stable/s3backup
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3backup.webp
+home: https://trueforge.org/truecharts/stable/s3backup
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/s3backup.webp
keywords:
- s3backup
- Backup
diff --git a/charts/stable/s3backup/README.md b/charts/stable/s3backup/README.md
index e4749cbbd7b..39f9281628d 100644
--- a/charts/stable/s3backup/README.md
+++ b/charts/stable/s3backup/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/stable/s3backup)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/s3backup)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/s3backup
+https://trueforge.org/truecharts/stable/s3backup
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/s3sync/Chart.yaml b/charts/stable/s3sync/Chart.yaml
index e011573dd0a..63a672ef1fc 100644
--- a/charts/stable/s3sync/Chart.yaml
+++ b/charts/stable/s3sync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This application backs up every folder mounted at `/data/` to a given AWS S3 path using the `aws s3 sync` command. It requires a pair of (IAM) Access and Secret Keys.
-home: https://truecharts.org/charts/stable/s3sync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/s3sync.webp
+home: https://trueforge.org/truecharts/stable/s3sync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/s3sync.webp
keywords:
- s3sync
- Backup
diff --git a/charts/stable/s3sync/README.md b/charts/stable/s3sync/README.md
index c0e97345786..d19434431c1 100644
--- a/charts/stable/s3sync/README.md
+++ b/charts/stable/s3sync/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/stable/s3sync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/s3sync)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/s3sync
+https://trueforge.org/truecharts/stable/s3sync
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sabnzbd/Chart.yaml b/charts/stable/sabnzbd/Chart.yaml
index e7c133b80c7..b6092b025ae 100644
--- a/charts/stable/sabnzbd/Chart.yaml
+++ b/charts/stable/sabnzbd/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Free and easy binary newsreader
-home: https://truecharts.org/charts/stable/sabnzbd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sabnzbd.webp
+home: https://trueforge.org/truecharts/stable/sabnzbd
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sabnzbd.webp
keywords:
- sabnzbd
- usenet
diff --git a/charts/stable/sabnzbd/README.md b/charts/stable/sabnzbd/README.md
index 4cf0e0e95c1..dee0e7184dc 100644
--- a/charts/stable/sabnzbd/README.md
+++ b/charts/stable/sabnzbd/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/stable/sabnzbd)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sabnzbd)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sabnzbd
+https://trueforge.org/truecharts/stable/sabnzbd
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/satisfactory/Chart.yaml b/charts/stable/satisfactory/Chart.yaml
index 4932e072855..a13cfc5a35b 100644
--- a/charts/stable/satisfactory/Chart.yaml
+++ b/charts/stable/satisfactory/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Satisfactory Dedicated Server
-home: https://truecharts.org/charts/stable/satisfactory
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.webp
+home: https://trueforge.org/truecharts/stable/satisfactory
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/satisfactory.webp
keywords:
- satisfactory
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/satisfactory/README.md b/charts/stable/satisfactory/README.md
index b7949b1ef08..e8b0ca78fbe 100644
--- a/charts/stable/satisfactory/README.md
+++ b/charts/stable/satisfactory/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/stable/satisfactory)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/satisfactory)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/satisfactory
+https://trueforge.org/truecharts/stable/satisfactory
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/scrutiny/Chart.yaml b/charts/stable/scrutiny/Chart.yaml
index 9d7adc9d5de..5ffbb234e9e 100644
--- a/charts/stable/scrutiny/Chart.yaml
+++ b/charts/stable/scrutiny/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution.
-home: https://truecharts.org/charts/stable/scrutiny
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.webp
+home: https://trueforge.org/truecharts/stable/scrutiny
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/scrutiny.webp
keywords:
- scrutiny
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/scrutiny/README.md b/charts/stable/scrutiny/README.md
index 90baff8b694..700994c9b56 100644
--- a/charts/stable/scrutiny/README.md
+++ b/charts/stable/scrutiny/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/stable/scrutiny)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/scrutiny)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/scrutiny
+https://trueforge.org/truecharts/stable/scrutiny
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/scrypted/Chart.yaml b/charts/stable/scrypted/Chart.yaml
index b775aacc084..f736e325011 100644
--- a/charts/stable/scrypted/Chart.yaml
+++ b/charts/stable/scrypted/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Scrypted is a high performance home video integration and automation platform.
-home: https://truecharts.org/charts/stable/scrypted
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrypted.webp
+home: https://trueforge.org/truecharts/stable/scrypted
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/scrypted.webp
keywords:
- scrypted
- automation
diff --git a/charts/stable/scrypted/README.md b/charts/stable/scrypted/README.md
index 959a0c4d273..3273facadcf 100644
--- a/charts/stable/scrypted/README.md
+++ b/charts/stable/scrypted/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/stable/scrypted)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/scrypted)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/scrypted
+https://trueforge.org/truecharts/stable/scrypted
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sd-webui/Chart.yaml b/charts/stable/sd-webui/Chart.yaml
index c5008936f98..86ddeec3bcf 100644
--- a/charts/stable/sd-webui/Chart.yaml
+++ b/charts/stable/sd-webui/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: sd-webui-docker Chart
-home: https://truecharts.org/charts/stable/sd-webui-docker
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sd-webui-docker.webp
+home: https://trueforge.org/truecharts/stable/sd-webui-docker
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sd-webui-docker.webp
keywords:
- Whisper
- AI
diff --git a/charts/stable/sd-webui/README.md b/charts/stable/sd-webui/README.md
index 7a44cf4255b..aa53188c80a 100644
--- a/charts/stable/sd-webui/README.md
+++ b/charts/stable/sd-webui/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/stable/sd-webui-docker)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sd-webui-docker
+https://trueforge.org/truecharts/stable/sd-webui-docker
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sdtd/Chart.yaml b/charts/stable/sdtd/Chart.yaml
index 8e547bebdf4..271c8c48ecb 100644
--- a/charts/stable/sdtd/Chart.yaml
+++ b/charts/stable/sdtd/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This chart will download and install SteamCMD. It will also install 7 Days to Die and run it.
-home: https://truecharts.org/charts/stable/sdtd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sdtd.webp
+home: https://trueforge.org/truecharts/stable/sdtd
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sdtd.webp
keywords:
- sevendaystodie
- game-servers
diff --git a/charts/stable/sdtd/README.md b/charts/stable/sdtd/README.md
index ef648f6e7e4..356b45e0f5d 100644
--- a/charts/stable/sdtd/README.md
+++ b/charts/stable/sdtd/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/stable/sdtd)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sdtd)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sdtd
+https://trueforge.org/truecharts/stable/sdtd
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/seafile/Chart.yaml b/charts/stable/seafile/Chart.yaml
index 2f346a9009c..1a4994db485 100644
--- a/charts/stable/seafile/Chart.yaml
+++ b/charts/stable/seafile/Chart.yaml
@@ -34,8 +34,8 @@ dependencies:
import-values: []
deprecated: false
description: Reliable and Performant File Sync and Share Solution
-home: https://truecharts.org/charts/stable/seafile
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/seafile.webp
+home: https://trueforge.org/truecharts/stable/seafile
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/seafile.webp
keywords:
- seafile
- files
diff --git a/charts/stable/seafile/README.md b/charts/stable/seafile/README.md
index 61845bd366c..f5d62513571 100644
--- a/charts/stable/seafile/README.md
+++ b/charts/stable/seafile/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/stable/seafile)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/seafile)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/seafile
+https://trueforge.org/truecharts/stable/seafile
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/seafile/docs/install-notes.md b/charts/stable/seafile/docs/install-notes.md
index 24583e9f30c..52a853fb0ef 100644
--- a/charts/stable/seafile/docs/install-notes.md
+++ b/charts/stable/seafile/docs/install-notes.md
@@ -46,7 +46,7 @@ By default WebDAV is disabled by default, as per [upstream docs](https://manual.
- Restart Seafile and your WebDAV share will be accessible using your domain.com/seafdav
**Option 2:**
-- Add [codeserver](https://truecharts.org/guides/addons/code-server/) as addon to the deplyment.
+- Add [codeserver](https://trueforge.org/guides/addons/code-server/) as addon to the deplyment.
- Browse to `/shared/seafile/conf/seafdav.conf`
- Change `enabled = false` to `enabled = true`
- Restart Seafile and your WebDAV share will be accessible using your domain.com/seafdav
diff --git a/charts/stable/searxng/Chart.yaml b/charts/stable/searxng/Chart.yaml
index 559d523404b..9a3bc4ae03e 100644
--- a/charts/stable/searxng/Chart.yaml
+++ b/charts/stable/searxng/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Meta search engine which aggregates results from more than 70 search services.
-home: https://truecharts.org/charts/stable/searxng
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/searxng.webp
+home: https://trueforge.org/truecharts/stable/searxng
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/searxng.webp
keywords:
- searxng
- Productivity
diff --git a/charts/stable/searxng/README.md b/charts/stable/searxng/README.md
index b878a748960..21ac01396aa 100644
--- a/charts/stable/searxng/README.md
+++ b/charts/stable/searxng/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/stable/searxng)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/searxng)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/searxng
+https://trueforge.org/truecharts/stable/searxng
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/seedsync/Chart.yaml b/charts/stable/seedsync/Chart.yaml
index f7b29decbce..b8f054b1255 100644
--- a/charts/stable/seedsync/Chart.yaml
+++ b/charts/stable/seedsync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: SeedSync is a tool to sync the files on a remote Linux server (like your seedbox, for example). It uses LFTP to transfer files fast!
-home: https://truecharts.org/charts/stable/seedsync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/seedsync.webp
+home: https://trueforge.org/truecharts/stable/seedsync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/seedsync.webp
keywords:
- seedsync
- Tools-Utilities
diff --git a/charts/stable/seedsync/README.md b/charts/stable/seedsync/README.md
index 4344a1d80c1..70bc54155ca 100644
--- a/charts/stable/seedsync/README.md
+++ b/charts/stable/seedsync/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/stable/seedsync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/seedsync)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/seedsync
+https://trueforge.org/truecharts/stable/seedsync
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/semaphore/Chart.yaml b/charts/stable/semaphore/Chart.yaml
index bc1fad760c8..a57ca638bdf 100644
--- a/charts/stable/semaphore/Chart.yaml
+++ b/charts/stable/semaphore/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Semaphore is a modern, open source alternative to Ansible Tower. It is a self-hosted web-based solution that allows you to create and manage Ansible projects, playbooks, and roles, while also providing a web interface for running and monitoring Ansible tasks.
-home: https://truecharts.org/charts/stable/semaphore
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/semaphore.webp
+home: https://trueforge.org/truecharts/stable/semaphore
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/semaphore.webp
keywords:
- ansible
- semaphore
diff --git a/charts/stable/semaphore/README.md b/charts/stable/semaphore/README.md
index 829ed7faac0..cfe7be7155f 100644
--- a/charts/stable/semaphore/README.md
+++ b/charts/stable/semaphore/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/stable/semaphore)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/semaphore)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/semaphore
+https://trueforge.org/truecharts/stable/semaphore
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/send/Chart.yaml b/charts/stable/send/Chart.yaml
index 5ef7dc2e097..9c94432e233 100644
--- a/charts/stable/send/Chart.yaml
+++ b/charts/stable/send/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A fork of Mozilla's Firefox Send.Mozilla discontinued Send, this fork is a community effort to keep the project up-to-date and alive.
-home: https://truecharts.org/charts/stable/send
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/send.webp
+home: https://trueforge.org/truecharts/stable/send
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/send.webp
keywords:
- send
- Cloud
diff --git a/charts/stable/send/README.md b/charts/stable/send/README.md
index a58d41d487a..1a0113ff32a 100644
--- a/charts/stable/send/README.md
+++ b/charts/stable/send/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/stable/send)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/send)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/send
+https://trueforge.org/truecharts/stable/send
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ser2sock/Chart.yaml b/charts/stable/ser2sock/Chart.yaml
index f0c4090fbbf..c39aa349f83 100644
--- a/charts/stable/ser2sock/Chart.yaml
+++ b/charts/stable/ser2sock/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Serial to Socket Redirector
-home: https://truecharts.org/charts/stable/ser2sock
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ser2sock.webp
+home: https://trueforge.org/truecharts/stable/ser2sock
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ser2sock.webp
keywords:
- ser2sock
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/ser2sock/README.md b/charts/stable/ser2sock/README.md
index 96d9ba452c4..eb6f3bab60e 100644
--- a/charts/stable/ser2sock/README.md
+++ b/charts/stable/ser2sock/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/stable/ser2sock)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ser2sock)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ser2sock
+https://trueforge.org/truecharts/stable/ser2sock
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/serpbear/Chart.yaml b/charts/stable/serpbear/Chart.yaml
index 315a55e5892..3a0f823d57a 100644
--- a/charts/stable/serpbear/Chart.yaml
+++ b/charts/stable/serpbear/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Search Engine Position Tracking App.
-home: https://truecharts.org/charts/stable/serpbear
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.webp
+home: https://trueforge.org/truecharts/stable/serpbear
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/serpbear.webp
keywords:
- serpbear
- metrics
diff --git a/charts/stable/serpbear/README.md b/charts/stable/serpbear/README.md
index 1764dbc03a8..c42f8d9d172 100644
--- a/charts/stable/serpbear/README.md
+++ b/charts/stable/serpbear/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/stable/serpbear)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/serpbear)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/serpbear
+https://trueforge.org/truecharts/stable/serpbear
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/servas/Chart.yaml b/charts/stable/servas/Chart.yaml
index 60cf50c6880..20cb65ec72f 100644
--- a/charts/stable/servas/Chart.yaml
+++ b/charts/stable/servas/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted bookmark management tool.
-home: https://truecharts.org/charts/stable/servas
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.webp
+home: https://trueforge.org/truecharts/stable/servas
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/servas.webp
keywords:
- servas
- bookmarks
diff --git a/charts/stable/servas/README.md b/charts/stable/servas/README.md
index 546893f80aa..5eb9d769be9 100644
--- a/charts/stable/servas/README.md
+++ b/charts/stable/servas/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/stable/servas)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/servas)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/servas
+https://trueforge.org/truecharts/stable/servas
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sftpgo/Chart.yaml b/charts/stable/sftpgo/Chart.yaml
index 4164857b45d..d5c60a62d97 100644
--- a/charts/stable/sftpgo/Chart.yaml
+++ b/charts/stable/sftpgo/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'Fully featured and highly configurable SFTP server with optional HTTP/S, FTP, FTPS and WebDAV support. Several storage backends are supported: local filesystem, encrypted local filesystem, S3 (compatible) Object Storage, Google Cloud Storage, Azure Blob Storage, SFTP.'
-home: https://truecharts.org/charts/stable/sftpgo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sftpgo.webp
+home: https://trueforge.org/truecharts/stable/sftpgo
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sftpgo.webp
keywords:
- sftpgo
- Network-FTP
diff --git a/charts/stable/sftpgo/README.md b/charts/stable/sftpgo/README.md
index 5e358d24e1b..232e1cd1c6e 100644
--- a/charts/stable/sftpgo/README.md
+++ b/charts/stable/sftpgo/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/stable/sftpgo)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sftpgo)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sftpgo
+https://trueforge.org/truecharts/stable/sftpgo
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/shaarli/Chart.yaml b/charts/stable/shaarli/Chart.yaml
index 93395cc59b4..d0d3ec35530 100644
--- a/charts/stable/shaarli/Chart.yaml
+++ b/charts/stable/shaarli/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The personal, minimalist, super-fast, database free, bookmarking service.
-home: https://truecharts.org/charts/stable/shaarli
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shaarli.webp
+home: https://trueforge.org/truecharts/stable/shaarli
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/shaarli.webp
keywords:
- shaarli
- Productivity
diff --git a/charts/stable/shaarli/README.md b/charts/stable/shaarli/README.md
index e639bbfa525..2594ccfd5e4 100644
--- a/charts/stable/shaarli/README.md
+++ b/charts/stable/shaarli/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/stable/shaarli)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/shaarli)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/shaarli
+https://trueforge.org/truecharts/stable/shaarli
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/shapeshifter-obfuscator/Chart.yaml b/charts/stable/shapeshifter-obfuscator/Chart.yaml
index 70b246fcc18..c071e4071da 100644
--- a/charts/stable/shapeshifter-obfuscator/Chart.yaml
+++ b/charts/stable/shapeshifter-obfuscator/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'Shapeshifter-Obfuscator is a Chartized implementation of shapeshifter-dispatcher provided by The Operator Foundation. The shapeshifter suite provides command-line proxy and obfuscation tools that effectively modify packets to evade advanced IDS systems. '
-home: https://truecharts.org/charts/stable/shapeshifter-obfuscator
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.webp
+home: https://trueforge.org/truecharts/stable/shapeshifter-obfuscator
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/shapeshifter-obfuscator.webp
keywords:
- shapeshifter-obfuscator
- Security
diff --git a/charts/stable/shapeshifter-obfuscator/README.md b/charts/stable/shapeshifter-obfuscator/README.md
index f444ce9d237..82dd6e5bb50 100644
--- a/charts/stable/shapeshifter-obfuscator/README.md
+++ b/charts/stable/shapeshifter-obfuscator/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/stable/shapeshifter-obfuscator)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/shapeshifter-obfuscator
+https://trueforge.org/truecharts/stable/shapeshifter-obfuscator
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sheetable/Chart.yaml b/charts/stable/sheetable/Chart.yaml
index 89579dbe81b..f15e1760785 100644
--- a/charts/stable/sheetable/Chart.yaml
+++ b/charts/stable/sheetable/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: SheetAble is an easy to use music sheet organiser for all the music enthusiasts out there.
-home: https://truecharts.org/charts/stable/sheetable
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sheetable.webp
+home: https://trueforge.org/truecharts/stable/sheetable
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sheetable.webp
keywords:
- sheetable
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/sheetable/README.md b/charts/stable/sheetable/README.md
index aebe27a9392..6f299bab90c 100644
--- a/charts/stable/sheetable/README.md
+++ b/charts/stable/sheetable/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/stable/sheetable)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sheetable)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sheetable
+https://trueforge.org/truecharts/stable/sheetable
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/shiori/Chart.yaml b/charts/stable/shiori/Chart.yaml
index 54df7e54ea0..65c9119fd2e 100644
--- a/charts/stable/shiori/Chart.yaml
+++ b/charts/stable/shiori/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A simple bookmark manager built with Go.
-home: https://truecharts.org/charts/stable/shiori
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shiori.webp
+home: https://trueforge.org/truecharts/stable/shiori
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/shiori.webp
keywords:
- shiori
- bookmark
diff --git a/charts/stable/shiori/README.md b/charts/stable/shiori/README.md
index 29dd8ff06f4..229e6ef0de6 100644
--- a/charts/stable/shiori/README.md
+++ b/charts/stable/shiori/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/stable/shiori)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/shiori)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/shiori
+https://trueforge.org/truecharts/stable/shiori
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/shlink-web-client/Chart.yaml b/charts/stable/shlink-web-client/Chart.yaml
index 8232a84e2f7..0f66c6359b7 100644
--- a/charts/stable/shlink-web-client/Chart.yaml
+++ b/charts/stable/shlink-web-client/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A ReactJS-based progressive web application for Shlink.
-home: https://truecharts.org/charts/stable/shlink-web-client
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink-web-client.webp
+home: https://trueforge.org/truecharts/stable/shlink-web-client
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/shlink-web-client.webp
keywords:
- url
- shortener
diff --git a/charts/stable/shlink-web-client/README.md b/charts/stable/shlink-web-client/README.md
index cfb94fcac15..be5cb4ffa1d 100644
--- a/charts/stable/shlink-web-client/README.md
+++ b/charts/stable/shlink-web-client/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/stable/shlink-web-client)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/shlink-web-client)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/shlink-web-client
+https://trueforge.org/truecharts/stable/shlink-web-client
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/shlink/Chart.yaml b/charts/stable/shlink/Chart.yaml
index 3d5629d06b4..4edf4dfdfba 100644
--- a/charts/stable/shlink/Chart.yaml
+++ b/charts/stable/shlink/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: A PHP-based self-hosted URL shortener that can be used to serve shortened URLs under your own custom domain.
-home: https://truecharts.org/charts/stable/shlink
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shlink.webp
+home: https://trueforge.org/truecharts/stable/shlink
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/shlink.webp
keywords:
- url
- shortener
diff --git a/charts/stable/shlink/README.md b/charts/stable/shlink/README.md
index a440116e297..0361df9bcf6 100644
--- a/charts/stable/shlink/README.md
+++ b/charts/stable/shlink/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/stable/shlink)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/shlink)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/shlink
+https://trueforge.org/truecharts/stable/shlink
## Configuration Options
@@ -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/values.yaml
All our Charts use a shared "common" library chart that contains most of the 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 the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/shoko-server/Chart.yaml b/charts/stable/shoko-server/Chart.yaml
index 22b17c0e9ed..723534690f0 100644
--- a/charts/stable/shoko-server/Chart.yaml
+++ b/charts/stable/shoko-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Anime cataloging program designed to automate the cataloging of your collection.
-home: https://truecharts.org/charts/stable/shoko-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shoko-server.webp
+home: https://trueforge.org/truecharts/stable/shoko-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/shoko-server.webp
keywords:
- shoko-server
- Tools-Utilities
diff --git a/charts/stable/shoko-server/README.md b/charts/stable/shoko-server/README.md
index 4f2457ef528..21e2c666848 100644
--- a/charts/stable/shoko-server/README.md
+++ b/charts/stable/shoko-server/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/stable/shoko-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/shoko-server
+https://trueforge.org/truecharts/stable/shoko-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/shortipy/Chart.yaml b/charts/stable/shortipy/Chart.yaml
index c6c62d1f4d8..1df7f148b9a 100644
--- a/charts/stable/shortipy/Chart.yaml
+++ b/charts/stable/shortipy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: URL Shortener in python based on flask
-home: https://truecharts.org/charts/stable/shortipy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shortipy.webp
+home: https://trueforge.org/truecharts/stable/shortipy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/shortipy.webp
keywords:
- shortipy
- Tools-Utilities
diff --git a/charts/stable/shortipy/README.md b/charts/stable/shortipy/README.md
index 431d30f91fb..8227d8dc6c8 100644
--- a/charts/stable/shortipy/README.md
+++ b/charts/stable/shortipy/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/stable/shortipy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/shortipy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/shortipy
+https://trueforge.org/truecharts/stable/shortipy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/shorturl/Chart.yaml b/charts/stable/shorturl/Chart.yaml
index 3df7f5e9a0c..8225dc8699c 100644
--- a/charts/stable/shorturl/Chart.yaml
+++ b/charts/stable/shorturl/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Self hosted web app for shortening urls (URL shortener)
-home: https://truecharts.org/charts/stable/shorturl
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/shorturl.webp
+home: https://trueforge.org/truecharts/stable/shorturl
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/shorturl.webp
keywords:
- url
- shortener
diff --git a/charts/stable/shorturl/README.md b/charts/stable/shorturl/README.md
index 42c1f7550e5..0fbb41197d7 100644
--- a/charts/stable/shorturl/README.md
+++ b/charts/stable/shorturl/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/stable/shorturl)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/shorturl)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/shorturl
+https://trueforge.org/truecharts/stable/shorturl
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sia-daemon/Chart.yaml b/charts/stable/sia-daemon/Chart.yaml
index c7c019fa231..6208871a258 100644
--- a/charts/stable/sia-daemon/Chart.yaml
+++ b/charts/stable/sia-daemon/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Sia is a decentralized cloud storage platform that radically alters the landscape of cloud storage. By leveraging smart contracts, client-side encryption, and sophisticated redundancy (via Reed-Solomon codes), Sia allows users to safely store their data with hosts that they do not know or trust. The result is a cloud storage marketplace where hosts compete to offer the best service at the lowest price. And since there is no barrier to entry for hosts, anyone with spare storage capacity can join the network and start making money.
-home: https://truecharts.org/charts/stable/sia-daemon
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sia-daemon.webp
+home: https://trueforge.org/truecharts/stable/sia-daemon
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sia-daemon.webp
keywords:
- sia-daemon
- Cloud
diff --git a/charts/stable/sia-daemon/README.md b/charts/stable/sia-daemon/README.md
index 26dccf01198..df5b496a7dc 100644
--- a/charts/stable/sia-daemon/README.md
+++ b/charts/stable/sia-daemon/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/stable/sia-daemon)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sia-daemon
+https://trueforge.org/truecharts/stable/sia-daemon
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sickchill/Chart.yaml b/charts/stable/sickchill/Chart.yaml
index 135a3a29ad4..c923bb7b1d2 100644
--- a/charts/stable/sickchill/Chart.yaml
+++ b/charts/stable/sickchill/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An Automatic Video Library Manager for TV Shows
-home: https://truecharts.org/charts/stable/sickchill
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickchill.webp
+home: https://trueforge.org/truecharts/stable/sickchill
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sickchill.webp
keywords:
- sickchill
- video
diff --git a/charts/stable/sickchill/README.md b/charts/stable/sickchill/README.md
index d6000d9a454..4b4b48014a0 100644
--- a/charts/stable/sickchill/README.md
+++ b/charts/stable/sickchill/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/stable/sickchill)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sickchill)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sickchill
+https://trueforge.org/truecharts/stable/sickchill
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sickgear/Chart.yaml b/charts/stable/sickgear/Chart.yaml
index ebf0272b78a..4e4265a8d70 100644
--- a/charts/stable/sickgear/Chart.yaml
+++ b/charts/stable/sickgear/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Provides management of TV shows and/or Anime, it detects new episodes, links downloader apps, and more
-home: https://truecharts.org/charts/stable/sickgear
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sickgear.webp
+home: https://trueforge.org/truecharts/stable/sickgear
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sickgear.webp
keywords:
- sickgear
- manager
diff --git a/charts/stable/sickgear/README.md b/charts/stable/sickgear/README.md
index 9fb8518a537..fc33c58fc5f 100644
--- a/charts/stable/sickgear/README.md
+++ b/charts/stable/sickgear/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/stable/sickgear)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sickgear)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sickgear
+https://trueforge.org/truecharts/stable/sickgear
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/signal-cli-rest-api/Chart.yaml b/charts/stable/signal-cli-rest-api/Chart.yaml
index f979a628a07..afba91b8bfc 100644
--- a/charts/stable/signal-cli-rest-api/Chart.yaml
+++ b/charts/stable/signal-cli-rest-api/Chart.yaml
@@ -20,8 +20,8 @@ dependencies:
import-values: []
deprecated: false
description: Dockerized Signal Messenger REST API.
-home: https://truecharts.org/charts/stable/signal-cli-rest-api
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/signal-cli-rest-api.webp
+home: https://trueforge.org/truecharts/stable/signal-cli-rest-api
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/signal-cli-rest-api.webp
keywords:
- signal
- signal-cli
diff --git a/charts/stable/signal-cli-rest-api/README.md b/charts/stable/signal-cli-rest-api/README.md
index 136b5ed6eef..0120c1bb26a 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/stable/signal-cli-rest-api)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/signal-cli-rest-api
+https://trueforge.org/truecharts/stable/signal-cli-rest-api
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/simply-shorten/Chart.yaml b/charts/stable/simply-shorten/Chart.yaml
index 89b3c97051a..8e8cbb98907 100644
--- a/charts/stable/simply-shorten/Chart.yaml
+++ b/charts/stable/simply-shorten/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A dead simple URL shortener.
-home: https://truecharts.org/charts/stable/simply-shorten
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/simply-shorten.webp
+home: https://trueforge.org/truecharts/stable/simply-shorten
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/simply-shorten.webp
keywords:
- simply-shorten
- Cloud
diff --git a/charts/stable/simply-shorten/README.md b/charts/stable/simply-shorten/README.md
index 462971c075c..b0c1380cce9 100644
--- a/charts/stable/simply-shorten/README.md
+++ b/charts/stable/simply-shorten/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/stable/simply-shorten)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/simply-shorten
+https://trueforge.org/truecharts/stable/simply-shorten
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sinusbot/Chart.yaml b/charts/stable/sinusbot/Chart.yaml
index 6f7c98a3ae6..2cbd10b7ecc 100644
--- a/charts/stable/sinusbot/Chart.yaml
+++ b/charts/stable/sinusbot/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: SinusBot is a MusicBot that will let you listen to music together with your friends on either TeamSpeak 3 or Discord.
-home: https://truecharts.org/charts/stable/sinusbot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sinusbot.webp
+home: https://trueforge.org/truecharts/stable/sinusbot
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sinusbot.webp
keywords:
- sinusbot
- Productivity
diff --git a/charts/stable/sinusbot/README.md b/charts/stable/sinusbot/README.md
index 746c6c68258..1336c0a27d1 100644
--- a/charts/stable/sinusbot/README.md
+++ b/charts/stable/sinusbot/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/stable/sinusbot)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sinusbot)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sinusbot
+https://trueforge.org/truecharts/stable/sinusbot
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/slack-invite/Chart.yaml b/charts/stable/slack-invite/Chart.yaml
index 676819d094a..67c6a7e3c34 100644
--- a/charts/stable/slack-invite/Chart.yaml
+++ b/charts/stable/slack-invite/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Creates a simple webpage for Slack invite signups
-home: https://truecharts.org/charts/stable/slack-invite
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/slack-invite.webp
+home: https://trueforge.org/truecharts/stable/slack-invite
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/slack-invite.webp
keywords:
- slack-invite
- Network-Messenger
diff --git a/charts/stable/slack-invite/README.md b/charts/stable/slack-invite/README.md
index 0d7a9d43cc4..2a3516e9c8f 100644
--- a/charts/stable/slack-invite/README.md
+++ b/charts/stable/slack-invite/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/stable/slack-invite)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/slack-invite
+https://trueforge.org/truecharts/stable/slack-invite
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/slash/Chart.yaml b/charts/stable/slash/Chart.yaml
index 17f26bf9a9d..f140e1f5817 100644
--- a/charts/stable/slash/Chart.yaml
+++ b/charts/stable/slash/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A bookmarking and link shortening service that enables easy saving and sharing of links.
-home: https://truecharts.org/charts/stable/slash
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/slash.webp
+home: https://trueforge.org/truecharts/stable/slash
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/slash.webp
keywords:
- slash
- bookmarks
diff --git a/charts/stable/slash/README.md b/charts/stable/slash/README.md
index 10787133dc4..58e8fcfa15b 100644
--- a/charts/stable/slash/README.md
+++ b/charts/stable/slash/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/stable/slash)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/slash)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/slash
+https://trueforge.org/truecharts/stable/slash
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/slink/Chart.yaml b/charts/stable/slink/Chart.yaml
index 818a4322d05..a82b8c10a12 100644
--- a/charts/stable/slink/Chart.yaml
+++ b/charts/stable/slink/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted image sharing platform built with Symfony and SvelteKit️.
-home: https://truecharts.org/charts/stable/slink
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/slink.webp
+home: https://trueforge.org/truecharts/stable/slink
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/slink.webp
keywords:
- media
- photos
diff --git a/charts/stable/slink/README.md b/charts/stable/slink/README.md
index e7cfab8398c..3a7e745579f 100644
--- a/charts/stable/slink/README.md
+++ b/charts/stable/slink/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/stable/slink)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/slink)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/slink
+https://trueforge.org/truecharts/stable/slink
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/slskd/Chart.yaml b/charts/stable/slskd/Chart.yaml
index 91e26947eeb..24256062756 100644
--- a/charts/stable/slskd/Chart.yaml
+++ b/charts/stable/slskd/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Slskd is a modern client-server application for the Soulseek file sharing network.
-home: https://truecharts.org/charts/stable/slskd
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/slskd.webp
+home: https://trueforge.org/truecharts/stable/slskd
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/slskd.webp
keywords:
- slskd
- music
diff --git a/charts/stable/slskd/README.md b/charts/stable/slskd/README.md
index 2f975008bbe..16e8a3638e1 100644
--- a/charts/stable/slskd/README.md
+++ b/charts/stable/slskd/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/stable/slskd)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/slskd)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/slskd
+https://trueforge.org/truecharts/stable/slskd
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/smartctl-exporter/Chart.yaml b/charts/stable/smartctl-exporter/Chart.yaml
index 738584542f6..80e7264b906 100644
--- a/charts/stable/smartctl-exporter/Chart.yaml
+++ b/charts/stable/smartctl-exporter/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Prometheus exporter for SMART using smartctl binary to gather metrics.
-home: https://truecharts.org/charts/stable/smartctl-exporter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/smartctl-exporter.webp
+home: https://trueforge.org/truecharts/stable/smartctl-exporter
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/smartctl-exporter.webp
keywords:
- prometheus
- smartctl-exporter
diff --git a/charts/stable/smartctl-exporter/README.md b/charts/stable/smartctl-exporter/README.md
index efa0f16f389..c3095ca147b 100644
--- a/charts/stable/smartctl-exporter/README.md
+++ b/charts/stable/smartctl-exporter/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/stable/smartctl-exporter)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/smartctl-exporter)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/smartctl-exporter
+https://trueforge.org/truecharts/stable/smartctl-exporter
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/smokeping/Chart.yaml b/charts/stable/smokeping/Chart.yaml
index 1ddb85e9dc9..43fcc40419a 100644
--- a/charts/stable/smokeping/Chart.yaml
+++ b/charts/stable/smokeping/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Keep track of your network latency.
-home: https://truecharts.org/charts/stable/smokeping
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/smokeping.webp
+home: https://trueforge.org/truecharts/stable/smokeping
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/smokeping.webp
keywords:
- smokeping
- network
diff --git a/charts/stable/smokeping/README.md b/charts/stable/smokeping/README.md
index 848aecf5a23..c9768703041 100644
--- a/charts/stable/smokeping/README.md
+++ b/charts/stable/smokeping/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/stable/smokeping)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/smokeping)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/smokeping
+https://trueforge.org/truecharts/stable/smokeping
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/smtp-relay/Chart.yaml b/charts/stable/smtp-relay/Chart.yaml
index 78055a0dff6..cd59c4de98c 100644
--- a/charts/stable/smtp-relay/Chart.yaml
+++ b/charts/stable/smtp-relay/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A SMTP service for relaying emails.
-home: https://truecharts.org/charts/stable/smtp-relay
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/smtp-relay.webp
+home: https://trueforge.org/truecharts/stable/smtp-relay
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/smtp-relay.webp
keywords:
- smtp-relay
- smtp
diff --git a/charts/stable/smtp-relay/README.md b/charts/stable/smtp-relay/README.md
index 88530cecc09..e0cedb09787 100644
--- a/charts/stable/smtp-relay/README.md
+++ b/charts/stable/smtp-relay/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/stable/smtp-relay)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/smtp-relay
+https://trueforge.org/truecharts/stable/smtp-relay
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/snapdrop/Chart.yaml b/charts/stable/snapdrop/Chart.yaml
index 8c3ff155acd..5f8d5d8aac7 100644
--- a/charts/stable/snapdrop/Chart.yaml
+++ b/charts/stable/snapdrop/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Snapdrop A local file sharing in your browser. Inspired by Apple's Airdrop.
-home: https://truecharts.org/charts/stable/snapdrop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapdrop.webp
+home: https://trueforge.org/truecharts/stable/snapdrop
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/snapdrop.webp
keywords:
- snapdrop
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/snapdrop/README.md b/charts/stable/snapdrop/README.md
index 29e6da19771..7b543965de9 100644
--- a/charts/stable/snapdrop/README.md
+++ b/charts/stable/snapdrop/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/stable/snapdrop)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/snapdrop)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/snapdrop
+https://trueforge.org/truecharts/stable/snapdrop
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/snapshot-controller/Chart.yaml b/charts/stable/snapshot-controller/Chart.yaml
index dd0d9ac2f29..8669510aa4a 100644
--- a/charts/stable/snapshot-controller/Chart.yaml
+++ b/charts/stable/snapshot-controller/Chart.yaml
@@ -27,8 +27,8 @@ description: |
this chart is meant for cases where it is not.
Also deploys the Snapshot Validation Webhook and configures your cluster to validate every `VolumeSnapshot` and
`VolumeSnapshotContent` resource by sending it to the webhook.
-home: https://truecharts.org/charts/system/snapshot-controller
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/snapshot-controller.webp
+home: https://trueforge.org/truecharts/stable/snapshot-controller
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/snapshot-controller.webp
keywords:
- storage
- snapshot
@@ -43,7 +43,7 @@ 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/trueforge-org/truecharts/tree/master/charts/system/snapshot-controller
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/snapshot-controller
type: application
version: 4.8.0
diff --git a/charts/stable/snapshot-controller/README.md b/charts/stable/snapshot-controller/README.md
index c0892eadb48..06ccf9c30aa 100644
--- a/charts/stable/snapshot-controller/README.md
+++ b/charts/stable/snapshot-controller/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/system/snapshot-controller)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/snapshot-controller)
**This chart is not 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/snapshot-controller`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/system/snapshot-controller
+https://trueforge.org/truecharts/stable/snapshot-controller
## Configuration Options
To view the 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/system/snapshot-controller/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/snippet-box/Chart.yaml b/charts/stable/snippet-box/Chart.yaml
index 6dd93a92d73..2b23a437a5d 100644
--- a/charts/stable/snippet-box/Chart.yaml
+++ b/charts/stable/snippet-box/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Snippet Box is a simple self-hosted app for organizing your code snippets.
-home: https://truecharts.org/charts/stable/snippet-box
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/snippet-box.webp
+home: https://trueforge.org/truecharts/stable/snippet-box
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/snippet-box.webp
keywords:
- snippet-box
- Productivity
diff --git a/charts/stable/snippet-box/README.md b/charts/stable/snippet-box/README.md
index f09d2756d2e..f4193e902ba 100644
--- a/charts/stable/snippet-box/README.md
+++ b/charts/stable/snippet-box/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/stable/snippet-box)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/snippet-box
+https://trueforge.org/truecharts/stable/snippet-box
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/socials/Chart.yaml b/charts/stable/socials/Chart.yaml
index f6cbe2d6c86..3a4845c10b3 100644
--- a/charts/stable/socials/Chart.yaml
+++ b/charts/stable/socials/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Socials is a single-page website that stores all your social media and personal websites to share. It is similar to tappy.tech, sociallinks.co, and linktr.ee, but open-source and built using Typescript, Sass, Express.js and EJS. Self-hosting or publishing as a static website or Chart is recommended!
-home: https://truecharts.org/charts/stable/socials
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/socials.webp
+home: https://trueforge.org/truecharts/stable/socials
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/socials.webp
keywords:
- socials
- Other
diff --git a/charts/stable/socials/README.md b/charts/stable/socials/README.md
index 30c8181036c..53c53ab0a1f 100644
--- a/charts/stable/socials/README.md
+++ b/charts/stable/socials/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/stable/socials)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/socials)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/socials
+https://trueforge.org/truecharts/stable/socials
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/soft-serve/Chart.yaml b/charts/stable/soft-serve/Chart.yaml
index cf95876e65d..937979cce19 100644
--- a/charts/stable/soft-serve/Chart.yaml
+++ b/charts/stable/soft-serve/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A tasty, self-hostable Git server for the command line.
-home: https://truecharts.org/charts/stable/soft-serve
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/soft-serve.webp
+home: https://trueforge.org/truecharts/stable/soft-serve
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/soft-serve.webp
keywords:
- soft-serve
- git
diff --git a/charts/stable/soft-serve/README.md b/charts/stable/soft-serve/README.md
index 98fc438d76a..a5b42fd74b6 100644
--- a/charts/stable/soft-serve/README.md
+++ b/charts/stable/soft-serve/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/stable/soft-serve)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/soft-serve
+https://trueforge.org/truecharts/stable/soft-serve
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sonarr/Chart.yaml b/charts/stable/sonarr/Chart.yaml
index 925effeebec..ab7ee7e228e 100644
--- a/charts/stable/sonarr/Chart.yaml
+++ b/charts/stable/sonarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Smart PVR for newsgroup and bittorrent users
-home: https://truecharts.org/charts/stable/sonarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonarr.webp
+home: https://trueforge.org/truecharts/stable/sonarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sonarr.webp
keywords:
- sonarr
- torrent
diff --git a/charts/stable/sonarr/README.md b/charts/stable/sonarr/README.md
index 02025fecdab..9d2dc2a204a 100644
--- a/charts/stable/sonarr/README.md
+++ b/charts/stable/sonarr/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/stable/sonarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sonarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sonarr
+https://trueforge.org/truecharts/stable/sonarr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/songkong/Chart.yaml b/charts/stable/songkong/Chart.yaml
index 85ebf72c2fc..31c602f6fec 100644
--- a/charts/stable/songkong/Chart.yaml
+++ b/charts/stable/songkong/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Official SongKong Chart repository, Identify your songs and add metadata and artwork automatically
-home: https://truecharts.org/charts/stable/songkong
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/songkong.webp
+home: https://trueforge.org/truecharts/stable/songkong
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/songkong.webp
keywords:
- songkong
- MediaApp-Music
diff --git a/charts/stable/songkong/README.md b/charts/stable/songkong/README.md
index f4904beea97..a7215344ec3 100644
--- a/charts/stable/songkong/README.md
+++ b/charts/stable/songkong/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/stable/songkong)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/songkong)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/songkong
+https://trueforge.org/truecharts/stable/songkong
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sonsoftheforest/Chart.yaml b/charts/stable/sonsoftheforest/Chart.yaml
index e073184e0e9..3f2c83ab192 100644
--- a/charts/stable/sonsoftheforest/Chart.yaml
+++ b/charts/stable/sonsoftheforest/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A custom SteamCMD chart that runs Sons Of The Forest Server.
-home: https://truecharts.org/charts/stable/sonsoftheforest
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sonsoftheforest.webp
+home: https://trueforge.org/truecharts/stable/sonsoftheforest
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sonsoftheforest.webp
keywords:
- sonsoftheforest
- GameServers
diff --git a/charts/stable/sonsoftheforest/README.md b/charts/stable/sonsoftheforest/README.md
index 0ca75112c47..3e59734aca8 100644
--- a/charts/stable/sonsoftheforest/README.md
+++ b/charts/stable/sonsoftheforest/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/stable/sonsoftheforest)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sonsoftheforest)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sonsoftheforest
+https://trueforge.org/truecharts/stable/sonsoftheforest
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sourcegraph/Chart.yaml b/charts/stable/sourcegraph/Chart.yaml
index 379370fd04e..51d7dd57e90 100644
--- a/charts/stable/sourcegraph/Chart.yaml
+++ b/charts/stable/sourcegraph/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Sourcegraph Chart.
-home: https://truecharts.org/charts/stable/sourcegraph
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sourcegraph.webp
+home: https://trueforge.org/truecharts/stable/sourcegraph
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sourcegraph.webp
keywords:
- sourcegraph
- Backup
diff --git a/charts/stable/sourcegraph/README.md b/charts/stable/sourcegraph/README.md
index 729d8f2e537..5532db28f27 100644
--- a/charts/stable/sourcegraph/README.md
+++ b/charts/stable/sourcegraph/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/stable/sourcegraph)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sourcegraph)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sourcegraph
+https://trueforge.org/truecharts/stable/sourcegraph
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/spaceengineers/Chart.yaml b/charts/stable/spaceengineers/Chart.yaml
index b9d736be23e..f7fb3b45d76 100644
--- a/charts/stable/spaceengineers/Chart.yaml
+++ b/charts/stable/spaceengineers/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Space Engineers Dedicated Server.
-home: https://truecharts.org/charts/stable/spaceengineers
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/spaceengineers.webp
+home: https://trueforge.org/truecharts/stable/spaceengineers
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/spaceengineers.webp
keywords:
- spaceengineers
- GameServers
diff --git a/charts/stable/spaceengineers/README.md b/charts/stable/spaceengineers/README.md
index 7d05425e472..3ba262c6cae 100644
--- a/charts/stable/spaceengineers/README.md
+++ b/charts/stable/spaceengineers/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/stable/spaceengineers)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/spaceengineers)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/spaceengineers
+https://trueforge.org/truecharts/stable/spaceengineers
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/speedtest-exporter/Chart.yaml b/charts/stable/speedtest-exporter/Chart.yaml
index a64a13d7f99..e0e5e2a6da3 100644
--- a/charts/stable/speedtest-exporter/Chart.yaml
+++ b/charts/stable/speedtest-exporter/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Speedtest Exporter made in python using the official speedtest bin
-home: https://truecharts.org/charts/stable/speedtest-exporter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-exporter.webp
+home: https://trueforge.org/truecharts/stable/speedtest-exporter
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/speedtest-exporter.webp
keywords:
- speedtest-exporter
- speedtest
diff --git a/charts/stable/speedtest-exporter/README.md b/charts/stable/speedtest-exporter/README.md
index 16838371412..550d32bc524 100644
--- a/charts/stable/speedtest-exporter/README.md
+++ b/charts/stable/speedtest-exporter/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/stable/speedtest-exporter)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/speedtest-exporter
+https://trueforge.org/truecharts/stable/speedtest-exporter
## Configuration Options
@@ -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-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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/speedtest-tracker/Chart.yaml b/charts/stable/speedtest-tracker/Chart.yaml
index ec015cbac12..0e5e93fb06c 100644
--- a/charts/stable/speedtest-tracker/Chart.yaml
+++ b/charts/stable/speedtest-tracker/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Speedtest Tracker is a self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
-home: https://truecharts.org/charts/stable/speedtest-tracker
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.webp
+home: https://trueforge.org/truecharts/stable/speedtest-tracker
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/speedtest-tracker.webp
keywords:
- speedtest
- speedtest-tracker
diff --git a/charts/stable/speedtest-tracker/README.md b/charts/stable/speedtest-tracker/README.md
index a9f3b843aff..87030871fe3 100644
--- a/charts/stable/speedtest-tracker/README.md
+++ b/charts/stable/speedtest-tracker/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/stable/speedtest-tracker)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/speedtest-tracker)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/speedtest-tracker
+https://trueforge.org/truecharts/stable/speedtest-tracker
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/spegel/Chart.yaml b/charts/stable/spegel/Chart.yaml
index 0b17d537f60..f6d3578867b 100644
--- a/charts/stable/spegel/Chart.yaml
+++ b/charts/stable/spegel/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Stateless cluster local OCI registry mirror.
-home: https://truecharts.org/charts/system/spegel
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/spegel.webp
+home: https://trueforge.org/truecharts/stable/spegel
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/spegel.webp
keywords:
- spegel
kubeVersion: '>=1.24.0-0'
@@ -34,7 +34,7 @@ maintainers:
name: spegel
sources:
- https://ghcr.io/spegel-org/spegel
- - https://github.com/trueforge-org/truecharts/tree/master/charts/system/spegel
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/spegel
type: application
version: 4.9.0
diff --git a/charts/stable/spegel/README.md b/charts/stable/spegel/README.md
index 38a9ef3bb9f..65224a49d8b 100644
--- a/charts/stable/spegel/README.md
+++ b/charts/stable/spegel/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/system/spegel)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/spegel)
**This chart is not 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/spegel`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/system/spegel
+https://trueforge.org/truecharts/stable/spegel
## Configuration Options
To view the 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/system/spegel/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/splunk/Chart.yaml b/charts/stable/splunk/Chart.yaml
index 638c907e355..3a75dc15e18 100644
--- a/charts/stable/splunk/Chart.yaml
+++ b/charts/stable/splunk/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com
-home: https://truecharts.org/charts/stable/splunk
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/splunk.webp
+home: https://trueforge.org/truecharts/stable/splunk
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/splunk.webp
keywords:
- splunk
- Tools-Utilities
diff --git a/charts/stable/splunk/README.md b/charts/stable/splunk/README.md
index e08f22dbb43..259a939ecc3 100644
--- a/charts/stable/splunk/README.md
+++ b/charts/stable/splunk/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/stable/splunk)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/splunk)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/splunk
+https://trueforge.org/truecharts/stable/splunk
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/spoolman/Chart.yaml b/charts/stable/spoolman/Chart.yaml
index 09accaaee9d..5085e6fb6e0 100644
--- a/charts/stable/spoolman/Chart.yaml
+++ b/charts/stable/spoolman/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Keep track of your inventory of 3D-printer filament spools.
-home: https://truecharts.org/charts/stable/spoolman
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/spoolman.webp
+home: https://trueforge.org/truecharts/stable/spoolman
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/spoolman.webp
keywords:
- spoolman
- inventory
diff --git a/charts/stable/spoolman/README.md b/charts/stable/spoolman/README.md
index 4d89c655d0c..f928c9b48ec 100644
--- a/charts/stable/spoolman/README.md
+++ b/charts/stable/spoolman/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/stable/spoolman)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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)**
@@ -16,13 +16,13 @@ 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/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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
+https://trueforge.org/truecharts/stable/spoolman
## Configuration Options
@@ -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/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 the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/spotweb/Chart.yaml b/charts/stable/spotweb/Chart.yaml
index 0b2fe59acba..052935bc89d 100644
--- a/charts/stable/spotweb/Chart.yaml
+++ b/charts/stable/spotweb/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Spotweb is a decentralized usenet community based on the Spotnet protocol.
-home: https://truecharts.org/charts/stable/spotweb
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/spotweb.webp
+home: https://trueforge.org/truecharts/stable/spotweb
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/spotweb.webp
keywords:
- usenet
- spotweb
diff --git a/charts/stable/spotweb/README.md b/charts/stable/spotweb/README.md
index 4b1bfc2a594..ac9137c0db8 100644
--- a/charts/stable/spotweb/README.md
+++ b/charts/stable/spotweb/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/stable/spotweb)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/spotweb)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/spotweb
+https://trueforge.org/truecharts/stable/spotweb
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sqlite-web/Chart.yaml b/charts/stable/sqlite-web/Chart.yaml
index c6a0feb0576..d3fbf7840f0 100644
--- a/charts/stable/sqlite-web/Chart.yaml
+++ b/charts/stable/sqlite-web/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: sqlite-web is a web-based SQLite database browser written in Python.
-home: https://truecharts.org/charts/stable/sqlite-web
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlite-web.webp
+home: https://trueforge.org/truecharts/stable/sqlite-web
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sqlite-web.webp
keywords:
- sqlite-web
- Productivity
diff --git a/charts/stable/sqlite-web/README.md b/charts/stable/sqlite-web/README.md
index 18dbd8f35e9..b2ae5afcfde 100644
--- a/charts/stable/sqlite-web/README.md
+++ b/charts/stable/sqlite-web/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/stable/sqlite-web)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sqlite-web
+https://trueforge.org/truecharts/stable/sqlite-web
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sqlitebrowser/Chart.yaml b/charts/stable/sqlitebrowser/Chart.yaml
index de531d4491c..e51f170f979 100644
--- a/charts/stable/sqlitebrowser/Chart.yaml
+++ b/charts/stable/sqlitebrowser/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite
-home: https://truecharts.org/charts/stable/sqlitebrowser
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sqlitebrowser.webp
+home: https://trueforge.org/truecharts/stable/sqlitebrowser
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sqlitebrowser.webp
keywords:
- sqlite
- browser
diff --git a/charts/stable/sqlitebrowser/README.md b/charts/stable/sqlitebrowser/README.md
index 0a00b015bd4..18bfe8029b2 100644
--- a/charts/stable/sqlitebrowser/README.md
+++ b/charts/stable/sqlitebrowser/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/stable/sqlitebrowser)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sqlitebrowser)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sqlitebrowser
+https://trueforge.org/truecharts/stable/sqlitebrowser
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/sshwifty/Chart.yaml b/charts/stable/sshwifty/Chart.yaml
index 1e2d52206b7..191ce823a1c 100644
--- a/charts/stable/sshwifty/Chart.yaml
+++ b/charts/stable/sshwifty/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: SSHwifty is a SSH and Telnet connector made for the Web.
-home: https://truecharts.org/charts/stable/sshwifty
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/sshwifty.webp
+home: https://trueforge.org/truecharts/stable/sshwifty
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/sshwifty.webp
keywords:
- ssh
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/sshwifty/README.md b/charts/stable/sshwifty/README.md
index f7f758b2e1a..a86f1cd3f17 100644
--- a/charts/stable/sshwifty/README.md
+++ b/charts/stable/sshwifty/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/stable/sshwifty)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/sshwifty)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/sshwifty
+https://trueforge.org/truecharts/stable/sshwifty
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/st-reborn-server/Chart.yaml b/charts/stable/st-reborn-server/Chart.yaml
index 022f3663da0..adc6dc0543b 100644
--- a/charts/stable/st-reborn-server/Chart.yaml
+++ b/charts/stable/st-reborn-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Skyrim Together Reborn server files.
-home: https://truecharts.org/charts/stable/st-reborn-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/st-reborn-server.webp
+home: https://trueforge.org/truecharts/stable/st-reborn-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/st-reborn-server.webp
keywords:
- st-reborn-server
- gameserver
diff --git a/charts/stable/st-reborn-server/README.md b/charts/stable/st-reborn-server/README.md
index e84d9ceb939..3f30f3c3204 100644
--- a/charts/stable/st-reborn-server/README.md
+++ b/charts/stable/st-reborn-server/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/stable/st-reborn-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/st-reborn-server
+https://trueforge.org/truecharts/stable/st-reborn-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/stackedit/Chart.yaml b/charts/stable/stackedit/Chart.yaml
index 7607aacac8e..c11332c27d1 100644
--- a/charts/stable/stackedit/Chart.yaml
+++ b/charts/stable/stackedit/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: StackEdits Markdown syntax highlighting is unique. The refined text formatting of the editor helps you visualize the final rendering of your files.
-home: https://truecharts.org/charts/stable/stackedit
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/stackedit.webp
+home: https://trueforge.org/truecharts/stable/stackedit
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/stackedit.webp
keywords:
- stackedit
- Productivity
diff --git a/charts/stable/stackedit/README.md b/charts/stable/stackedit/README.md
index 3c030912278..ec31bd3c064 100644
--- a/charts/stable/stackedit/README.md
+++ b/charts/stable/stackedit/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/stable/stackedit)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/stackedit)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/stackedit
+https://trueforge.org/truecharts/stable/stackedit
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/standardnotes-web/Chart.yaml b/charts/stable/standardnotes-web/Chart.yaml
index 5ea7e0e55b9..31133d764af 100644
--- a/charts/stable/standardnotes-web/Chart.yaml
+++ b/charts/stable/standardnotes-web/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A safe and private place for your life's work.
-home: https://truecharts.org/charts/stable/standardnotes-web
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/standardnotes-web.webp
+home: https://trueforge.org/truecharts/stable/standardnotes-web
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/standardnotes-web.webp
keywords:
- standardnotes-web
- Productivity
diff --git a/charts/stable/standardnotes-web/README.md b/charts/stable/standardnotes-web/README.md
index db117c3581a..63467c82faa 100644
--- a/charts/stable/standardnotes-web/README.md
+++ b/charts/stable/standardnotes-web/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/stable/standardnotes-web)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/standardnotes-web
+https://trueforge.org/truecharts/stable/standardnotes-web
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/starmade/Chart.yaml b/charts/stable/starmade/Chart.yaml
index 1bb50e4e6ac..619a7c1730b 100644
--- a/charts/stable/starmade/Chart.yaml
+++ b/charts/stable/starmade/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install a StarMade Dedicated Server. It will also install a basic server.cfg at the first startup.
-home: https://truecharts.org/charts/stable/starmade
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/starmade.webp
+home: https://trueforge.org/truecharts/stable/starmade
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/starmade.webp
keywords:
- starmade
- GameServers
diff --git a/charts/stable/starmade/README.md b/charts/stable/starmade/README.md
index 0b35ba54708..07e049e292c 100644
--- a/charts/stable/starmade/README.md
+++ b/charts/stable/starmade/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/stable/starmade)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/starmade)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/starmade
+https://trueforge.org/truecharts/stable/starmade
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/stash/Chart.yaml b/charts/stable/stash/Chart.yaml
index 9ceec07a658..b0fb90c5b30 100644
--- a/charts/stable/stash/Chart.yaml
+++ b/charts/stable/stash/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An organizer for your porn, written in Go
-home: https://truecharts.org/charts/stable/stash
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/stash.webp
+home: https://trueforge.org/truecharts/stable/stash
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/stash.webp
keywords:
- porn
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/stash/README.md b/charts/stable/stash/README.md
index d3c6cc2354c..b8313ae6560 100644
--- a/charts/stable/stash/README.md
+++ b/charts/stable/stash/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/stable/stash)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/stash)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/stash
+https://trueforge.org/truecharts/stable/stash
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/static-web-server/Chart.yaml b/charts/stable/static-web-server/Chart.yaml
index 66fcee94320..c1f54385bcf 100644
--- a/charts/stable/static-web-server/Chart.yaml
+++ b/charts/stable/static-web-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A cross-platform, high-performance and asynchronous web server for static files-serving.
-home: https://truecharts.org/charts/stable/static-web-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/static-web-server.webp
+home: https://trueforge.org/truecharts/stable/static-web-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/static-web-server.webp
keywords:
- web-server
- apache
diff --git a/charts/stable/static-web-server/README.md b/charts/stable/static-web-server/README.md
index 9d28ae7e5ab..0ac0306cb78 100644
--- a/charts/stable/static-web-server/README.md
+++ b/charts/stable/static-web-server/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/stable/static-web-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/static-web-server)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/static-web-server
+https://trueforge.org/truecharts/stable/static-web-server
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/static/Chart.yaml b/charts/stable/static/Chart.yaml
index b70ff4008a5..d94ed3a860f 100644
--- a/charts/stable/static/Chart.yaml
+++ b/charts/stable/static/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted static file serving app which does nothing more than just serve up static files from a mounted volume.
-home: https://truecharts.org/charts/stable/static
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/static.webp
+home: https://trueforge.org/truecharts/stable/static
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/static.webp
keywords:
- app
- web
diff --git a/charts/stable/static/README.md b/charts/stable/static/README.md
index 30339ea9e2a..4c56562b98a 100644
--- a/charts/stable/static/README.md
+++ b/charts/stable/static/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/stable/static)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/static)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/static
+https://trueforge.org/truecharts/stable/static
## Configuration Options
@@ -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/values.yaml
All our Charts use a shared "common" library chart that contains most of the 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 the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/stationeers/Chart.yaml b/charts/stable/stationeers/Chart.yaml
index d5a4fdd5e08..566e74a006a 100644
--- a/charts/stable/stationeers/Chart.yaml
+++ b/charts/stable/stationeers/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Stationeers and run it.
-home: https://truecharts.org/charts/stable/stationeers
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/stationeers.webp
+home: https://trueforge.org/truecharts/stable/stationeers
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/stationeers.webp
keywords:
- stationeers
- GameServers
diff --git a/charts/stable/stationeers/README.md b/charts/stable/stationeers/README.md
index 04673cc4165..042f7dc2ecc 100644
--- a/charts/stable/stationeers/README.md
+++ b/charts/stable/stationeers/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/stable/stationeers)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/stationeers)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/stationeers
+https://trueforge.org/truecharts/stable/stationeers
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/steam-headless/Chart.yaml b/charts/stable/steam-headless/Chart.yaml
index 2ab6cdb1a75..5669ae652f7 100644
--- a/charts/stable/steam-headless/Chart.yaml
+++ b/charts/stable/steam-headless/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Headless Steam chart.
-home: https://truecharts.org/charts/stable/steam-headless
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/steam-headless.webp
+home: https://trueforge.org/truecharts/stable/steam-headless
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/steam-headless.webp
keywords:
- steam-headless
- games
diff --git a/charts/stable/steam-headless/README.md b/charts/stable/steam-headless/README.md
index aa449bc18ff..9988126c871 100644
--- a/charts/stable/steam-headless/README.md
+++ b/charts/stable/steam-headless/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/stable/steam-headless)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/steam-headless
+https://trueforge.org/truecharts/stable/steam-headless
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/stirling-pdf/Chart.yaml b/charts/stable/stirling-pdf/Chart.yaml
index c9d065e5f1c..d43701a4c66 100644
--- a/charts/stable/stirling-pdf/Chart.yaml
+++ b/charts/stable/stirling-pdf/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A robust, locally hosted web-based PDF manipulation tool.
-home: https://truecharts.org/charts/stable/stirling-pdf
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/stirling-pdf.webp
+home: https://trueforge.org/truecharts/stable/stirling-pdf
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/stirling-pdf.webp
keywords:
- stirling-pdf
- pdf
diff --git a/charts/stable/stirling-pdf/README.md b/charts/stable/stirling-pdf/README.md
index 63f36671820..f37e41c48b5 100644
--- a/charts/stable/stirling-pdf/README.md
+++ b/charts/stable/stirling-pdf/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/stable/stirling-pdf)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/stirling-pdf
+https://trueforge.org/truecharts/stable/stirling-pdf
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/storj-node/Chart.yaml b/charts/stable/storj-node/Chart.yaml
index da4552545d9..dc6f9805351 100644
--- a/charts/stable/storj-node/Chart.yaml
+++ b/charts/stable/storj-node/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Storj is an S3-compatible platform and suite of decentralized applications that allows you to store data in a secure and decentralized manner
-home: https://truecharts.org/charts/stable/storj-node
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/storj-node.webp
+home: https://trueforge.org/truecharts/stable/storj-node
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/storj-node.webp
keywords:
- storj
- storage
diff --git a/charts/stable/storj-node/README.md b/charts/stable/storj-node/README.md
index 12ca67915b8..e80f52d5223 100644
--- a/charts/stable/storj-node/README.md
+++ b/charts/stable/storj-node/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/stable/storj-node)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/storj-node
+https://trueforge.org/truecharts/stable/storj-node
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/storm/Chart.yaml b/charts/stable/storm/Chart.yaml
index f2fdb0e6599..5bc2f158331 100644
--- a/charts/stable/storm/Chart.yaml
+++ b/charts/stable/storm/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Modern Deluge Interface.
-home: https://truecharts.org/charts/stable/storm
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/storm.webp
+home: https://trueforge.org/truecharts/stable/storm
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/storm.webp
keywords:
- storm
- Downloaders
diff --git a/charts/stable/storm/README.md b/charts/stable/storm/README.md
index 5ee89a0bda7..cffd8e68f10 100644
--- a/charts/stable/storm/README.md
+++ b/charts/stable/storm/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/stable/storm)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/storm)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/storm
+https://trueforge.org/truecharts/stable/storm
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/strapi/Chart.yaml b/charts/stable/strapi/Chart.yaml
index e578d32947e..5aef0f85a41 100644
--- a/charts/stable/strapi/Chart.yaml
+++ b/charts/stable/strapi/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Open-source headless CMS. JavaScript, fully customizable and developer-first.
-home: https://truecharts.org/charts/stable/strapi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/strapi.webp
+home: https://trueforge.org/truecharts/stable/strapi
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/strapi.webp
keywords:
- strapi
- cms
@@ -37,7 +37,7 @@ sources:
- https://github.com/naskio/docker-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
+ - https://trueforge.org/truecharts/stable/strapi
type: application
version: 17.13.0
diff --git a/charts/stable/strapi/README.md b/charts/stable/strapi/README.md
index 57b54ac757e..76b49852f7e 100644
--- a/charts/stable/strapi/README.md
+++ b/charts/stable/strapi/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/stable/strapi)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/strapi)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/strapi
+https://trueforge.org/truecharts/stable/strapi
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/streammaster/Chart.yaml b/charts/stable/streammaster/Chart.yaml
index 1085c01c182..628d6479223 100644
--- a/charts/stable/streammaster/Chart.yaml
+++ b/charts/stable/streammaster/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A comprehensive IPTV management platform for organizing and streaming public broadcast content through Plex DVR, Emby, and Jellyfin Live TV
-home: https://truecharts.org/charts/stable/streammaster
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/streammaster.webp
+home: https://trueforge.org/truecharts/stable/streammaster
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/streammaster.webp
keywords:
- streammaster
- iptv
diff --git a/charts/stable/streammaster/README.md b/charts/stable/streammaster/README.md
index e906cd06c65..f50134ccd66 100644
--- a/charts/stable/streammaster/README.md
+++ b/charts/stable/streammaster/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/stable/streammaster)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/streammaster)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/streammaster
+https://trueforge.org/truecharts/stable/streammaster
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/stun-turn-server/Chart.yaml b/charts/stable/stun-turn-server/Chart.yaml
index dc99e6a41c1..e5b89e6c0eb 100644
--- a/charts/stable/stun-turn-server/Chart.yaml
+++ b/charts/stable/stun-turn-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is a Basic STUN & TURN server that was mainly created for Nextcloud Talk.
-home: https://truecharts.org/charts/stable/stun-turn-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/stun-turn-server.webp
+home: https://trueforge.org/truecharts/stable/stun-turn-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/stun-turn-server.webp
keywords:
- stun-turn-server
- Network
diff --git a/charts/stable/stun-turn-server/README.md b/charts/stable/stun-turn-server/README.md
index 0d98550cbae..a85a8c337f2 100644
--- a/charts/stable/stun-turn-server/README.md
+++ b/charts/stable/stun-turn-server/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/stable/stun-turn-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/stun-turn-server)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/stun-turn-server
+https://trueforge.org/truecharts/stable/stun-turn-server
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/suistartpage/Chart.yaml b/charts/stable/suistartpage/Chart.yaml
index 8cb19ad6f5f..91ca9dda972 100644
--- a/charts/stable/suistartpage/Chart.yaml
+++ b/charts/stable/suistartpage/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: SUI Startpage is a simple and clean server start page or homepage that you can quickly and easily setup to access your server resources and quick booksmarks and also lets you search on various provider sites via a search bar at the top as well.
-home: https://truecharts.org/charts/stable/suistartpage
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/suistartpage.webp
+home: https://trueforge.org/truecharts/stable/suistartpage
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/suistartpage.webp
keywords:
- suistartpage
- Tools-Utilities
diff --git a/charts/stable/suistartpage/README.md b/charts/stable/suistartpage/README.md
index c170eac2ad8..0bb1b75a6e8 100644
--- a/charts/stable/suistartpage/README.md
+++ b/charts/stable/suistartpage/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/stable/suistartpage)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/suistartpage)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/suistartpage
+https://trueforge.org/truecharts/stable/suistartpage
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/survivethenights/Chart.yaml b/charts/stable/survivethenights/Chart.yaml
index d7286b39c23..38aaa5ea0c2 100644
--- a/charts/stable/survivethenights/Chart.yaml
+++ b/charts/stable/survivethenights/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install Survive The Nights and run it.
-home: https://truecharts.org/charts/stable/survivethenights
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/survivethenights.webp
+home: https://trueforge.org/truecharts/stable/survivethenights
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/survivethenights.webp
keywords:
- survivethenights
- GameServers
diff --git a/charts/stable/survivethenights/README.md b/charts/stable/survivethenights/README.md
index 6f6eb2485b4..92709d637de 100644
--- a/charts/stable/survivethenights/README.md
+++ b/charts/stable/survivethenights/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/stable/survivethenights)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/survivethenights)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/survivethenights
+https://trueforge.org/truecharts/stable/survivethenights
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/synclounge/Chart.yaml b/charts/stable/synclounge/Chart.yaml
index 017e2806b3e..83ff34f40c4 100644
--- a/charts/stable/synclounge/Chart.yaml
+++ b/charts/stable/synclounge/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Synclounge is a third party tool that allows you to watch Plex in sync with your friends/family, wherever you are.
-home: https://truecharts.org/charts/stable/synclounge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/synclounge.webp
+home: https://trueforge.org/truecharts/stable/synclounge
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/synclounge.webp
keywords:
- synclounge
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/synclounge/README.md b/charts/stable/synclounge/README.md
index b8efc6c9dec..3c11e061b29 100644
--- a/charts/stable/synclounge/README.md
+++ b/charts/stable/synclounge/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/stable/synclounge)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/synclounge)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/synclounge
+https://trueforge.org/truecharts/stable/synclounge
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/syncthing/Chart.yaml b/charts/stable/syncthing/Chart.yaml
index d0988517312..65f8133925e 100644
--- a/charts/stable/syncthing/Chart.yaml
+++ b/charts/stable/syncthing/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: P2P file synchronization application
-home: https://truecharts.org/charts/stable/syncthing
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/syncthing.webp
+home: https://trueforge.org/truecharts/stable/syncthing
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/syncthing.webp
keywords:
- syncthing
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/syncthing/README.md b/charts/stable/syncthing/README.md
index 131b844e8f6..e8222678607 100644
--- a/charts/stable/syncthing/README.md
+++ b/charts/stable/syncthing/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/stable/syncthing)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/syncthing)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/syncthing
+https://trueforge.org/truecharts/stable/syncthing
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/synctube/Chart.yaml b/charts/stable/synctube/Chart.yaml
index f050f063a29..b6d12ba81aa 100644
--- a/charts/stable/synctube/Chart.yaml
+++ b/charts/stable/synctube/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Synchronized video viewing with chat and other features. Lightweight modern implementation and very easy way to run locally.
-home: https://truecharts.org/charts/stable/synctube
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/synctube.webp
+home: https://trueforge.org/truecharts/stable/synctube
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/synctube.webp
keywords:
- synctube
- Cloud
diff --git a/charts/stable/synctube/README.md b/charts/stable/synctube/README.md
index 453eb17cb50..3736b19b53a 100644
--- a/charts/stable/synctube/README.md
+++ b/charts/stable/synctube/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/stable/synctube)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/synctube)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/synctube
+https://trueforge.org/truecharts/stable/synctube
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/syslog-ng/Chart.yaml b/charts/stable/syslog-ng/Chart.yaml
index f16a81b153a..45bcf85cad6 100644
--- a/charts/stable/syslog-ng/Chart.yaml
+++ b/charts/stable/syslog-ng/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: syslog-ng allows you to flexibly collect, parse, classify, rewrite and correlate logs.
-home: https://truecharts.org/charts/stable/syslog-ng
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/syslog-ng.webp
+home: https://trueforge.org/truecharts/stable/syslog-ng
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/syslog-ng.webp
keywords:
- syslog-ng
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/syslog-ng/README.md b/charts/stable/syslog-ng/README.md
index 7f0e4733bfb..14c7f70e401 100644
--- a/charts/stable/syslog-ng/README.md
+++ b/charts/stable/syslog-ng/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/stable/syslog-ng)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/syslog-ng)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/syslog-ng
+https://trueforge.org/truecharts/stable/syslog-ng
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tachidesk-docker/Chart.yaml b/charts/stable/tachidesk-docker/Chart.yaml
index 4d0bd423090..4827f06bcb2 100644
--- a/charts/stable/tachidesk-docker/Chart.yaml
+++ b/charts/stable/tachidesk-docker/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The official Tachidesk Chart-Chart.
-home: https://truecharts.org/charts/stable/tachidesk-docker
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.webp
+home: https://trueforge.org/truecharts/stable/tachidesk-docker
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tachidesk-docker.webp
keywords:
- tachidesk-docker
- MediaServer-Other
diff --git a/charts/stable/tachidesk-docker/README.md b/charts/stable/tachidesk-docker/README.md
index 4c6f0a2d2f4..75df6926607 100644
--- a/charts/stable/tachidesk-docker/README.md
+++ b/charts/stable/tachidesk-docker/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/stable/tachidesk-docker)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tachidesk-docker
+https://trueforge.org/truecharts/stable/tachidesk-docker
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tagspaces/Chart.yaml b/charts/stable/tagspaces/Chart.yaml
index 929cb5d31b3..7a6bb03472f 100644
--- a/charts/stable/tagspaces/Chart.yaml
+++ b/charts/stable/tagspaces/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: TagSpaces is an offline, open source, document manager with tagging support.
-home: https://truecharts.org/charts/stable/tagspaces
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tagspaces.webp
+home: https://trueforge.org/truecharts/stable/tagspaces
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tagspaces.webp
keywords:
- tagspaces
- documents
diff --git a/charts/stable/tagspaces/README.md b/charts/stable/tagspaces/README.md
index 7f666af3393..e8bb2e20684 100644
--- a/charts/stable/tagspaces/README.md
+++ b/charts/stable/tagspaces/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/stable/tagspaces)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tagspaces)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tagspaces
+https://trueforge.org/truecharts/stable/tagspaces
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tailscale/Chart.yaml b/charts/stable/tailscale/Chart.yaml
index 81cfebc16c7..8f563f0712c 100644
--- a/charts/stable/tailscale/Chart.yaml
+++ b/charts/stable/tailscale/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Tailscale lets you connect your devices and users together in your own secure virtual private network
-home: https://truecharts.org/charts/stable/tailscale
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tailscale.webp
+home: https://trueforge.org/truecharts/stable/tailscale
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tailscale.webp
keywords:
- vpn
- tailscale
diff --git a/charts/stable/tailscale/README.md b/charts/stable/tailscale/README.md
index 10b9bff0598..0d2315e043a 100644
--- a/charts/stable/tailscale/README.md
+++ b/charts/stable/tailscale/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/stable/tailscale)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tailscale)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tailscale
+https://trueforge.org/truecharts/stable/tailscale
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tandoor-recipes/Chart.yaml b/charts/stable/tandoor-recipes/Chart.yaml
index f5abe3634c5..32c5b7d721d 100644
--- a/charts/stable/tandoor-recipes/Chart.yaml
+++ b/charts/stable/tandoor-recipes/Chart.yaml
@@ -20,8 +20,8 @@ dependencies:
import-values: []
deprecated: false
description: Tandoor Recipes is a Django application to manage, tag and search recipes using either built in models or external storage providers hosting PDF's, Images or other files.
-home: https://truecharts.org/charts/stable/tandoor-recipes
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tandoor-recipes.webp
+home: https://trueforge.org/truecharts/stable/tandoor-recipes
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tandoor-recipes.webp
keywords:
- tandoor
- recipes
diff --git a/charts/stable/tandoor-recipes/README.md b/charts/stable/tandoor-recipes/README.md
index 556c976ab43..38fb2f37a24 100644
--- a/charts/stable/tandoor-recipes/README.md
+++ b/charts/stable/tandoor-recipes/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/stable/tandoor-recipes)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tandoor-recipes)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tandoor-recipes
+https://trueforge.org/truecharts/stable/tandoor-recipes
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tanoshi/Chart.yaml b/charts/stable/tanoshi/Chart.yaml
index 3beb8b39a7d..00c8ca1d4e9 100644
--- a/charts/stable/tanoshi/Chart.yaml
+++ b/charts/stable/tanoshi/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Selfhosted web manga reader.
-home: https://truecharts.org/charts/stable/tanoshi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tanoshi.webp
+home: https://trueforge.org/truecharts/stable/tanoshi
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tanoshi.webp
keywords:
- tanoshi
- Productivity
diff --git a/charts/stable/tanoshi/README.md b/charts/stable/tanoshi/README.md
index 9fc238e2370..7075c1aeb7a 100644
--- a/charts/stable/tanoshi/README.md
+++ b/charts/stable/tanoshi/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/stable/tanoshi)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tanoshi)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tanoshi
+https://trueforge.org/truecharts/stable/tanoshi
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tar1090/Chart.yaml b/charts/stable/tar1090/Chart.yaml
index 5759dee7a9c..6227224db27 100644
--- a/charts/stable/tar1090/Chart.yaml
+++ b/charts/stable/tar1090/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Multi-arch tar1090 Chart for visualising ADSB data.
-home: https://truecharts.org/charts/stable/tar1090
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.webp
+home: https://trueforge.org/truecharts/stable/tar1090
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tar1090.webp
keywords:
- tar1090
- Other
diff --git a/charts/stable/tar1090/README.md b/charts/stable/tar1090/README.md
index fec587e4b43..f07b27c8cb7 100644
--- a/charts/stable/tar1090/README.md
+++ b/charts/stable/tar1090/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/stable/tar1090)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tar1090)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tar1090
+https://trueforge.org/truecharts/stable/tar1090
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tasmoadmin/Chart.yaml b/charts/stable/tasmoadmin/Chart.yaml
index c066fd809a2..b45a24acf98 100644
--- a/charts/stable/tasmoadmin/Chart.yaml
+++ b/charts/stable/tasmoadmin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A administrative platform for devices flashed with Tasmota.
-home: https://truecharts.org/charts/stable/tasmoadmin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmoadmin.webp
+home: https://trueforge.org/truecharts/stable/tasmoadmin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tasmoadmin.webp
keywords:
- tasmoadmin
- home-automation
diff --git a/charts/stable/tasmoadmin/README.md b/charts/stable/tasmoadmin/README.md
index 4d72db0d4ca..f3677c75298 100644
--- a/charts/stable/tasmoadmin/README.md
+++ b/charts/stable/tasmoadmin/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/stable/tasmoadmin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tasmoadmin)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tasmoadmin
+https://trueforge.org/truecharts/stable/tasmoadmin
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tasmobackup/Chart.yaml b/charts/stable/tasmobackup/Chart.yaml
index 82b9efcb632..e95c7f65cb7 100644
--- a/charts/stable/tasmobackup/Chart.yaml
+++ b/charts/stable/tasmobackup/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: backup all your tasmota devices in one place.
-home: https://truecharts.org/charts/stable/tasmobackup
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmobackup.webp
+home: https://trueforge.org/truecharts/stable/tasmobackup
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tasmobackup.webp
keywords:
- tasmobackup
- home-automation
diff --git a/charts/stable/tasmobackup/README.md b/charts/stable/tasmobackup/README.md
index 6e9ad1f5e00..3a1acdadb30 100644
--- a/charts/stable/tasmobackup/README.md
+++ b/charts/stable/tasmobackup/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/stable/tasmobackup)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tasmobackup)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tasmobackup
+https://trueforge.org/truecharts/stable/tasmobackup
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tasmocompiler/Chart.yaml b/charts/stable/tasmocompiler/Chart.yaml
index a3fa587c045..0a68f5b04fa 100644
--- a/charts/stable/tasmocompiler/Chart.yaml
+++ b/charts/stable/tasmocompiler/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: TasmoCompiler is a simple web GUI which allows you to compile fantastic Tasmota firmware with your own settings
-home: https://truecharts.org/charts/stable/tasmocompiler
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tasmocompiler.webp
+home: https://trueforge.org/truecharts/stable/tasmocompiler
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tasmocompiler.webp
keywords:
- tasmocompiler
- home-automation
diff --git a/charts/stable/tasmocompiler/README.md b/charts/stable/tasmocompiler/README.md
index bd2d4d183c1..1abd069d604 100644
--- a/charts/stable/tasmocompiler/README.md
+++ b/charts/stable/tasmocompiler/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/stable/tasmocompiler)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tasmocompiler)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tasmocompiler
+https://trueforge.org/truecharts/stable/tasmocompiler
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tauticord/Chart.yaml b/charts/stable/tauticord/Chart.yaml
index af1de943f64..9f24fe30ba0 100644
--- a/charts/stable/tauticord/Chart.yaml
+++ b/charts/stable/tauticord/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Discord bot that displays live data from Tautulli.
-home: https://truecharts.org/charts/stable/tauticord
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tauticord.webp
+home: https://trueforge.org/truecharts/stable/tauticord
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tauticord.webp
keywords:
- tauticord
- tautulli
diff --git a/charts/stable/tauticord/README.md b/charts/stable/tauticord/README.md
index 9ff851d14be..08909d151d0 100644
--- a/charts/stable/tauticord/README.md
+++ b/charts/stable/tauticord/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/stable/tauticord)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tauticord)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tauticord
+https://trueforge.org/truecharts/stable/tauticord
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tautulli/Chart.yaml b/charts/stable/tautulli/Chart.yaml
index 90e486335a7..c8953caec2f 100644
--- a/charts/stable/tautulli/Chart.yaml
+++ b/charts/stable/tautulli/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Python based monitoring and tracking tool for Plex Media Server
-home: https://truecharts.org/charts/stable/tautulli
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tautulli.webp
+home: https://trueforge.org/truecharts/stable/tautulli
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tautulli.webp
keywords:
- tautulli
- plex
diff --git a/charts/stable/tautulli/README.md b/charts/stable/tautulli/README.md
index 119ac024e8a..a666c53a701 100644
--- a/charts/stable/tautulli/README.md
+++ b/charts/stable/tautulli/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/stable/tautulli)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tautulli)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tautulli
+https://trueforge.org/truecharts/stable/tautulli
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tdarr-node/Chart.yaml b/charts/stable/tdarr-node/Chart.yaml
index 50a59e43bb0..7e541be5364 100644
--- a/charts/stable/tdarr-node/Chart.yaml
+++ b/charts/stable/tdarr-node/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Audio/Video library transcoding automation
-home: https://truecharts.org/charts/stable/tdarr-node
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr-node.webp
+home: https://trueforge.org/truecharts/stable/tdarr-node
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tdarr-node.webp
keywords:
- encode
- media
diff --git a/charts/stable/tdarr-node/README.md b/charts/stable/tdarr-node/README.md
index 4351a413e64..5bc3fa8b983 100644
--- a/charts/stable/tdarr-node/README.md
+++ b/charts/stable/tdarr-node/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/stable/tdarr-node)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tdarr-node
+https://trueforge.org/truecharts/stable/tdarr-node
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tdarr/Chart.yaml b/charts/stable/tdarr/Chart.yaml
index 9433b6cd540..b2ec3808786 100644
--- a/charts/stable/tdarr/Chart.yaml
+++ b/charts/stable/tdarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Audio/Video library transcoding automation
-home: https://truecharts.org/charts/stable/tdarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tdarr.webp
+home: https://trueforge.org/truecharts/stable/tdarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tdarr.webp
keywords:
- encode
- media
diff --git a/charts/stable/tdarr/README.md b/charts/stable/tdarr/README.md
index f12fe86cfce..904da93acfe 100644
--- a/charts/stable/tdarr/README.md
+++ b/charts/stable/tdarr/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/stable/tdarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tdarr
+https://trueforge.org/truecharts/stable/tdarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/teamspeak3/Chart.yaml b/charts/stable/teamspeak3/Chart.yaml
index 68569c217b7..b01b05fc595 100644
--- a/charts/stable/teamspeak3/Chart.yaml
+++ b/charts/stable/teamspeak3/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: TeamSpeak is software for quality voice communication via the Internet.
-home: https://truecharts.org/charts/stable/teamspeak3
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/teamspeak3.webp
+home: https://trueforge.org/truecharts/stable/teamspeak3
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/teamspeak3.webp
keywords:
- voice server
- teamspeak
diff --git a/charts/stable/teamspeak3/README.md b/charts/stable/teamspeak3/README.md
index b73e0cdeda3..7bbe82ab028 100644
--- a/charts/stable/teamspeak3/README.md
+++ b/charts/stable/teamspeak3/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/stable/teamspeak3)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/teamspeak3)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/teamspeak3
+https://trueforge.org/truecharts/stable/teamspeak3
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/teedy-docs/Chart.yaml b/charts/stable/teedy-docs/Chart.yaml
index e5f5dfad175..f5b341caefc 100644
--- a/charts/stable/teedy-docs/Chart.yaml
+++ b/charts/stable/teedy-docs/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Teedy is an open-source, lightweight document management system (DMS) for individuals and businesses.
-home: https://truecharts.org/charts/stable/teedy-docs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy-docs.webp
+home: https://trueforge.org/truecharts/stable/teedy-docs
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/teedy-docs.webp
keywords:
- teedy-docs
- Cloud
diff --git a/charts/stable/teedy-docs/README.md b/charts/stable/teedy-docs/README.md
index 9020c4b4628..0759fe07456 100644
--- a/charts/stable/teedy-docs/README.md
+++ b/charts/stable/teedy-docs/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/stable/teedy-docs)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/teedy-docs
+https://trueforge.org/truecharts/stable/teedy-docs
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/teedy/Chart.yaml b/charts/stable/teedy/Chart.yaml
index d6c922c40f8..a54df62df6c 100644
--- a/charts/stable/teedy/Chart.yaml
+++ b/charts/stable/teedy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Teedy is an open source, lightweight document management system for individuals and businesses.
-home: https://truecharts.org/charts/stable/teedy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/teedy.webp
+home: https://trueforge.org/truecharts/stable/teedy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/teedy.webp
keywords:
- teedy
- documents
diff --git a/charts/stable/teedy/README.md b/charts/stable/teedy/README.md
index 4574ef103c6..5c6e12cffe6 100644
--- a/charts/stable/teedy/README.md
+++ b/charts/stable/teedy/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/stable/teedy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/teedy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/teedy
+https://trueforge.org/truecharts/stable/teedy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/telethon-downloader/Chart.yaml b/charts/stable/telethon-downloader/Chart.yaml
index b77bab7882f..03a63429581 100644
--- a/charts/stable/telethon-downloader/Chart.yaml
+++ b/charts/stable/telethon-downloader/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is a simple Chart that downloads files sent to a telegram bot up to 2000mb using the Telethon library.
-home: https://truecharts.org/charts/stable/telethon-downloader
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/telethon-downloader.webp
+home: https://trueforge.org/truecharts/stable/telethon-downloader
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/telethon-downloader.webp
keywords:
- telethon-downloader
- Downloaders
diff --git a/charts/stable/telethon-downloader/README.md b/charts/stable/telethon-downloader/README.md
index af3f694d045..e29ee48bccf 100644
--- a/charts/stable/telethon-downloader/README.md
+++ b/charts/stable/telethon-downloader/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/stable/telethon-downloader)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/telethon-downloader)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/telethon-downloader
+https://trueforge.org/truecharts/stable/telethon-downloader
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/terraria-tshock/Chart.yaml b/charts/stable/terraria-tshock/Chart.yaml
index afb43fac8d2..b976610acfd 100644
--- a/charts/stable/terraria-tshock/Chart.yaml
+++ b/charts/stable/terraria-tshock/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: SteamCMD Terraria and the TShock MOD.
-home: https://truecharts.org/charts/stable/terraria-tshock
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/terraria-tshock.webp
+home: https://trueforge.org/truecharts/stable/terraria-tshock
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/terraria-tshock.webp
keywords:
- terraria-tshock
- GameServers
diff --git a/charts/stable/terraria-tshock/README.md b/charts/stable/terraria-tshock/README.md
index 3b5068ac983..913020d135a 100644
--- a/charts/stable/terraria-tshock/README.md
+++ b/charts/stable/terraria-tshock/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/stable/terraria-tshock)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/terraria-tshock
+https://trueforge.org/truecharts/stable/terraria-tshock
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/teslamate/Chart.yaml b/charts/stable/teslamate/Chart.yaml
index c39218a99bb..0fcc5155581 100644
--- a/charts/stable/teslamate/Chart.yaml
+++ b/charts/stable/teslamate/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted data logger for your Tesla
-home: https://truecharts.org/charts/stable/teslamate
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/teslamate.webp
+home: https://trueforge.org/truecharts/stable/teslamate
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/teslamate.webp
keywords:
- analytics
- monitoring
diff --git a/charts/stable/teslamate/README.md b/charts/stable/teslamate/README.md
index 6aedbdaedc9..ffa55ddadca 100644
--- a/charts/stable/teslamate/README.md
+++ b/charts/stable/teslamate/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/stable/teslamate)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/teslamate)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/teslamate
+https://trueforge.org/truecharts/stable/teslamate
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/theforest/Chart.yaml b/charts/stable/theforest/Chart.yaml
index 7f84a3c176d..1e469f4c439 100644
--- a/charts/stable/theforest/Chart.yaml
+++ b/charts/stable/theforest/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'This Docker will download and install SteamCMD. It will also install The Forest and run it. SERVERNAME: ''The Forest Docker'' SERVERPASSWORD: ''Chart'' ADMINPASSWORD: ''adminChart'' (you can change this in your SERVERFOLDER/config/config.cfg)'
-home: https://truecharts.org/charts/stable/theforest
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/theforest.webp
+home: https://trueforge.org/truecharts/stable/theforest
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/theforest.webp
keywords:
- theforest
- GameServers
diff --git a/charts/stable/theforest/README.md b/charts/stable/theforest/README.md
index 551b094490a..94ffd085fb1 100644
--- a/charts/stable/theforest/README.md
+++ b/charts/stable/theforest/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/stable/theforest)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/theforest)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/theforest
+https://trueforge.org/truecharts/stable/theforest
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/thelounge/Chart.yaml b/charts/stable/thelounge/Chart.yaml
index 1e9230b8ac6..f879154194f 100644
--- a/charts/stable/thelounge/Chart.yaml
+++ b/charts/stable/thelounge/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The Lounge, modern web IRC client designed for self-hosting
-home: https://truecharts.org/charts/stable/thelounge
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/thelounge.webp
+home: https://trueforge.org/truecharts/stable/thelounge
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/thelounge.webp
keywords:
- thelounge
- IRC
diff --git a/charts/stable/thelounge/README.md b/charts/stable/thelounge/README.md
index 090473d1d6a..9abeb8da75b 100644
--- a/charts/stable/thelounge/README.md
+++ b/charts/stable/thelounge/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/stable/thelounge)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/thelounge)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/thelounge
+https://trueforge.org/truecharts/stable/thelounge
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/theme-park/Chart.yaml b/charts/stable/theme-park/Chart.yaml
index 762578e33b6..0549886157e 100644
--- a/charts/stable/theme-park/Chart.yaml
+++ b/charts/stable/theme-park/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Custom themes for your favorite apps!
-home: https://truecharts.org/charts/stable/theme-park
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.webp
+home: https://trueforge.org/truecharts/stable/theme-park
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/theme-park.webp
keywords:
- theme-park
- customization
diff --git a/charts/stable/theme-park/README.md b/charts/stable/theme-park/README.md
index 1d508126766..23a42938390 100644
--- a/charts/stable/theme-park/README.md
+++ b/charts/stable/theme-park/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/stable/theme-park)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/theme-park)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/theme-park
+https://trueforge.org/truecharts/stable/theme-park
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/threadfin/Chart.yaml b/charts/stable/threadfin/Chart.yaml
index d130b327f09..3c43dad0023 100644
--- a/charts/stable/threadfin/Chart.yaml
+++ b/charts/stable/threadfin/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: M3U Proxy for Plex DVR and Emby/Jellyfin Live TV. Based on xTeVe.
-home: https://truecharts.org/charts/stable/threadfin
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/threadfin.webp
+home: https://trueforge.org/truecharts/stable/threadfin
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/threadfin.webp
keywords:
- threadfin
- xteve
diff --git a/charts/stable/threadfin/README.md b/charts/stable/threadfin/README.md
index f02833aa134..52c3ce4abad 100644
--- a/charts/stable/threadfin/README.md
+++ b/charts/stable/threadfin/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/stable/threadfin)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/threadfin)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/threadfin
+https://trueforge.org/truecharts/stable/threadfin
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/thunderbird/Chart.yaml b/charts/stable/thunderbird/Chart.yaml
index e9d74e55c6e..363a62219ef 100644
--- a/charts/stable/thunderbird/Chart.yaml
+++ b/charts/stable/thunderbird/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install Thunderbird in the preferred version and language.
-home: https://truecharts.org/charts/stable/thunderbird
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.webp
+home: https://trueforge.org/truecharts/stable/thunderbird
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/thunderbird.webp
keywords:
- thunderbird
- mail
diff --git a/charts/stable/thunderbird/README.md b/charts/stable/thunderbird/README.md
index 6a9a6b24d42..35f847825b7 100644
--- a/charts/stable/thunderbird/README.md
+++ b/charts/stable/thunderbird/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/stable/thunderbird)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/thunderbird)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/thunderbird
+https://trueforge.org/truecharts/stable/thunderbird
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/timetagger/Chart.yaml b/charts/stable/timetagger/Chart.yaml
index 1f006d3e413..ebc80b99d0d 100644
--- a/charts/stable/timetagger/Chart.yaml
+++ b/charts/stable/timetagger/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An open source time-tracker with an interactive user experience and powerful reporting.
-home: https://truecharts.org/charts/stable/timetagger
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/timetagger.webp
+home: https://trueforge.org/truecharts/stable/timetagger
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/timetagger.webp
keywords:
- time
- timetagger
diff --git a/charts/stable/timetagger/README.md b/charts/stable/timetagger/README.md
index 619521dfe59..42071c5830b 100644
--- a/charts/stable/timetagger/README.md
+++ b/charts/stable/timetagger/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/stable/timetagger)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/timetagger)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/timetagger
+https://trueforge.org/truecharts/stable/timetagger
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tinymediamanager/Chart.yaml b/charts/stable/tinymediamanager/Chart.yaml
index 68527cd0bfa..bef742b7c2f 100644
--- a/charts/stable/tinymediamanager/Chart.yaml
+++ b/charts/stable/tinymediamanager/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: TinyMediaManager is a full featured media manager to organize and clean up your media library.
-home: https://truecharts.org/charts/stable/tinymediamanager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tinymediamanager.webp
+home: https://trueforge.org/truecharts/stable/tinymediamanager
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tinymediamanager.webp
keywords:
- tiny
- media
diff --git a/charts/stable/tinymediamanager/README.md b/charts/stable/tinymediamanager/README.md
index cf0ed079084..472ac86a336 100644
--- a/charts/stable/tinymediamanager/README.md
+++ b/charts/stable/tinymediamanager/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/stable/tinymediamanager)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tinymediamanager)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tinymediamanager
+https://trueforge.org/truecharts/stable/tinymediamanager
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tonido/Chart.yaml b/charts/stable/tonido/Chart.yaml
index fc1d17ea2d3..edcf3da5a31 100644
--- a/charts/stable/tonido/Chart.yaml
+++ b/charts/stable/tonido/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Tonido Server allows you to access all your files on your computer from a web browser, smartphone, tablet or even DLNA enabled devices. No setup necessary.
-home: https://truecharts.org/charts/stable/tonido
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tonido.webp
+home: https://trueforge.org/truecharts/stable/tonido
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tonido.webp
keywords:
- tonido
- Cloud
diff --git a/charts/stable/tonido/README.md b/charts/stable/tonido/README.md
index 04b72dab6b2..b982278080c 100644
--- a/charts/stable/tonido/README.md
+++ b/charts/stable/tonido/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/stable/tonido)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tonido)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tonido
+https://trueforge.org/truecharts/stable/tonido
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/traccar/Chart.yaml b/charts/stable/traccar/Chart.yaml
index 6c74d13c965..75be4c09922 100644
--- a/charts/stable/traccar/Chart.yaml
+++ b/charts/stable/traccar/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Traccar is an open source GPS tracking system.
-home: https://truecharts.org/charts/stable/traccar
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/traccar.webp
+home: https://trueforge.org/truecharts/stable/traccar
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/traccar.webp
keywords:
- traccar
- gps
diff --git a/charts/stable/traccar/README.md b/charts/stable/traccar/README.md
index 148777d8a51..fbda9ac43a9 100644
--- a/charts/stable/traccar/README.md
+++ b/charts/stable/traccar/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/stable/traccar)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/traccar)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/traccar
+https://trueforge.org/truecharts/stable/traccar
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tracks/Chart.yaml b/charts/stable/tracks/Chart.yaml
index 262152bdb35..616597ac539 100644
--- a/charts/stable/tracks/Chart.yaml
+++ b/charts/stable/tracks/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: 'Tracks is a web-based todo application to help you implement the GTD methodology. '
-home: https://truecharts.org/charts/stable/tracks
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tracks.webp
+home: https://trueforge.org/truecharts/stable/tracks
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tracks.webp
keywords:
- tracks
- Productivity
diff --git a/charts/stable/tracks/README.md b/charts/stable/tracks/README.md
index 09bfb8aaa6d..b70ac3212d4 100644
--- a/charts/stable/tracks/README.md
+++ b/charts/stable/tracks/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/stable/tracks)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tracks)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tracks
+https://trueforge.org/truecharts/stable/tracks
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/traefik-forward-auth/Chart.yaml b/charts/stable/traefik-forward-auth/Chart.yaml
index c7663533316..70358f609f0 100644
--- a/charts/stable/traefik-forward-auth/Chart.yaml
+++ b/charts/stable/traefik-forward-auth/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A minimal forward authentication service that provides OAuth/SSO login and authentication for the traefik reverse proxy/load balancer. An example for a typical setup is included in the source (docs/how-to.md).
-home: https://truecharts.org/charts/stable/traefik-forward-auth
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-forward-auth.webp
+home: https://trueforge.org/truecharts/stable/traefik-forward-auth
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/traefik-forward-auth.webp
keywords:
- traefik-forward-auth
- traefik
diff --git a/charts/stable/traefik-forward-auth/README.md b/charts/stable/traefik-forward-auth/README.md
index 7084508c6bc..e6f01fd2c24 100644
--- a/charts/stable/traefik-forward-auth/README.md
+++ b/charts/stable/traefik-forward-auth/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/stable/traefik-forward-auth)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/traefik-forward-auth
+https://trueforge.org/truecharts/stable/traefik-forward-auth
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/traggo/Chart.yaml b/charts/stable/traggo/Chart.yaml
index 5a21c202ed9..da5fe6c96cc 100644
--- a/charts/stable/traggo/Chart.yaml
+++ b/charts/stable/traggo/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Traggo is a tag-based time tracking tool. In Traggo there are no tasks, only tagged time spans.
-home: https://truecharts.org/charts/stable/traggo
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/traggo.webp
+home: https://trueforge.org/truecharts/stable/traggo
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/traggo.webp
keywords:
- time-tracking
- tag
diff --git a/charts/stable/traggo/README.md b/charts/stable/traggo/README.md
index 6e8701964ff..731f2078724 100644
--- a/charts/stable/traggo/README.md
+++ b/charts/stable/traggo/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/stable/traggo)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/traggo)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/traggo
+https://trueforge.org/truecharts/stable/traggo
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/traktarr/Chart.yaml b/charts/stable/traktarr/Chart.yaml
index 32f309f6255..bf0d0835ebb 100644
--- a/charts/stable/traktarr/Chart.yaml
+++ b/charts/stable/traktarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Script to add new series and movies to Sonarr/Radarr based on Trakt lists.
-home: https://truecharts.org/charts/stable/traktarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/traktarr.webp
+home: https://trueforge.org/truecharts/stable/traktarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/traktarr.webp
keywords:
- traktarr
- Tools-Utilities
diff --git a/charts/stable/traktarr/README.md b/charts/stable/traktarr/README.md
index 49a39923ca6..0940d3ca325 100644
--- a/charts/stable/traktarr/README.md
+++ b/charts/stable/traktarr/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/stable/traktarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/traktarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/traktarr
+https://trueforge.org/truecharts/stable/traktarr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/trango/Chart.yaml b/charts/stable/trango/Chart.yaml
index c0fa5583f43..2243f2e78e1 100644
--- a/charts/stable/trango/Chart.yaml
+++ b/charts/stable/trango/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Trango self-hosted is a calling and file sharing solution that works over LAN (local area networks). It does not need to involve the internet for calling or file sharing. Ideal for offices, hotels, houses, restaurants, and any space where people use the same Public IP address or the same Wi-Fi network. The package comes with a discovery server and a web app that can be deployed on the local machine and can be accessed from anywhere in the network.
-home: https://truecharts.org/charts/stable/trango
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/trango.webp
+home: https://trueforge.org/truecharts/stable/trango
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/trango.webp
keywords:
- trango
- Network-Other
diff --git a/charts/stable/trango/README.md b/charts/stable/trango/README.md
index 287741efa9c..e027f19c4c3 100644
--- a/charts/stable/trango/README.md
+++ b/charts/stable/trango/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/stable/trango)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/trango)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/trango
+https://trueforge.org/truecharts/stable/trango
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/transmission/Chart.yaml b/charts/stable/transmission/Chart.yaml
index a101b37d96c..1b3c72e0ed1 100644
--- a/charts/stable/transmission/Chart.yaml
+++ b/charts/stable/transmission/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: fast, easy, and free BitTorrent client.
-home: https://truecharts.org/charts/stable/transmission
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/transmission.webp
+home: https://trueforge.org/truecharts/stable/transmission
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/transmission.webp
keywords:
- transmission
- torrent
diff --git a/charts/stable/transmission/README.md b/charts/stable/transmission/README.md
index 58c24ca2967..6d71b984028 100644
--- a/charts/stable/transmission/README.md
+++ b/charts/stable/transmission/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/stable/transmission)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/transmission)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/transmission
+https://trueforge.org/truecharts/stable/transmission
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/trilium-notes/Chart.yaml b/charts/stable/trilium-notes/Chart.yaml
index 76f20ea0fa5..86c11cea1d6 100644
--- a/charts/stable/trilium-notes/Chart.yaml
+++ b/charts/stable/trilium-notes/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Trilium Notes is a hierarchical note taking application with focus on building large personal knowledge bases.
-home: https://truecharts.org/charts/stable/trilium-notes
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/trilium-notes.webp
+home: https://trueforge.org/truecharts/stable/trilium-notes
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/trilium-notes.webp
keywords:
- trilium
- notes
diff --git a/charts/stable/trilium-notes/README.md b/charts/stable/trilium-notes/README.md
index 5fe22017fcc..4d670e47335 100644
--- a/charts/stable/trilium-notes/README.md
+++ b/charts/stable/trilium-notes/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/stable/trilium-notes)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/trilium-notes
+https://trueforge.org/truecharts/stable/trilium-notes
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/troddit/Chart.yaml b/charts/stable/troddit/Chart.yaml
index 5cd1718dda0..353a60f7a5f 100644
--- a/charts/stable/troddit/Chart.yaml
+++ b/charts/stable/troddit/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A web client for Reddit
-home: https://truecharts.org/charts/stable/troddit
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/troddit.webp
+home: https://trueforge.org/truecharts/stable/troddit
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/troddit.webp
keywords:
- troddit
- Network-Web
diff --git a/charts/stable/troddit/README.md b/charts/stable/troddit/README.md
index 3234d5ed7b3..32428ff436a 100644
--- a/charts/stable/troddit/README.md
+++ b/charts/stable/troddit/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/stable/troddit)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/troddit)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/troddit
+https://trueforge.org/truecharts/stable/troddit
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/truecommand/Chart.yaml b/charts/stable/truecommand/Chart.yaml
index 95db5633158..d373ea0e010 100644
--- a/charts/stable/truecommand/Chart.yaml
+++ b/charts/stable/truecommand/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Aggregated management of TrueNAS devices
-home: https://truecharts.org/charts/stable/truecommand
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/truecommand.webp
+home: https://trueforge.org/truecharts/stable/truecommand
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/truecommand.webp
keywords:
- truecommand
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/truecommand/README.md b/charts/stable/truecommand/README.md
index 2d2d699b384..b0cd07b23cb 100644
--- a/charts/stable/truecommand/README.md
+++ b/charts/stable/truecommand/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/stable/truecommand)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/truecommand)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/truecommand
+https://trueforge.org/truecharts/stable/truecommand
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/truenas-exporter/Chart.yaml b/charts/stable/truenas-exporter/Chart.yaml
index 68c928e73bc..b92de43913e 100644
--- a/charts/stable/truenas-exporter/Chart.yaml
+++ b/charts/stable/truenas-exporter/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A metrics exporter for TrueNAS
-home: https://truecharts.org/charts/stable/truenas-exporter
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/truenas-exporter.webp
+home: https://trueforge.org/truecharts/stable/truenas-exporter
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/truenas-exporter.webp
keywords:
- truenas-exporter
- metrics
diff --git a/charts/stable/truenas-exporter/README.md b/charts/stable/truenas-exporter/README.md
index 3f24344ba80..872e7e399ed 100644
--- a/charts/stable/truenas-exporter/README.md
+++ b/charts/stable/truenas-exporter/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/stable/truenas-exporter)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/truenas-exporter
+https://trueforge.org/truecharts/stable/truenas-exporter
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tsmuxer/Chart.yaml b/charts/stable/tsmuxer/Chart.yaml
index 1e38017e5f1..a7d99c524ff 100644
--- a/charts/stable/tsmuxer/Chart.yaml
+++ b/charts/stable/tsmuxer/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: tsMuxer is a Transport Stream muxer.
-home: https://truecharts.org/charts/stable/tsmuxer
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsmuxer.webp
+home: https://trueforge.org/truecharts/stable/tsmuxer
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tsmuxer.webp
keywords:
- media
- tsmuxer
diff --git a/charts/stable/tsmuxer/README.md b/charts/stable/tsmuxer/README.md
index eb0e0b1a784..6258aba7efa 100644
--- a/charts/stable/tsmuxer/README.md
+++ b/charts/stable/tsmuxer/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/stable/tsmuxer)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tsmuxer)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tsmuxer
+https://trueforge.org/truecharts/stable/tsmuxer
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tsn-ranksystem/Chart.yaml b/charts/stable/tsn-ranksystem/Chart.yaml
index 629ff55552b..fd8c8c25bd3 100644
--- a/charts/stable/tsn-ranksystem/Chart.yaml
+++ b/charts/stable/tsn-ranksystem/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: TS-N Ranksystem is a TeamSpeak 3 bot that allows you to assign ranks to users based on their activity on the server.
-home: https://truecharts.org/charts/stable/tsn-ranksystem
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tsn-ranksystem.webp
+home: https://trueforge.org/truecharts/stable/tsn-ranksystem
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tsn-ranksystem.webp
keywords:
- teamspeak
- tsn-ranksystem
diff --git a/charts/stable/tsn-ranksystem/README.md b/charts/stable/tsn-ranksystem/README.md
index 4601032f174..7d3d838e9cb 100644
--- a/charts/stable/tsn-ranksystem/README.md
+++ b/charts/stable/tsn-ranksystem/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/stable/tsn-ranksystem)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tsn-ranksystem
+https://trueforge.org/truecharts/stable/tsn-ranksystem
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tt-rss/Chart.yaml b/charts/stable/tt-rss/Chart.yaml
index 957a71979d0..c108c91decb 100644
--- a/charts/stable/tt-rss/Chart.yaml
+++ b/charts/stable/tt-rss/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Tiny Tiny RSS is a free and open source web-based news feed (RSS/Atom) reader and aggregator.
-home: https://truecharts.org/charts/stable/tt-rss
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.webp
+home: https://trueforge.org/truecharts/stable/tt-rss
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tt-rss.webp
keywords:
- tt-rss
- rss
diff --git a/charts/stable/tt-rss/README.md b/charts/stable/tt-rss/README.md
index e04f0f81719..f4c92839866 100644
--- a/charts/stable/tt-rss/README.md
+++ b/charts/stable/tt-rss/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/stable/tt-rss)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tt-rss)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tt-rss
+https://trueforge.org/truecharts/stable/tt-rss
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tubearchivist-redisjson/Chart.yaml b/charts/stable/tubearchivist-redisjson/Chart.yaml
index 97ad07b7711..0b04b142811 100644
--- a/charts/stable/tubearchivist-redisjson/Chart.yaml
+++ b/charts/stable/tubearchivist-redisjson/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is a dependancy Chart for the application "TubeArchivist"
-home: https://truecharts.org/charts/stable/tubearchivist-redisjson
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.webp
+home: https://trueforge.org/truecharts/stable/tubearchivist-redisjson
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tubearchivist-redisjson.webp
keywords:
- tubearchivist-redisjson
- MediaServer-Other
diff --git a/charts/stable/tubearchivist-redisjson/README.md b/charts/stable/tubearchivist-redisjson/README.md
index 094c3682c90..aaeab216e8e 100644
--- a/charts/stable/tubearchivist-redisjson/README.md
+++ b/charts/stable/tubearchivist-redisjson/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/stable/tubearchivist-redisjson)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tubearchivist-redisjson
+https://trueforge.org/truecharts/stable/tubearchivist-redisjson
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tubesync/Chart.yaml b/charts/stable/tubesync/Chart.yaml
index a4f2ee05d02..0883b47deac 100644
--- a/charts/stable/tubesync/Chart.yaml
+++ b/charts/stable/tubesync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: TubeSync is a PVR (personal video recorder) for YouTube. Or, like Sonarr but for YouTube (with a built-in download client). It is designed to synchronize channels and playlists from YouTube to local directories and update your media server once media is downloaded.
-home: https://truecharts.org/charts/stable/tubesync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tubesync.webp
+home: https://trueforge.org/truecharts/stable/tubesync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tubesync.webp
keywords:
- tubesync
- Downloaders
diff --git a/charts/stable/tubesync/README.md b/charts/stable/tubesync/README.md
index 08bab8dfb35..68803bad53e 100644
--- a/charts/stable/tubesync/README.md
+++ b/charts/stable/tubesync/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/stable/tubesync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tubesync)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tubesync
+https://trueforge.org/truecharts/stable/tubesync
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tvheadend/Chart.yaml b/charts/stable/tvheadend/Chart.yaml
index 7d1613c7cb3..2e373ca51ac 100644
--- a/charts/stable/tvheadend/Chart.yaml
+++ b/charts/stable/tvheadend/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: TVheadend - a TV streaming server and digital video recorder
-home: https://truecharts.org/charts/stable/tvheadend
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvheadend.webp
+home: https://trueforge.org/truecharts/stable/tvheadend
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tvheadend.webp
keywords:
- tvheadend
- tv
diff --git a/charts/stable/tvheadend/README.md b/charts/stable/tvheadend/README.md
index ba055299877..9e9828c515e 100644
--- a/charts/stable/tvheadend/README.md
+++ b/charts/stable/tvheadend/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/stable/tvheadend)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tvheadend
+https://trueforge.org/truecharts/stable/tvheadend
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/tvhproxy/Chart.yaml b/charts/stable/tvhproxy/Chart.yaml
index 42031753794..43fd8c59bb5 100644
--- a/charts/stable/tvhproxy/Chart.yaml
+++ b/charts/stable/tvhproxy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: TvhProxy is a small flask app to proxy requests between Plex Media Server and Tvheadend.You have to run this Chart Chart as a seperate IP Address.
-home: https://truecharts.org/charts/stable/tvhproxy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/tvhproxy.webp
+home: https://trueforge.org/truecharts/stable/tvhproxy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/tvhproxy.webp
keywords:
- tvhproxy
- MediaApp-Video
diff --git a/charts/stable/tvhproxy/README.md b/charts/stable/tvhproxy/README.md
index 4d57d5b3475..75966ee9979 100644
--- a/charts/stable/tvhproxy/README.md
+++ b/charts/stable/tvhproxy/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/stable/tvhproxy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/tvhproxy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/tvhproxy
+https://trueforge.org/truecharts/stable/tvhproxy
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/twofauth/Chart.yaml b/charts/stable/twofauth/Chart.yaml
index bab0572bab3..acf65faa183 100644
--- a/charts/stable/twofauth/Chart.yaml
+++ b/charts/stable/twofauth/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Web app to manage your 2FA accounts and generate their security codes.
-home: https://truecharts.org/charts/stable/twofauth
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.webp
+home: https://trueforge.org/truecharts/stable/twofauth
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/twofauth.webp
keywords:
- 2fauth
- auth
diff --git a/charts/stable/twofauth/README.md b/charts/stable/twofauth/README.md
index 81744a48d91..00f53f8a5c2 100644
--- a/charts/stable/twofauth/README.md
+++ b/charts/stable/twofauth/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/stable/twofauth)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/twofauth)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/twofauth
+https://trueforge.org/truecharts/stable/twofauth
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/twonky-server/Chart.yaml b/charts/stable/twonky-server/Chart.yaml
index 9f06231d3fc..8a4fbc76c4e 100644
--- a/charts/stable/twonky-server/Chart.yaml
+++ b/charts/stable/twonky-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: TwonkyMedia server (TMS) is DLNA-compliant UPnP AV server software from PacketVideo. TwonkyMedia server can be used to share and stream media to most UPnP AV or DLNA-compliant clients, in addition to non-UPnP devices through the HTML, RSS, and JSON supported front ends.
-home: https://truecharts.org/charts/stable/twonky-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/twonky-server.webp
+home: https://trueforge.org/truecharts/stable/twonky-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/twonky-server.webp
keywords:
- twonky-server
- MediaServer-Video
diff --git a/charts/stable/twonky-server/README.md b/charts/stable/twonky-server/README.md
index 1aab456aac9..61f46ef4d49 100644
--- a/charts/stable/twonky-server/README.md
+++ b/charts/stable/twonky-server/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/stable/twonky-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/twonky-server
+https://trueforge.org/truecharts/stable/twonky-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/twtxt/Chart.yaml b/charts/stable/twtxt/Chart.yaml
index 7db463061e7..78cbba260ea 100644
--- a/charts/stable/twtxt/Chart.yaml
+++ b/charts/stable/twtxt/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Self-Hosted, Twitter™-like Decentralised microBlogging platform. No ads, no tracking, your content, your data!
-home: https://truecharts.org/charts/stable/twtxt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/twtxt.webp
+home: https://trueforge.org/truecharts/stable/twtxt
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/twtxt.webp
keywords:
- twtxt
- blogging
diff --git a/charts/stable/twtxt/README.md b/charts/stable/twtxt/README.md
index b46c6a5ff6f..193efb6c401 100644
--- a/charts/stable/twtxt/README.md
+++ b/charts/stable/twtxt/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/stable/twtxt)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/twtxt)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/twtxt
+https://trueforge.org/truecharts/stable/twtxt
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ubooquity/Chart.yaml b/charts/stable/ubooquity/Chart.yaml
index b6331d4b1b0..d2071c0c2eb 100644
--- a/charts/stable/ubooquity/Chart.yaml
+++ b/charts/stable/ubooquity/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Ubooquity is a free, lightweight and easy-to-use home server for your comics and ebooks.
-home: https://truecharts.org/charts/stable/ubooquity
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ubooquity.webp
+home: https://trueforge.org/truecharts/stable/ubooquity
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ubooquity.webp
keywords:
- ubooquity
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/ubooquity/README.md b/charts/stable/ubooquity/README.md
index 577515923a1..bf9b218ca7c 100644
--- a/charts/stable/ubooquity/README.md
+++ b/charts/stable/ubooquity/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/stable/ubooquity)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/ubooquity)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ubooquity
+https://trueforge.org/truecharts/stable/ubooquity
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/unifi/Chart.yaml b/charts/stable/unifi/Chart.yaml
index 1ec7726fd34..ee0c1ee60ce 100644
--- a/charts/stable/unifi/Chart.yaml
+++ b/charts/stable/unifi/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Ubiquiti Network's Unifi Controller
-home: https://truecharts.org/charts/stable/unifi
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/unifi.webp
+home: https://trueforge.org/truecharts/stable/unifi
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/unifi.webp
keywords:
- ubiquiti
- unifi
diff --git a/charts/stable/unifi/README.md b/charts/stable/unifi/README.md
index e0979501dd0..cbfe6aca944 100644
--- a/charts/stable/unifi/README.md
+++ b/charts/stable/unifi/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/stable/unifi)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/unifi)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/unifi
+https://trueforge.org/truecharts/stable/unifi
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/universal-media-server/Chart.yaml b/charts/stable/universal-media-server/Chart.yaml
index 76d4150ba92..dc0e0218a70 100644
--- a/charts/stable/universal-media-server/Chart.yaml
+++ b/charts/stable/universal-media-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. It was originally based on PS3 Media Server by shagrath, in order to ensure greater stability and file-compatibility.
-home: https://truecharts.org/charts/stable/universal-media-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/universal-media-server.webp
+home: https://trueforge.org/truecharts/stable/universal-media-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/universal-media-server.webp
keywords:
- universal-media-server
- MediaServer-Video
diff --git a/charts/stable/universal-media-server/README.md b/charts/stable/universal-media-server/README.md
index 57d617a1dd5..ba19f5fc71a 100644
--- a/charts/stable/universal-media-server/README.md
+++ b/charts/stable/universal-media-server/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/stable/universal-media-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/universal-media-server
+https://trueforge.org/truecharts/stable/universal-media-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/unmanic/Chart.yaml b/charts/stable/unmanic/Chart.yaml
index dc2266172b0..775b1d6283a 100644
--- a/charts/stable/unmanic/Chart.yaml
+++ b/charts/stable/unmanic/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Unmanic is a simple tool for optimising your file library.
-home: https://truecharts.org/charts/stable/unmanic
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/unmanic.webp
+home: https://trueforge.org/truecharts/stable/unmanic
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/unmanic.webp
keywords:
- media
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/unmanic/README.md b/charts/stable/unmanic/README.md
index f118896a61d..89b47b6f2e5 100644
--- a/charts/stable/unmanic/README.md
+++ b/charts/stable/unmanic/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/stable/unmanic)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/unmanic)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/unmanic
+https://trueforge.org/truecharts/stable/unmanic
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/unpackerr/Chart.yaml b/charts/stable/unpackerr/Chart.yaml
index dc886194c15..29ab08a5718 100644
--- a/charts/stable/unpackerr/Chart.yaml
+++ b/charts/stable/unpackerr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This application runs as a daemon on your download host. It checks for completed downloads and extracts them so Radarr, Lidarr, Sonarr, and Readarr may import them
-home: https://truecharts.org/charts/stable/unpackerr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpackerr.webp
+home: https://trueforge.org/truecharts/stable/unpackerr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/unpackerr.webp
keywords:
- unpackerr
- sonarr
diff --git a/charts/stable/unpackerr/README.md b/charts/stable/unpackerr/README.md
index bf7f5ff666d..5128cbdc489 100644
--- a/charts/stable/unpackerr/README.md
+++ b/charts/stable/unpackerr/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/stable/unpackerr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/unpackerr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/unpackerr
+https://trueforge.org/truecharts/stable/unpackerr
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/unpoller/Chart.yaml b/charts/stable/unpoller/Chart.yaml
index 6ae68402256..098d8927a68 100644
--- a/charts/stable/unpoller/Chart.yaml
+++ b/charts/stable/unpoller/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Collect your UniFi controller data and report it to an InfluxDB instance, or export it for Prometheus collection.
-home: https://truecharts.org/charts/stable/unpoller
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/unpoller.webp
+home: https://trueforge.org/truecharts/stable/unpoller
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/unpoller.webp
keywords:
- unifi
- unifi-poller
diff --git a/charts/stable/unpoller/README.md b/charts/stable/unpoller/README.md
index 24e1588fab8..17eedf4a6c2 100644
--- a/charts/stable/unpoller/README.md
+++ b/charts/stable/unpoller/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/stable/unpoller)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/unpoller)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/unpoller
+https://trueforge.org/truecharts/stable/unpoller
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/unturned/Chart.yaml b/charts/stable/unturned/Chart.yaml
index a72057f3f64..b3107d09dda 100644
--- a/charts/stable/unturned/Chart.yaml
+++ b/charts/stable/unturned/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Unturned SteamCMD
-home: https://truecharts.org/charts/stable/unturned
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/unturned.webp
+home: https://trueforge.org/truecharts/stable/unturned
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/unturned.webp
keywords:
- unturned
- GameServers
diff --git a/charts/stable/unturned/README.md b/charts/stable/unturned/README.md
index 8e29e1272f3..4e5478018b3 100644
--- a/charts/stable/unturned/README.md
+++ b/charts/stable/unturned/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/stable/unturned)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/unturned)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/unturned
+https://trueforge.org/truecharts/stable/unturned
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/uptime-kuma/Chart.yaml b/charts/stable/uptime-kuma/Chart.yaml
index 72f2319f7a6..17a2f1db04d 100644
--- a/charts/stable/uptime-kuma/Chart.yaml
+++ b/charts/stable/uptime-kuma/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A fancy self-hosted monitoring tool
-home: https://truecharts.org/charts/stable/uptime-kuma
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptime-kuma.webp
+home: https://trueforge.org/truecharts/stable/uptime-kuma
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/uptime-kuma.webp
keywords:
- monitoring
- uptime
diff --git a/charts/stable/uptime-kuma/README.md b/charts/stable/uptime-kuma/README.md
index 87e303382ec..47ac12ed448 100644
--- a/charts/stable/uptime-kuma/README.md
+++ b/charts/stable/uptime-kuma/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/stable/uptime-kuma)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/uptime-kuma
+https://trueforge.org/truecharts/stable/uptime-kuma
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/uptimerobot-prometheus/Chart.yaml b/charts/stable/uptimerobot-prometheus/Chart.yaml
index 21c6c5029dd..c9ab46f8beb 100644
--- a/charts/stable/uptimerobot-prometheus/Chart.yaml
+++ b/charts/stable/uptimerobot-prometheus/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Prometheus Exporter for the official uptimerobot CLI
-home: https://truecharts.org/charts/stable/uptimerobot-prometheus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.webp
+home: https://trueforge.org/truecharts/stable/uptimerobot-prometheus
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/uptimerobot-prometheus.webp
keywords:
- uptimerobot
- prometheus
diff --git a/charts/stable/uptimerobot-prometheus/README.md b/charts/stable/uptimerobot-prometheus/README.md
index 3ad31ac4ad9..e57d96b95ae 100644
--- a/charts/stable/uptimerobot-prometheus/README.md
+++ b/charts/stable/uptimerobot-prometheus/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/stable/uptimerobot-prometheus)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/uptimerobot-prometheus)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/uptimerobot-prometheus
+https://trueforge.org/truecharts/stable/uptimerobot-prometheus
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/urban-terror/Chart.yaml b/charts/stable/urban-terror/Chart.yaml
index 1cb05b1ef41..81c990d9f29 100644
--- a/charts/stable/urban-terror/Chart.yaml
+++ b/charts/stable/urban-terror/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Urban Terror is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh.
-home: https://truecharts.org/charts/stable/urban-terror
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/urban-terror.webp
+home: https://trueforge.org/truecharts/stable/urban-terror
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/urban-terror.webp
keywords:
- urban-terror
- GameServers
diff --git a/charts/stable/urban-terror/README.md b/charts/stable/urban-terror/README.md
index 37fec765ff4..c631fd719a9 100644
--- a/charts/stable/urban-terror/README.md
+++ b/charts/stable/urban-terror/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/stable/urban-terror)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/urban-terror
+https://trueforge.org/truecharts/stable/urban-terror
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/v-rising/Chart.yaml b/charts/stable/v-rising/Chart.yaml
index 5d6740f8d05..22b148e4d7e 100644
--- a/charts/stable/v-rising/Chart.yaml
+++ b/charts/stable/v-rising/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install SteamCMD. It will also install V Rising and run it.
-home: https://truecharts.org/charts/stable/v-rising
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/v-rising.webp
+home: https://trueforge.org/truecharts/stable/v-rising
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/v-rising.webp
keywords:
- v-rising
- GameServers
diff --git a/charts/stable/v-rising/README.md b/charts/stable/v-rising/README.md
index f695020d842..222ec7cc8a4 100644
--- a/charts/stable/v-rising/README.md
+++ b/charts/stable/v-rising/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/stable/v-rising)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/v-rising
+https://trueforge.org/truecharts/stable/v-rising
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/valetudo-mapper/Chart.yaml b/charts/stable/valetudo-mapper/Chart.yaml
index 7c973f0607e..8c6ee6498f7 100644
--- a/charts/stable/valetudo-mapper/Chart.yaml
+++ b/charts/stable/valetudo-mapper/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: "Valetudo-RE companion service for generating PNG maps.\r"
-home: https://truecharts.org/charts/stable/valetudo-mapper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/valetudo-mapper.webp
+home: https://trueforge.org/truecharts/stable/valetudo-mapper
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/valetudo-mapper.webp
keywords:
- valetudo-mapper
- Tools-Utilities
diff --git a/charts/stable/valetudo-mapper/README.md b/charts/stable/valetudo-mapper/README.md
index bf5790505a7..f8021725a9b 100644
--- a/charts/stable/valetudo-mapper/README.md
+++ b/charts/stable/valetudo-mapper/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/stable/valetudo-mapper)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/valetudo-mapper)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/valetudo-mapper
+https://trueforge.org/truecharts/stable/valetudo-mapper
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/valheim/Chart.yaml b/charts/stable/valheim/Chart.yaml
index 46c27129340..7206b1f4e7c 100644
--- a/charts/stable/valheim/Chart.yaml
+++ b/charts/stable/valheim/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Valheim dedicated gameserver with automatic update and world backup support
-home: https://truecharts.org/charts/stable/valheim
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/valheim.webp
+home: https://trueforge.org/truecharts/stable/valheim
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/valheim.webp
keywords:
- valheim
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/valheim/README.md b/charts/stable/valheim/README.md
index d6722a7f24e..f0c6a5554bf 100644
--- a/charts/stable/valheim/README.md
+++ b/charts/stable/valheim/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/stable/valheim)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/valheim)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/valheim
+https://trueforge.org/truecharts/stable/valheim
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/vaultwarden/Chart.yaml b/charts/stable/vaultwarden/Chart.yaml
index bff74cb5309..f6d38ecc31d 100644
--- a/charts/stable/vaultwarden/Chart.yaml
+++ b/charts/stable/vaultwarden/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Unofficial Bitwarden compatible server written in Rust
-home: https://truecharts.org/charts/premium/vaultwarden
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vaultwarden.webp
+home: https://trueforge.org/truecharts/stable/vaultwarden
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/vaultwarden.webp
keywords:
- bitwarden
- bitwardenrs
@@ -40,7 +40,7 @@ name: vaultwarden
sources:
- https://ghcr.io/timshel/vaultwarden
- https://github.com/dani-garcia/vaultwarden
- - https://github.com/trueforge-org/truecharts/tree/master/charts/premium/vaultwarden
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/vaultwarden
- https://quay.io/vaultwarden/server
type: application
version: 29.8.0
diff --git a/charts/stable/vaultwarden/README.md b/charts/stable/vaultwarden/README.md
index 47ea125fb3f..50ee7cab026 100644
--- a/charts/stable/vaultwarden/README.md
+++ b/charts/stable/vaultwarden/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/premium/vaultwarden)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/vaultwarden)
**This chart is not 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/vaultwarden`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/premium/vaultwarden
+https://trueforge.org/truecharts/stable/vaultwarden
## Configuration Options
To view the 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/premium/vaultwarden/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/venstar2mqtt/Chart.yaml b/charts/stable/venstar2mqtt/Chart.yaml
index 5690f8bbea8..a60223694cc 100644
--- a/charts/stable/venstar2mqtt/Chart.yaml
+++ b/charts/stable/venstar2mqtt/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Simple Chart that allows MQTT to be used to view data and push settings to the Venstar Local API Thermostats. Local API needs to be enabled on the thermostat. No Web UI or appdata folder necessary.
-home: https://truecharts.org/charts/stable/venstar2mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/venstar2mqtt.webp
+home: https://trueforge.org/truecharts/stable/venstar2mqtt
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/venstar2mqtt.webp
keywords:
- venstar2mqtt
- home-automation
diff --git a/charts/stable/venstar2mqtt/README.md b/charts/stable/venstar2mqtt/README.md
index c5a344a3b47..4f47b2e5133 100644
--- a/charts/stable/venstar2mqtt/README.md
+++ b/charts/stable/venstar2mqtt/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/stable/venstar2mqtt)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/venstar2mqtt)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/venstar2mqtt
+https://trueforge.org/truecharts/stable/venstar2mqtt
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/vertex/Chart.yaml b/charts/stable/vertex/Chart.yaml
index 1ec465b0032..2a36cc5db9c 100644
--- a/charts/stable/vertex/Chart.yaml
+++ b/charts/stable/vertex/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Vertex
-home: https://truecharts.org/charts/stable/vertex
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vertex.webp
+home: https://trueforge.org/truecharts/stable/vertex
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/vertex.webp
keywords:
- vertex
- home-automation
diff --git a/charts/stable/vertex/README.md b/charts/stable/vertex/README.md
index c39c0258d8e..657a59b6726 100644
--- a/charts/stable/vertex/README.md
+++ b/charts/stable/vertex/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/stable/vertex)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/vertex)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/vertex
+https://trueforge.org/truecharts/stable/vertex
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/verysync/Chart.yaml b/charts/stable/verysync/Chart.yaml
index 349b498acac..5db8f8b1e33 100644
--- a/charts/stable/verysync/Chart.yaml
+++ b/charts/stable/verysync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: very sync is an easy-to-use multi-platform file synchronization software
-home: https://truecharts.org/charts/stable/verysync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/verysync.webp
+home: https://trueforge.org/truecharts/stable/verysync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/verysync.webp
keywords:
- verysync
- sync
diff --git a/charts/stable/verysync/README.md b/charts/stable/verysync/README.md
index 3dd8dc08f09..b6cd5b5986e 100644
--- a/charts/stable/verysync/README.md
+++ b/charts/stable/verysync/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/stable/verysync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/verysync)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/verysync
+https://trueforge.org/truecharts/stable/verysync
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/victoriametrics/Chart.yaml b/charts/stable/victoriametrics/Chart.yaml
index 927b9af48d1..078e81dacf2 100644
--- a/charts/stable/victoriametrics/Chart.yaml
+++ b/charts/stable/victoriametrics/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Fast, cost-effective monitoring solution and time series database
-home: https://truecharts.org/charts/stable/victoriametrics
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/victoriametrics.webp
+home: https://trueforge.org/truecharts/stable/victoriametrics
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/victoriametrics.webp
keywords:
- victoriametrics
- database
diff --git a/charts/stable/victoriametrics/README.md b/charts/stable/victoriametrics/README.md
index 698abe393eb..86447f3d04e 100644
--- a/charts/stable/victoriametrics/README.md
+++ b/charts/stable/victoriametrics/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/stable/victoriametrics)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/victoriametrics)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/victoriametrics
+https://trueforge.org/truecharts/stable/victoriametrics
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/vikunja/Chart.yaml b/charts/stable/vikunja/Chart.yaml
index cc5fd10e0a4..508ca5e587f 100644
--- a/charts/stable/vikunja/Chart.yaml
+++ b/charts/stable/vikunja/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: The to-do app to organize your life.
-home: https://truecharts.org/charts/stable/vikunja
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vikunja.webp
+home: https://trueforge.org/truecharts/stable/vikunja
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/vikunja.webp
keywords:
- vikunja
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/vikunja/README.md b/charts/stable/vikunja/README.md
index 916f14db7a9..dc6af28045f 100644
--- a/charts/stable/vikunja/README.md
+++ b/charts/stable/vikunja/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/stable/vikunja)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/vikunja)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/vikunja
+https://trueforge.org/truecharts/stable/vikunja
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/vintage-story/Chart.yaml b/charts/stable/vintage-story/Chart.yaml
index a4bc28fb810..f33957c5090 100644
--- a/charts/stable/vintage-story/Chart.yaml
+++ b/charts/stable/vintage-story/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is a Basic Vintage Story Server it will download and install Vintage Story Server and run it.
-home: https://truecharts.org/charts/stable/vintage-story
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vintage-story.webp
+home: https://trueforge.org/truecharts/stable/vintage-story
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/vintage-story.webp
keywords:
- vintage-story
- GameServers
diff --git a/charts/stable/vintage-story/README.md b/charts/stable/vintage-story/README.md
index 7317180f70f..63330acec32 100644
--- a/charts/stable/vintage-story/README.md
+++ b/charts/stable/vintage-story/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/stable/vintage-story)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/vintage-story
+https://trueforge.org/truecharts/stable/vintage-story
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/virt-manager/Chart.yaml b/charts/stable/virt-manager/Chart.yaml
index 9aae232589d..5b1d2b4d106 100644
--- a/charts/stable/virt-manager/Chart.yaml
+++ b/charts/stable/virt-manager/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The virt-manager application is a desktop user interface for managing virtual machines through libvirt.
-home: https://truecharts.org/charts/stable/virt-manager
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/virt-manager.webp
+home: https://trueforge.org/truecharts/stable/virt-manager
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/virt-manager.webp
keywords:
- virt-manager
- Tools-Utilities
diff --git a/charts/stable/virt-manager/README.md b/charts/stable/virt-manager/README.md
index 85cec32883c..18bd0979350 100644
--- a/charts/stable/virt-manager/README.md
+++ b/charts/stable/virt-manager/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/stable/virt-manager)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/virt-manager
+https://trueforge.org/truecharts/stable/virt-manager
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/virt-manager/values.yaml b/charts/stable/virt-manager/values.yaml
index cd7dde3c234..a63b1bb2412 100644
--- a/charts/stable/virt-manager/values.yaml
+++ b/charts/stable/virt-manager/values.yaml
@@ -34,4 +34,4 @@ workload:
containers:
main:
env:
- HOSTS: "['qemu:///system']"
+ HOSTS: "['qemu:///stable']"
diff --git a/charts/stable/vlmcsd-kms-server/Chart.yaml b/charts/stable/vlmcsd-kms-server/Chart.yaml
index 8080e841100..ad4fef1802d 100644
--- a/charts/stable/vlmcsd-kms-server/Chart.yaml
+++ b/charts/stable/vlmcsd-kms-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: vlmcsd is a replacement for Microsoft's KMS server.
-home: https://truecharts.org/charts/stable/vlmcsd-kms-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.webp
+home: https://trueforge.org/truecharts/stable/vlmcsd-kms-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/vlmcsd-kms-server.webp
keywords:
- vlmcsd-kms-server
- Cloud
diff --git a/charts/stable/vlmcsd-kms-server/README.md b/charts/stable/vlmcsd-kms-server/README.md
index 78fdb903bc9..956f0b198ee 100644
--- a/charts/stable/vlmcsd-kms-server/README.md
+++ b/charts/stable/vlmcsd-kms-server/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/stable/vlmcsd-kms-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/vlmcsd-kms-server
+https://trueforge.org/truecharts/stable/vlmcsd-kms-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/vocechat-server/Chart.yaml b/charts/stable/vocechat-server/Chart.yaml
index b2c05f885a2..5d826fad400 100644
--- a/charts/stable/vocechat-server/Chart.yaml
+++ b/charts/stable/vocechat-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A superlight rust written social server.
-home: https://truecharts.org/charts/stable/vocechat-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/vocechat-server.webp
+home: https://trueforge.org/truecharts/stable/vocechat-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/vocechat-server.webp
keywords:
- vocechat-server
- social
diff --git a/charts/stable/vocechat-server/README.md b/charts/stable/vocechat-server/README.md
index a3e1144fba2..3d4272d70a2 100644
--- a/charts/stable/vocechat-server/README.md
+++ b/charts/stable/vocechat-server/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/stable/vocechat-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/vocechat-server
+https://trueforge.org/truecharts/stable/vocechat-server
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/volsync/Chart.yaml b/charts/stable/volsync/Chart.yaml
index 9efb77596b7..e5cb83a2005 100644
--- a/charts/stable/volsync/Chart.yaml
+++ b/charts/stable/volsync/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: volsync is a storage backup and synchronisation tool.
-home: https://truecharts.org/charts/system/volsync
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/volsync.webp
+home: https://trueforge.org/truecharts/stable/volsync
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/volsync.webp
keywords:
- volsync
- ingress
@@ -36,7 +36,7 @@ name: volsync
sources:
- https://github.com/backube/helm-charts
- https://github.com/backube/volsync
- - https://github.com/trueforge-org/truecharts/tree/master/charts/system/volsync
+ - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/volsync
- https://quay.io/backube/volsync
- https://quay.io/brancz/kube-rbac-proxy
- https://volsync.readthedocs.io/
diff --git a/charts/stable/volsync/README.md b/charts/stable/volsync/README.md
index c00f8644660..dae0e098a10 100644
--- a/charts/stable/volsync/README.md
+++ b/charts/stable/volsync/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/system/volsync)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/volsync)
**This chart is not 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/volsync`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/system/volsync
+https://trueforge.org/truecharts/stable/volsync
## Configuration Options
To view the 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/system/volsync/values.yaml
+The most recent version of which, is available here: https://github.com/trueforge-org/truecharts/blob/master/charts/stable/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wallos/Chart.yaml b/charts/stable/wallos/Chart.yaml
index 9d3f023afd8..7647c7e5e75 100644
--- a/charts/stable/wallos/Chart.yaml
+++ b/charts/stable/wallos/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Wallos - Self Hosted Subscription tracker
-home: https://truecharts.org/charts/stable/wallos
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.webp
+home: https://trueforge.org/truecharts/stable/wallos
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wallos.webp
keywords:
- dashboard
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/wallos/README.md b/charts/stable/wallos/README.md
index 644eea574fa..f3d072c67f3 100644
--- a/charts/stable/wallos/README.md
+++ b/charts/stable/wallos/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/stable/wallos)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/wallos)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wallos
+https://trueforge.org/truecharts/stable/wallos
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/watcharr/Chart.yaml b/charts/stable/watcharr/Chart.yaml
index 8f94ecbeec4..da5e6ee030b 100644
--- a/charts/stable/watcharr/Chart.yaml
+++ b/charts/stable/watcharr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Open source, self-hostable watched list
-home: https://truecharts.org/charts/stable/watcharr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/watcharr.webp
+home: https://trueforge.org/truecharts/stable/watcharr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/watcharr.webp
keywords:
- watcharr
- media
diff --git a/charts/stable/watcharr/README.md b/charts/stable/watcharr/README.md
index 05ecfa9d630..8dd07e7f112 100644
--- a/charts/stable/watcharr/README.md
+++ b/charts/stable/watcharr/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/stable/watcharr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/watcharr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/watcharr
+https://trueforge.org/truecharts/stable/watcharr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/watchyourlan/Chart.yaml b/charts/stable/watchyourlan/Chart.yaml
index f488b49f07a..e8c12e35fd9 100644
--- a/charts/stable/watchyourlan/Chart.yaml
+++ b/charts/stable/watchyourlan/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Lightweight network IP scanner with web GUI
-home: https://truecharts.org/charts/stable/watchyourlan
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/watchyourlan.webp
+home: https://trueforge.org/truecharts/stable/watchyourlan
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/watchyourlan.webp
keywords:
- network
- monitor
diff --git a/charts/stable/watchyourlan/README.md b/charts/stable/watchyourlan/README.md
index 3b876803710..aadf3fafe8f 100644
--- a/charts/stable/watchyourlan/README.md
+++ b/charts/stable/watchyourlan/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/stable/watchyourlan)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/watchyourlan)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/watchyourlan
+https://trueforge.org/truecharts/stable/watchyourlan
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wdosg/Chart.yaml b/charts/stable/wdosg/Chart.yaml
index fd4b389c4b3..51f09637621 100644
--- a/charts/stable/wdosg/Chart.yaml
+++ b/charts/stable/wdosg/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A Simple web server to manage and run DOS based games on the browser.
-home: https://truecharts.org/charts/stable/wdosg
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wdosg.webp
+home: https://trueforge.org/truecharts/stable/wdosg
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wdosg.webp
keywords:
- wdosg
- dos
diff --git a/charts/stable/wdosg/README.md b/charts/stable/wdosg/README.md
index 299903fc503..cf9436ec416 100644
--- a/charts/stable/wdosg/README.md
+++ b/charts/stable/wdosg/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/stable/wdosg)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/wdosg)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wdosg
+https://trueforge.org/truecharts/stable/wdosg
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/webgrabplus/Chart.yaml b/charts/stable/webgrabplus/Chart.yaml
index 5596f040130..c4ac8ac90e8 100644
--- a/charts/stable/webgrabplus/Chart.yaml
+++ b/charts/stable/webgrabplus/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Webgrabplus is a multi-site incremental xmltv epg grabber.
-home: https://truecharts.org/charts/stable/webgrabplus
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.webp
+home: https://trueforge.org/truecharts/stable/webgrabplus
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/webgrabplus.webp
keywords:
- webgrabplus
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/webgrabplus/README.md b/charts/stable/webgrabplus/README.md
index af72b8a6222..74ab35f67a0 100644
--- a/charts/stable/webgrabplus/README.md
+++ b/charts/stable/webgrabplus/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/stable/webgrabplus)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/webgrabplus)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/webgrabplus
+https://trueforge.org/truecharts/stable/webgrabplus
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/weblate/Chart.yaml b/charts/stable/weblate/Chart.yaml
index e1ece029cb2..2a4bb8e30c0 100644
--- a/charts/stable/weblate/Chart.yaml
+++ b/charts/stable/weblate/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: Weblate is a copylefted libre software web-based continuous localization system
-home: https://truecharts.org/charts/stable/weblate
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/weblate.webp
+home: https://trueforge.org/truecharts/stable/weblate
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/weblate.webp
keywords:
- translate
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/weblate/README.md b/charts/stable/weblate/README.md
index f45bc38276c..3338856910c 100644
--- a/charts/stable/weblate/README.md
+++ b/charts/stable/weblate/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/stable/weblate)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/weblate)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/weblate
+https://trueforge.org/truecharts/stable/weblate
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/webnut/Chart.yaml b/charts/stable/webnut/Chart.yaml
index 8b964a996f1..36b8f18fc31 100644
--- a/charts/stable/webnut/Chart.yaml
+++ b/charts/stable/webnut/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: webNUT (UPS network monitoring web ui).
-home: https://truecharts.org/charts/stable/webnut
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/webnut.webp
+home: https://trueforge.org/truecharts/stable/webnut
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/webnut.webp
keywords:
- webnut
- ups
diff --git a/charts/stable/webnut/README.md b/charts/stable/webnut/README.md
index 7fab28b3dbc..f9338dd186d 100644
--- a/charts/stable/webnut/README.md
+++ b/charts/stable/webnut/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/stable/webnut)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/webnut)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/webnut
+https://trueforge.org/truecharts/stable/webnut
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/webp-server/Chart.yaml b/charts/stable/webp-server/Chart.yaml
index 4dea63c0f70..9205d7791d9 100644
--- a/charts/stable/webp-server/Chart.yaml
+++ b/charts/stable/webp-server/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is a Server based on Golang, which allows you to serve WebP images on the fly. It will convert jpg,jpeg,png files by default, this can be customized by editing the config.json.
-home: https://truecharts.org/charts/stable/webp-server
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/webp-server.webp
+home: https://trueforge.org/truecharts/stable/webp-server
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/webp-server.webp
keywords:
- webp-server
- Cloud
diff --git a/charts/stable/webp-server/README.md b/charts/stable/webp-server/README.md
index aea5de64a48..56af4db8af5 100644
--- a/charts/stable/webp-server/README.md
+++ b/charts/stable/webp-server/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/stable/webp-server)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/webp-server)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/webp-server
+https://trueforge.org/truecharts/stable/webp-server
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/website-shot/Chart.yaml b/charts/stable/website-shot/Chart.yaml
index eec21cd0835..a80c40747c6 100644
--- a/charts/stable/website-shot/Chart.yaml
+++ b/charts/stable/website-shot/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Generate a full web-page screenshot with our service, that provides rich interface to make any kind of web screenshots online for free with no limits. The simplest way to take a full page screenshot.
-home: https://truecharts.org/charts/stable/website-shot
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/website-shot.webp
+home: https://trueforge.org/truecharts/stable/website-shot
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/website-shot.webp
keywords:
- website-shot
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/website-shot/README.md b/charts/stable/website-shot/README.md
index 1f98b99e05f..2d9f969f394 100644
--- a/charts/stable/website-shot/README.md
+++ b/charts/stable/website-shot/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/stable/website-shot)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/website-shot
+https://trueforge.org/truecharts/stable/website-shot
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/webtop/Chart.yaml b/charts/stable/webtop/Chart.yaml
index ea15cb0b119..48e9cc9c85d 100644
--- a/charts/stable/webtop/Chart.yaml
+++ b/charts/stable/webtop/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Webtop full desktop environments in officially supported flavors accessible via any modern web browser.
-home: https://truecharts.org/charts/stable/webtop
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/webtop.webp
+home: https://trueforge.org/truecharts/stable/webtop
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/webtop.webp
keywords:
- webtop
- Tools-Utilities
diff --git a/charts/stable/webtop/README.md b/charts/stable/webtop/README.md
index 64c9e5a10c7..6650bdbd2ba 100644
--- a/charts/stable/webtop/README.md
+++ b/charts/stable/webtop/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/stable/webtop)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/webtop)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/webtop
+https://trueforge.org/truecharts/stable/webtop
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml
index 02e4b15e063..99bf9b9906c 100644
--- a/charts/stable/wekan/Chart.yaml
+++ b/charts/stable/wekan/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: WeKan - Open Source kanban
-home: https://truecharts.org/charts/stable/wekan
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.webp
+home: https://trueforge.org/truecharts/stable/wekan
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wekan.webp
keywords:
- wekan
- kanban
diff --git a/charts/stable/wekan/README.md b/charts/stable/wekan/README.md
index 0be82226d7f..d6d33efcbce 100644
--- a/charts/stable/wekan/README.md
+++ b/charts/stable/wekan/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/stable/wekan)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/wekan)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wekan
+https://trueforge.org/truecharts/stable/wekan
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wg-easy/Chart.yaml b/charts/stable/wg-easy/Chart.yaml
index 7b1f9c288b8..ee1813a199e 100644
--- a/charts/stable/wg-easy/Chart.yaml
+++ b/charts/stable/wg-easy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The easiest way to run WireGuard VPN + Web-based Admin UI.
-home: https://truecharts.org/charts/stable/wg-easy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wg-easy.webp
+home: https://trueforge.org/truecharts/stable/wg-easy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wg-easy.webp
keywords:
- wg-easy
- wireguard
diff --git a/charts/stable/wg-easy/README.md b/charts/stable/wg-easy/README.md
index b063bd3964b..d3d5b050e10 100644
--- a/charts/stable/wg-easy/README.md
+++ b/charts/stable/wg-easy/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/stable/wg-easy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/wg-easy)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wg-easy
+https://trueforge.org/truecharts/stable/wg-easy
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/whisparr/Chart.yaml b/charts/stable/whisparr/Chart.yaml
index 7d6837063f0..46562505d1d 100644
--- a/charts/stable/whisparr/Chart.yaml
+++ b/charts/stable/whisparr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: An adult media thingy.
-home: https://truecharts.org/charts/stable/whisparr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisparr.webp
+home: https://trueforge.org/truecharts/stable/whisparr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/whisparr.webp
keywords:
- whisparr
- Downloaders
diff --git a/charts/stable/whisparr/README.md b/charts/stable/whisparr/README.md
index f330a00e446..f4ff2ff5c15 100644
--- a/charts/stable/whisparr/README.md
+++ b/charts/stable/whisparr/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/stable/whisparr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/whisparr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/whisparr
+https://trueforge.org/truecharts/stable/whisparr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/whisparr/values.yaml b/charts/stable/whisparr/values.yaml
index 3b1487f4fa8..47dd24ed458 100644
--- a/charts/stable/whisparr/values.yaml
+++ b/charts/stable/whisparr/values.yaml
@@ -37,7 +37,7 @@ workload:
- /usr/bin/env
- bash
- -c
- - curl --fail localhost:6969/api/v3/system/status?apiKey=`IFS=\> && while read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
+ - curl --fail localhost:6969/api/v3/stable/status?apiKey=`IFS=\> && while read -d \< E C; do if [[ $E = "ApiKey" ]]; then echo $C; fi; done < /config/config.xml`
failureThreshold: 5
initialDelaySeconds: 60
periodSeconds: 10
diff --git a/charts/stable/whisper-asr-webservice/Chart.yaml b/charts/stable/whisper-asr-webservice/Chart.yaml
index f379084f4ec..843f2c9ba07 100644
--- a/charts/stable/whisper-asr-webservice/Chart.yaml
+++ b/charts/stable/whisper-asr-webservice/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Whisper is a general-purpose speech recognition model.
-home: https://truecharts.org/charts/stable/whisper-asr-webservice
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.webp
+home: https://trueforge.org/truecharts/stable/whisper-asr-webservice
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/whisper-asr-webservice.webp
keywords:
- whisper-asr-webservice
- machine-learning
diff --git a/charts/stable/whisper-asr-webservice/README.md b/charts/stable/whisper-asr-webservice/README.md
index 295e0d18461..68a8a788a73 100644
--- a/charts/stable/whisper-asr-webservice/README.md
+++ b/charts/stable/whisper-asr-webservice/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/stable/whisper-asr-webservice)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/whisper-asr-webservice
+https://trueforge.org/truecharts/stable/whisper-asr-webservice
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/whoogle/Chart.yaml b/charts/stable/whoogle/Chart.yaml
index 17a3608dce1..cd490fe18d9 100644
--- a/charts/stable/whoogle/Chart.yaml
+++ b/charts/stable/whoogle/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A self-hosted, ad-free, privacy-respecting metasearch engine
-home: https://truecharts.org/charts/stable/whoogle
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/whoogle.webp
+home: https://trueforge.org/truecharts/stable/whoogle
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/whoogle.webp
keywords:
- whoogle
- search
diff --git a/charts/stable/whoogle/README.md b/charts/stable/whoogle/README.md
index 72144e1173c..4591d9f5f6b 100644
--- a/charts/stable/whoogle/README.md
+++ b/charts/stable/whoogle/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/stable/whoogle)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/whoogle)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/whoogle
+https://trueforge.org/truecharts/stable/whoogle
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wifi-card/Chart.yaml b/charts/stable/wifi-card/Chart.yaml
index 099d5d806dc..10c6fdb6617 100644
--- a/charts/stable/wifi-card/Chart.yaml
+++ b/charts/stable/wifi-card/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Print a neat little card with your WiFi info and stick it on the fridge.
-home: https://truecharts.org/charts/stable/wifi-card
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wifi-card.webp
+home: https://trueforge.org/truecharts/stable/wifi-card
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wifi-card.webp
keywords:
- wifi-card
- Other
diff --git a/charts/stable/wifi-card/README.md b/charts/stable/wifi-card/README.md
index 65f6d943fae..c98c6009b9a 100644
--- a/charts/stable/wifi-card/README.md
+++ b/charts/stable/wifi-card/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/stable/wifi-card)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/wifi-card)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wifi-card
+https://trueforge.org/truecharts/stable/wifi-card
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wikijs/Chart.yaml b/charts/stable/wikijs/Chart.yaml
index d6ef6bf1080..e0eef3e620e 100644
--- a/charts/stable/wikijs/Chart.yaml
+++ b/charts/stable/wikijs/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Make documentation a joy to write using Wiki.js's beautiful and intuitive interface!
-home: https://truecharts.org/charts/stable/wikijs
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wikijs.webp
+home: https://trueforge.org/truecharts/stable/wikijs
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wikijs.webp
keywords:
- wiki
- wikijs
diff --git a/charts/stable/wikijs/README.md b/charts/stable/wikijs/README.md
index d16546f6ebd..3f93c528bbb 100644
--- a/charts/stable/wikijs/README.md
+++ b/charts/stable/wikijs/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/stable/wikijs)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/wikijs)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wikijs
+https://trueforge.org/truecharts/stable/wikijs
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wireguard/Chart.yaml b/charts/stable/wireguard/Chart.yaml
index 05742ca0af4..2fccf21585f 100644
--- a/charts/stable/wireguard/Chart.yaml
+++ b/charts/stable/wireguard/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: WireGuard® is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography.
-home: https://truecharts.org/charts/stable/wireguard
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wireguard.webp
+home: https://trueforge.org/truecharts/stable/wireguard
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wireguard.webp
keywords:
- wireguard
- vpn
diff --git a/charts/stable/wireguard/README.md b/charts/stable/wireguard/README.md
index 67b9642e680..dc4021decc2 100644
--- a/charts/stable/wireguard/README.md
+++ b/charts/stable/wireguard/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/stable/wireguard)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/wireguard)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wireguard
+https://trueforge.org/truecharts/stable/wireguard
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wisemapping/Chart.yaml b/charts/stable/wisemapping/Chart.yaml
index fd1cace089f..4351623e92f 100644
--- a/charts/stable/wisemapping/Chart.yaml
+++ b/charts/stable/wisemapping/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: home-assistant App for TrueNAS SCALE
-home: https://truecharts.org/charts/stable/wisemapping
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wisemapping.webp
+home: https://trueforge.org/truecharts/stable/wisemapping
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wisemapping.webp
keywords:
- mapping
- mind-mapping
diff --git a/charts/stable/wisemapping/README.md b/charts/stable/wisemapping/README.md
index fe479bb6195..eb410657a62 100644
--- a/charts/stable/wisemapping/README.md
+++ b/charts/stable/wisemapping/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/stable/wisemapping)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wisemapping
+https://trueforge.org/truecharts/stable/wisemapping
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wizarr/Chart.yaml b/charts/stable/wizarr/Chart.yaml
index a455bf391ab..71ce898c3b6 100644
--- a/charts/stable/wizarr/Chart.yaml
+++ b/charts/stable/wizarr/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: A automatic user invitation system for Plex.
-home: https://truecharts.org/charts/stable/wizarr
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wizarr.webp
+home: https://trueforge.org/truecharts/stable/wizarr
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wizarr.webp
keywords:
- wizarr
- home-automation
diff --git a/charts/stable/wizarr/README.md b/charts/stable/wizarr/README.md
index 4da0aef835c..41858723970 100644
--- a/charts/stable/wizarr/README.md
+++ b/charts/stable/wizarr/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/stable/wizarr)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/wizarr)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wizarr
+https://trueforge.org/truecharts/stable/wizarr
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wordpress/Chart.yaml b/charts/stable/wordpress/Chart.yaml
index 3ea36fdad91..4d4ea970587 100644
--- a/charts/stable/wordpress/Chart.yaml
+++ b/charts/stable/wordpress/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: The WordPress rich content management system can utilize plugins, widgets, and themes.
-home: https://truecharts.org/charts/stable/wordpress
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.webp
+home: https://trueforge.org/truecharts/stable/wordpress
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wordpress.webp
keywords:
- wordpress
- cms
diff --git a/charts/stable/wordpress/README.md b/charts/stable/wordpress/README.md
index cb5521a9801..c1cac4ffa49 100644
--- a/charts/stable/wordpress/README.md
+++ b/charts/stable/wordpress/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/stable/wordpress)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/wordpress)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wordpress
+https://trueforge.org/truecharts/stable/wordpress
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wyoming-openwakeword/Chart.yaml b/charts/stable/wyoming-openwakeword/Chart.yaml
index 81149142fd3..79be74bed54 100644
--- a/charts/stable/wyoming-openwakeword/Chart.yaml
+++ b/charts/stable/wyoming-openwakeword/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The Wyoming integration of openWakeWord
-home: https://truecharts.org/charts/stable/wyoming-openwakeword
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.webp
+home: https://trueforge.org/truecharts/stable/wyoming-openwakeword
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wyoming-openwakeword.webp
keywords:
- wyoming-openwakeword
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/wyoming-openwakeword/README.md b/charts/stable/wyoming-openwakeword/README.md
index 1d1482f9828..b9dec2aca3b 100644
--- a/charts/stable/wyoming-openwakeword/README.md
+++ b/charts/stable/wyoming-openwakeword/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/stable/wyoming-openwakeword)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wyoming-openwakeword
+https://trueforge.org/truecharts/stable/wyoming-openwakeword
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wyoming-piper/Chart.yaml b/charts/stable/wyoming-piper/Chart.yaml
index dce9382d134..ff388be181e 100644
--- a/charts/stable/wyoming-piper/Chart.yaml
+++ b/charts/stable/wyoming-piper/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The Wyoming integration of piper
-home: https://truecharts.org/charts/stable/wyoming-piper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.webp
+home: https://trueforge.org/truecharts/stable/wyoming-piper
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wyoming-piper.webp
keywords:
- wyoming-piper
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/wyoming-piper/README.md b/charts/stable/wyoming-piper/README.md
index 9790ed039af..ee270c33c04 100644
--- a/charts/stable/wyoming-piper/README.md
+++ b/charts/stable/wyoming-piper/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/stable/wyoming-piper)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wyoming-piper
+https://trueforge.org/truecharts/stable/wyoming-piper
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/wyoming-whisper/Chart.yaml b/charts/stable/wyoming-whisper/Chart.yaml
index 028ebf11528..98d1ef353f1 100644
--- a/charts/stable/wyoming-whisper/Chart.yaml
+++ b/charts/stable/wyoming-whisper/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: The Wyoming integration of whisper
-home: https://truecharts.org/charts/stable/wyoming-whisper
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-whisper.webp
+home: https://trueforge.org/truecharts/stable/wyoming-whisper
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/wyoming-whisper.webp
keywords:
- wyoming-whisper
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/wyoming-whisper/README.md b/charts/stable/wyoming-whisper/README.md
index 4dbcab5f4f0..9c9200f1302 100644
--- a/charts/stable/wyoming-whisper/README.md
+++ b/charts/stable/wyoming-whisper/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/stable/wyoming-whisper)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/wyoming-whisper
+https://trueforge.org/truecharts/stable/wyoming-whisper
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/xen-orchestra/Chart.yaml b/charts/stable/xen-orchestra/Chart.yaml
index c3929dc189d..2afafbd9d36 100644
--- a/charts/stable/xen-orchestra/Chart.yaml
+++ b/charts/stable/xen-orchestra/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Xen-Orchestra is a Web-UI for managing your existing XenServer infrastructure.
-home: https://truecharts.org/charts/stable/xen-orchestra
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.webp
+home: https://trueforge.org/truecharts/stable/xen-orchestra
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/xen-orchestra.webp
keywords:
- xen-orchestra
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/xen-orchestra/README.md b/charts/stable/xen-orchestra/README.md
index e90b5b1b615..7fdb493f129 100644
--- a/charts/stable/xen-orchestra/README.md
+++ b/charts/stable/xen-orchestra/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/stable/xen-orchestra)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/xen-orchestra
+https://trueforge.org/truecharts/stable/xen-orchestra
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/xmrig/Chart.yaml b/charts/stable/xmrig/Chart.yaml
index eeaf1fda982..bab7bd5cbcb 100644
--- a/charts/stable/xmrig/Chart.yaml
+++ b/charts/stable/xmrig/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Chartised version of XMRig for CPU Mining. Helps turn your server into a Monero / cryptocurrency mining rig. Now optionally works with GPU algorithms as well.
-home: https://truecharts.org/charts/stable/xmrig
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xmrig.webp
+home: https://trueforge.org/truecharts/stable/xmrig
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/xmrig.webp
keywords:
- xmrig
- Crypto
diff --git a/charts/stable/xmrig/README.md b/charts/stable/xmrig/README.md
index c00a5d65c69..961eef2c877 100644
--- a/charts/stable/xmrig/README.md
+++ b/charts/stable/xmrig/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/stable/xmrig)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/xmrig)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/xmrig
+https://trueforge.org/truecharts/stable/xmrig
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/xonotic/Chart.yaml b/charts/stable/xonotic/Chart.yaml
index d8c2e6b52fd..9681c7085d1 100644
--- a/charts/stable/xonotic/Chart.yaml
+++ b/charts/stable/xonotic/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This Chart will download and install the preferred version of Xonotic.
-home: https://truecharts.org/charts/stable/xonotic
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xonotic.webp
+home: https://trueforge.org/truecharts/stable/xonotic
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/xonotic.webp
keywords:
- xonotic
- GameServers
diff --git a/charts/stable/xonotic/README.md b/charts/stable/xonotic/README.md
index 90e8c9e43ed..0abbdea7e5e 100644
--- a/charts/stable/xonotic/README.md
+++ b/charts/stable/xonotic/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/stable/xonotic)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/xonotic)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/xonotic
+https://trueforge.org/truecharts/stable/xonotic
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/xteve/Chart.yaml b/charts/stable/xteve/Chart.yaml
index b6c55be30cf..31443633908 100644
--- a/charts/stable/xteve/Chart.yaml
+++ b/charts/stable/xteve/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: M3U Proxy for Plex DVR and Emby Live TV.
-home: https://truecharts.org/charts/stable/xteve
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xteve.webp
+home: https://trueforge.org/truecharts/stable/xteve
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/xteve.webp
keywords:
- xteve
- iptv
diff --git a/charts/stable/xteve/README.md b/charts/stable/xteve/README.md
index b34172d8fc1..bc941c14290 100644
--- a/charts/stable/xteve/README.md
+++ b/charts/stable/xteve/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/stable/xteve)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/xteve)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/xteve
+https://trueforge.org/truecharts/stable/xteve
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/xware/Chart.yaml b/charts/stable/xware/Chart.yaml
index 8409cdf36c8..6e9f1689919 100644
--- a/charts/stable/xware/Chart.yaml
+++ b/charts/stable/xware/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: This is a Chart of Thunder downloader.
-home: https://truecharts.org/charts/stable/xware
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xware.webp
+home: https://trueforge.org/truecharts/stable/xware
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/xware.webp
keywords:
- xware
- Downloaders
diff --git a/charts/stable/xware/README.md b/charts/stable/xware/README.md
index f2e18d17aad..90121ea5efb 100644
--- a/charts/stable/xware/README.md
+++ b/charts/stable/xware/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/stable/xware)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/xware)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/xware
+https://trueforge.org/truecharts/stable/xware
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/xwiki/Chart.yaml b/charts/stable/xwiki/Chart.yaml
index 8624af57c51..49066e5e83d 100644
--- a/charts/stable/xwiki/Chart.yaml
+++ b/charts/stable/xwiki/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: XWiki is a free wiki software platform written in Java with a design emphasis on extensibility
-home: https://truecharts.org/charts/stable/xwiki
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/xwiki.webp
+home: https://trueforge.org/truecharts/stable/xwiki
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/xwiki.webp
keywords:
- xwiki
- wiki
diff --git a/charts/stable/xwiki/README.md b/charts/stable/xwiki/README.md
index be1b9542af9..c521f4677d6 100644
--- a/charts/stable/xwiki/README.md
+++ b/charts/stable/xwiki/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/stable/xwiki)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/xwiki)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/xwiki
+https://trueforge.org/truecharts/stable/xwiki
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/yacreaderlibraryserver/Chart.yaml b/charts/stable/yacreaderlibraryserver/Chart.yaml
index 47597a45a96..9bdaf112e69 100644
--- a/charts/stable/yacreaderlibraryserver/Chart.yaml
+++ b/charts/stable/yacreaderlibraryserver/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Headless version of the YACReaderLibraryServer.
-home: https://truecharts.org/charts/stable/yacreaderlibraryserver
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.webp
+home: https://trueforge.org/truecharts/stable/yacreaderlibraryserver
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/yacreaderlibraryserver.webp
keywords:
- yacreaderlibraryserver
- MediaServer-Other
diff --git a/charts/stable/yacreaderlibraryserver/README.md b/charts/stable/yacreaderlibraryserver/README.md
index a40222c1b17..cd21d75387d 100644
--- a/charts/stable/yacreaderlibraryserver/README.md
+++ b/charts/stable/yacreaderlibraryserver/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/stable/yacreaderlibraryserver)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/yacreaderlibraryserver)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/yacreaderlibraryserver
+https://trueforge.org/truecharts/stable/yacreaderlibraryserver
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/yacy/Chart.yaml b/charts/stable/yacy/Chart.yaml
index 9f554e85b9c..1f0c35ee9eb 100644
--- a/charts/stable/yacy/Chart.yaml
+++ b/charts/stable/yacy/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: YaCy decentralized search engine (https://yacy.net)
-home: https://truecharts.org/charts/stable/yacy
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/yacy.webp
+home: https://trueforge.org/truecharts/stable/yacy
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/yacy.webp
keywords:
- yacy
- Tools-Utilities
diff --git a/charts/stable/yacy/README.md b/charts/stable/yacy/README.md
index fbdad875e10..76c9ed1a784 100644
--- a/charts/stable/yacy/README.md
+++ b/charts/stable/yacy/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/stable/yacy)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/yacy)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/yacy
+https://trueforge.org/truecharts/stable/yacy
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/yourls/Chart.yaml b/charts/stable/yourls/Chart.yaml
index 36075292ad0..23c4ab8311f 100644
--- a/charts/stable/yourls/Chart.yaml
+++ b/charts/stable/yourls/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener.
-home: https://truecharts.org/charts/stable/yourls
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/yourls.webp
+home: https://trueforge.org/truecharts/stable/yourls
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/yourls.webp
keywords:
- yourls
- Cloud
diff --git a/charts/stable/yourls/README.md b/charts/stable/yourls/README.md
index 08708c08fb3..a3974439961 100644
--- a/charts/stable/yourls/README.md
+++ b/charts/stable/yourls/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/stable/yourls)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/yourls)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/yourls
+https://trueforge.org/truecharts/stable/yourls
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/youtubedl-material/Chart.yaml b/charts/stable/youtubedl-material/Chart.yaml
index 6f95f1e6b32..4c1acd073d8 100644
--- a/charts/stable/youtubedl-material/Chart.yaml
+++ b/charts/stable/youtubedl-material/Chart.yaml
@@ -29,8 +29,8 @@ dependencies:
import-values: []
deprecated: false
description: YoutubeDL-Material is a Material Design frontend for youtube-dl.
-home: https://truecharts.org/charts/stable/youtubedl-material
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/youtubedl-material.webp
+home: https://trueforge.org/truecharts/stable/youtubedl-material
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/youtubedl-material.webp
keywords:
- youtube
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/youtubedl-material/README.md b/charts/stable/youtubedl-material/README.md
index 50e81d634bb..811a7ff1b94 100644
--- a/charts/stable/youtubedl-material/README.md
+++ b/charts/stable/youtubedl-material/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/stable/youtubedl-material)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/youtubedl-material
+https://trueforge.org/truecharts/stable/youtubedl-material
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/z80pack/Chart.yaml b/charts/stable/z80pack/Chart.yaml
index 0c45273aadc..3cd090aa40c 100644
--- a/charts/stable/z80pack/Chart.yaml
+++ b/charts/stable/z80pack/Chart.yaml
@@ -23,8 +23,8 @@ dependencies:
deprecated: false
description: |
Z80Pack is an emulator for emulating CP/M 1, CP/M 2, CP/M 3, and MP/M II on Linux. This is a command line Chart only. There is a built in Shell in a Box WebGUI that is a command line browser window. You can also execute bash in the Chart.[br]
-home: https://truecharts.org/charts/stable/z80pack
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/z80pack.webp
+home: https://trueforge.org/truecharts/stable/z80pack
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/z80pack.webp
keywords:
- z80pack
- Other
diff --git a/charts/stable/z80pack/README.md b/charts/stable/z80pack/README.md
index e5dbad03a38..b0f70c868d2 100644
--- a/charts/stable/z80pack/README.md
+++ b/charts/stable/z80pack/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/stable/z80pack)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/z80pack)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/z80pack
+https://trueforge.org/truecharts/stable/z80pack
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/zerotier/Chart.yaml b/charts/stable/zerotier/Chart.yaml
index d949e8183d8..3ca766e4191 100644
--- a/charts/stable/zerotier/Chart.yaml
+++ b/charts/stable/zerotier/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ZeroTier is a smart programmable Ethernet switch for planet Earth
-home: https://truecharts.org/charts/stable/zerotier
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/zerotier.webp
+home: https://trueforge.org/truecharts/stable/zerotier
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/zerotier.webp
keywords:
- zerotier
- network
diff --git a/charts/stable/zerotier/README.md b/charts/stable/zerotier/README.md
index f6853fe745b..430bad218cc 100644
--- a/charts/stable/zerotier/README.md
+++ b/charts/stable/zerotier/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/stable/zerotier)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/zerotier)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/zerotier
+https://trueforge.org/truecharts/stable/zerotier
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/zigbee2mqtt/Chart.yaml b/charts/stable/zigbee2mqtt/Chart.yaml
index 72d91da8d01..f33c28af43e 100644
--- a/charts/stable/zigbee2mqtt/Chart.yaml
+++ b/charts/stable/zigbee2mqtt/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Bridges events and allows you to control your Zigbee devices via MQTT
-home: https://truecharts.org/charts/stable/zigbee2mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/zigbee2mqtt.webp
+home: https://trueforge.org/truecharts/stable/zigbee2mqtt
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/zigbee2mqtt.webp
keywords:
- zigbee
- mqtt
diff --git a/charts/stable/zigbee2mqtt/README.md b/charts/stable/zigbee2mqtt/README.md
index 77766a65455..7f36d94575c 100644
--- a/charts/stable/zigbee2mqtt/README.md
+++ b/charts/stable/zigbee2mqtt/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/stable/zigbee2mqtt)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/zigbee2mqtt)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/zigbee2mqtt
+https://trueforge.org/truecharts/stable/zigbee2mqtt
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/zilean/Chart.yaml b/charts/stable/zilean/Chart.yaml
index 8df9c00f2e9..40672105a8b 100644
--- a/charts/stable/zilean/Chart.yaml
+++ b/charts/stable/zilean/Chart.yaml
@@ -20,8 +20,8 @@ dependencies:
import-values: []
deprecated: false
description: Zilean self-hosted
-home: https://truecharts.org/charts/stable/zilean
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/zilean.webp
+home: https://trueforge.org/truecharts/stable/zilean
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/zilean.webp
keywords:
- zilean
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/zilean/README.md b/charts/stable/zilean/README.md
index ac8d711cb32..9acddf7b389 100644
--- a/charts/stable/zilean/README.md
+++ b/charts/stable/zilean/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/stable/zilean)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/zilean)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/zilean
+https://trueforge.org/truecharts/stable/zilean
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/znc/Chart.yaml b/charts/stable/znc/Chart.yaml
index cd9e61b79e2..95e34688c5a 100644
--- a/charts/stable/znc/Chart.yaml
+++ b/charts/stable/znc/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Znc is an IRC network bouncer or BNC. It can detach the client from the actual IRC server, and also from selected channels.
-home: https://truecharts.org/charts/stable/znc
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.webp
+home: https://trueforge.org/truecharts/stable/znc
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/znc.webp
keywords:
- znc
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/znc/README.md b/charts/stable/znc/README.md
index 1cd3796f6a8..69ef6ac50d1 100644
--- a/charts/stable/znc/README.md
+++ b/charts/stable/znc/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/stable/znc)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/znc)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/znc
+https://trueforge.org/truecharts/stable/znc
## Configuration Options
@@ -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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/zoneminder/Chart.yaml b/charts/stable/zoneminder/Chart.yaml
index 21a78c8df7e..931b4467b39 100644
--- a/charts/stable/zoneminder/Chart.yaml
+++ b/charts/stable/zoneminder/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Zoneminder is the top Linux video camera security and surveillance solution.
-home: https://truecharts.org/charts/stable/zoneminder
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/zoneminder.webp
+home: https://trueforge.org/truecharts/stable/zoneminder
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/zoneminder.webp
keywords:
- zoneminder
- home
diff --git a/charts/stable/zoneminder/README.md b/charts/stable/zoneminder/README.md
index 117da293066..ec4d3c2ac21 100644
--- a/charts/stable/zoneminder/README.md
+++ b/charts/stable/zoneminder/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/stable/zoneminder)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/zoneminder)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/zoneminder
+https://trueforge.org/truecharts/stable/zoneminder
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/ztcuui-aio/Chart.yaml b/charts/stable/ztcuui-aio/Chart.yaml
index 205beaba11f..06018649f45 100644
--- a/charts/stable/ztcuui-aio/Chart.yaml
+++ b/charts/stable/ztcuui-aio/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: ZeroTier network controller user interface in a Docker container
-home: https://truecharts.org/charts/stable/ztcuui-aio
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/ztcuui-aio.webp
+home: https://trueforge.org/truecharts/stable/ztcuui-aio
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/ztcuui-aio.webp
keywords:
- ztcuui-aio
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/ztcuui-aio/README.md b/charts/stable/ztcuui-aio/README.md
index 85065235f60..99a193f027a 100644
--- a/charts/stable/ztcuui-aio/README.md
+++ b/charts/stable/ztcuui-aio/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/stable/ztcuui-aio)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/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/trueforge-org/truecharts/issues/new/choose)**
@@ -16,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/ztcuui-aio
+https://trueforge.org/truecharts/stable/ztcuui-aio
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/zurg/Chart.yaml b/charts/stable/zurg/Chart.yaml
index 22ff6244e27..197db251c7a 100644
--- a/charts/stable/zurg/Chart.yaml
+++ b/charts/stable/zurg/Chart.yaml
@@ -20,8 +20,8 @@ dependencies:
import-values: []
deprecated: false
description: zurg Self-Hosted
-home: https://truecharts.org/charts/stable/zurg
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/zurg.webp
+home: https://trueforge.org/truecharts/stable/zurg
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/zurg.webp
keywords:
- zurg
kubeVersion: '>=1.24.0-0'
diff --git a/charts/stable/zurg/README.md b/charts/stable/zurg/README.md
index 38147b468f9..d12c2a0bb8f 100644
--- a/charts/stable/zurg/README.md
+++ b/charts/stable/zurg/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/stable/zurg)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/zurg)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/zurg
+https://trueforge.org/truecharts/stable/zurg
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/charts/stable/zwavejs2mqtt/Chart.yaml b/charts/stable/zwavejs2mqtt/Chart.yaml
index fd613787e13..59fdcfc8b99 100644
--- a/charts/stable/zwavejs2mqtt/Chart.yaml
+++ b/charts/stable/zwavejs2mqtt/Chart.yaml
@@ -22,8 +22,8 @@ dependencies:
import-values: []
deprecated: false
description: Full featured Z-Wave Control Panel and MQTT Gateway, using NodeJS and Vue.
-home: https://truecharts.org/charts/stable/zwavejs2mqtt
-icon: https://truecharts.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.webp
+home: https://trueforge.org/truecharts/stable/zwavejs2mqtt
+icon: https://trueforge.org/img/hotlink-ok/chart-icons/zwavejs2mqtt.webp
keywords:
- zwavejs2mqtt
- zwave-js-ui
diff --git a/charts/stable/zwavejs2mqtt/README.md b/charts/stable/zwavejs2mqtt/README.md
index e86dd4acc36..dd5b5629bf4 100644
--- a/charts/stable/zwavejs2mqtt/README.md
+++ b/charts/stable/zwavejs2mqtt/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/stable/zwavejs2mqtt)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/stable/zwavejs2mqtt)
**This chart is not 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,13 +16,13 @@ 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](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/zwavejs2mqtt
+https://trueforge.org/truecharts/stable/zwavejs2mqtt
## Configuration Options
@@ -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/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](https://truecharts.org/common/)
+For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_
diff --git a/templates/README.md.tpl b/templates/README.md.tpl
index 75f853b943c..d92aedf9341 100644
--- a/templates/README.md.tpl
+++ b/templates/README.md.tpl
@@ -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/TRAINPLACEHOLDER/CHARTPLACEHOLDER)
+For more information about this Chart, please check the docs on the TrueCharts [website](https://trueforge.org/truecharts/TRAINPLACEHOLDER/CHARTPLACEHOLDER)
**This chart is not 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,13 +16,13 @@ To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
`helm install mychart oci://oci.trueforge.org/truecharts/CHARTPLACEHOLDER`
-For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://truecharts.org/guides/)
+For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](https://trueforge.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/TRAINPLACEHOLDER/CHARTPLACEHOLDER
+https://trueforge.org/truecharts/TRAINPLACEHOLDER/CHARTPLACEHOLDER
## Configuration Options
@@ -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/TRAINPLACEHOLDER/CHARTPLACEHOLDER/values.yaml
All our Charts use a shared "common" library chart that contains most of the 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 the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](https://trueforge.org/common/)
For information about the common chart and all defaults 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](https://truecharts.org/general/sponsor/) or contributing back to the project any way you can!
+Please consider making a [donation](https://trueforge.org/general/sponsor/) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_