From 60978e83692ae12a5b1798c763cb1b4117523495 Mon Sep 17 00:00:00 2001 From: Kaktor <98359428+Kaktor@users.noreply.github.com> Date: Tue, 21 Jul 2026 08:00:23 +0000 Subject: [PATCH] Update documentation via helm-docs Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- charts/node-red/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/node-red/README.md b/charts/node-red/README.md index 94ada8b8..bf037425 100644 --- a/charts/node-red/README.md +++ b/charts/node-red/README.md @@ -1,6 +1,6 @@ # node-red ⚙ -![Version: 0.40.1](https://img.shields.io/badge/Version-0.40.1-informational?style=for-the-badge) +![Version: 0.40.2](https://img.shields.io/badge/Version-0.40.2-informational?style=for-the-badge) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=for-the-badge) ![AppVersion: 4.1.2](https://img.shields.io/badge/AppVersion-4.1.2-informational?style=for-the-badge) @@ -18,7 +18,7 @@ A Helm chart for Node-Red, a low-code programming for event-driven applications To install the chart using the OCI artifact, run: ```bash -helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.40.1 +helm install node-red oci://ghcr.io/schwarzit/charts/node-red --version 0.40.2 ``` ## Usage @@ -34,7 +34,7 @@ helm repo update To install the chart with the release name node-red run: ```bash -helm install node-red node-red/node-red --version 0.40.1 +helm install node-red node-red/node-red --version 0.40.2 ``` After a few seconds, node-red should be running. @@ -134,6 +134,7 @@ The command removes all the Kubernetes components associated with the chart and | sidecar.env.script | string | `"flow_refresh.py"` | Absolute path to shell script to execute after a configmap got reloaded. | | sidecar.env.skip_init | bool | `false` | Skip the initial request to REQ_URL when using watch mode (v2.1.0+) | | sidecar.env.sleep_time_sidecar | string | `"5s"` | Set the sleep time for refresh script | +| sidecar.env.url | string | `""` | Optional: Custom target URL for the sidecar. If left empty, the internal service cluster URL is used automatically. | | sidecar.env.username | string | `""` | | | sidecar.extraEnv | list | `[]` | Extra Environments for the sidecar | | sidecar.extraNodeModules | list | `[]` | Extra Node-Modules that will be installed from the sidecar script |