From 4e63ca3927973e97c4ea5369fb19713cea298735 Mon Sep 17 00:00:00 2001 From: TrueCharts-Bot Date: Sun, 9 Mar 2025 00:12:17 +0000 Subject: [PATCH] Commit daily changes Signed-off-by: TrueCharts-Bot --- charts/stable/flexo/README.md | 6 +++--- charts/stable/tailscale/docs/How-To-Guide.md | 4 ++-- charts/stable/wg-easy/docs/setup-guide.md | 8 ++++---- charts/stable/zerotier/docs/How-To-Guide.md | 2 +- website/src/content/docs/guides/add-storage.md | 2 +- website/src/content/docs/guides/fluxcd/webhook.md | 6 +++--- website/src/content/docs/guides/index.md | 2 +- .../src/content/docs/news/2025-03-08-recent-changes.md | 2 +- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/charts/stable/flexo/README.md b/charts/stable/flexo/README.md index 145cfe0a51f..6ac91caecc6 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/incubator/flexo) +For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/flexo) **This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)** @@ -22,12 +22,12 @@ For more information on how to install TrueCharts Helm charts, checkout the [ins All our charts have dedicated documentation pages. The documentation for this chart can be found here: -https://truecharts.org/charts/incubator/flexo +https://truecharts.org/charts/stable/flexo ## Configuration Options To view the chart specific options, please view Values.yaml included in the chart. -The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/incubator/flexo/values.yaml +The most recent version of which, is available here: https://github.com/truecharts/public/blob/master/charts/stable/flexo/values.yaml All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common) diff --git a/charts/stable/tailscale/docs/How-To-Guide.md b/charts/stable/tailscale/docs/How-To-Guide.md index 32ee5234359..8fb749ccfb4 100644 --- a/charts/stable/tailscale/docs/How-To-Guide.md +++ b/charts/stable/tailscale/docs/How-To-Guide.md @@ -12,7 +12,7 @@ This guide doesn't cover using Tailscale with individual applications. While the ## Requirements -### Tailscale +### Tailscale - Tailscale Account (Free accounts available at [Tailscale's Official website](https://www.tailscale.com)) - Tailscale DNS setup for Talos Cluster Domain @@ -29,7 +29,7 @@ This part is not needed for CLustertool setup with TalosOS. At some OS's it is required to set two `sysctl` values for proper acces to your local network (LAN). Check your OS documentation how this needs to be done. ``` net.ipv4.ip_forward = 1 -net.ipv4.conf.all.src_valid_mark = 1 +net.ipv4.conf.all.src_valid_mark = 1 ``` ## Tailscale Chart Setup diff --git a/charts/stable/wg-easy/docs/setup-guide.md b/charts/stable/wg-easy/docs/setup-guide.md index ab4d854ddca..509f14cf5ca 100644 --- a/charts/stable/wg-easy/docs/setup-guide.md +++ b/charts/stable/wg-easy/docs/setup-guide.md @@ -7,7 +7,7 @@ This is a quick how-to or setup-guide to have a local Wireguard server. ## Requirements Domain name (can be free using DuckDNS or any DDNS) that has your current WAN IP, WAN IP not recommended unless you have a static IP. - + :::caution[Domain and Reverse Proxy] The domain you use should not be behind a reverse proxy, such as Cloudflare Proxy (disable the proxy on the subdomain on the Cloudflare dashboard. The default is Proxied (orange cloud), set to DNS only (grey cloud)), as it won't accurately represent your real WAN IP. To address this, consider creating a subdomain dedicated to Wireguard and disabling the reverse proxy for that specific subdomain only. ::: @@ -25,7 +25,7 @@ This part is not needed for CLustertool setup with TalosOS. At some OS's it is required to set two `sysctl` values for proper acces to your local network (LAN). Check your OS documentation how this needs to be done. ``` net.ipv4.ip_forward = 1 -net.ipv4.conf.all.src_valid_mark = 1 +net.ipv4.conf.all.src_valid_mark = 1 ``` ### Firewall rules @@ -39,13 +39,13 @@ This chart needs to privileged rights. Add the following label to your namespace ```yaml labels: pod-security.kubernetes.io/enforce: privileged -``` +``` ### Configure your .Values Set an IP to your Wireguard UDP servive. The default port for the Wireguard UDP service is `51820` and it needs to be accessible outside your network in order for the Wireguard tunnel to work. Therefore if you change this port make sure you change the port on your Firewall as well. -```yaml +```yaml service: vpn: loadBalancerIP: ${WG_EASY_IP} diff --git a/charts/stable/zerotier/docs/How-To-Guide.md b/charts/stable/zerotier/docs/How-To-Guide.md index e66a9b300cc..2e1910c9d03 100644 --- a/charts/stable/zerotier/docs/How-To-Guide.md +++ b/charts/stable/zerotier/docs/How-To-Guide.md @@ -27,7 +27,7 @@ This part is not needed for CLustertool setup with TalosOS. At some OS's it is required to set two `sysctl` values for proper acces to your local network (LAN). Check your OS documentation how this needs to be done. ``` net.ipv4.ip_forward = 1 -net.ipv4.conf.all.src_valid_mark = 1 +net.ipv4.conf.all.src_valid_mark = 1 ``` ## Zerotier Chart Setup diff --git a/website/src/content/docs/guides/add-storage.md b/website/src/content/docs/guides/add-storage.md index 244a78c730b..ce7098a3657 100644 --- a/website/src/content/docs/guides/add-storage.md +++ b/website/src/content/docs/guides/add-storage.md @@ -23,7 +23,7 @@ persistence: mountPath: /mystorage ``` -```yaml +```yaml // values.yaml persistence: config: diff --git a/website/src/content/docs/guides/fluxcd/webhook.md b/website/src/content/docs/guides/fluxcd/webhook.md index b43c5853f11..c06855a7c89 100644 --- a/website/src/content/docs/guides/fluxcd/webhook.md +++ b/website/src/content/docs/guides/fluxcd/webhook.md @@ -4,7 +4,7 @@ title: FluxCD Webhook :::warning -This guide isnt covered by the Support Policy and is considered more advanced. +This guide isnt covered by the Support Policy and is considered more advanced. If you face issues feel free to open a thread in the appropiate Channel in our Discord server. ::: @@ -23,7 +23,7 @@ If you face issues feel free to open a thread in the appropiate Channel in our D - Add the necessary kustomization to the `webhooks` folder for the github directory - Next we will need 3 files inside the github folder: ```yaml - // receiver.yaml + // receiver.yaml apiVersion: notification.toolkit.fluxcd.io/v1 kind: Receiver @@ -106,7 +106,7 @@ If you face issues feel free to open a thread in the appropiate Channel in our D ## Get Receiver URL: -After pushing the changes to your cluster and waiting for reconcile. +After pushing the changes to your cluster and waiting for reconcile. Run the following command to get your receiver url: ```bash diff --git a/website/src/content/docs/guides/index.md b/website/src/content/docs/guides/index.md index 415b7216c2f..49d03dcc9dd 100644 --- a/website/src/content/docs/guides/index.md +++ b/website/src/content/docs/guides/index.md @@ -74,7 +74,7 @@ crds: ### Prometheus -Kube-promotheus-stack is used for metrics. +Kube-promotheus-stack is used for metrics. The chart can be found [here](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack). As we provide our own grafana with included dashboard. We recommend to disable grafana in the kube-prometheus-stack: diff --git a/website/src/content/docs/news/2025-03-08-recent-changes.md b/website/src/content/docs/news/2025-03-08-recent-changes.md index f1fda2e2003..2740fcdd040 100644 --- a/website/src/content/docs/news/2025-03-08-recent-changes.md +++ b/website/src/content/docs/news/2025-03-08-recent-changes.md @@ -15,7 +15,7 @@ As part of an effort to streamline and refine the project, TrueCharts has offici ## Expansion to Stable Charts -In a significant update, TrueCharts has moved 15 charts from the incubator to the stable train, ensuring they are now fully ready-to-use. Additionally, the community has added 5 completely new charts to the stable train, expanding the selection of reliable and robust options available to users. +In a significant update, TrueCharts has moved 15 charts from the incubator to the stable train, ensuring they are now fully ready-to-use. Additionally, the community has added 5 completely new charts to the stable train, expanding the selection of reliable and robust options available to users. ## Documentation Overhaul