From bf9b8c58ba4f2c110729bb7d4e5be66ef47aa14f Mon Sep 17 00:00:00 2001 From: Erwin Romkes <61180307+erwinromkes@users.noreply.github.com> Date: Thu, 20 Aug 2026 13:53:57 +0200 Subject: [PATCH 1/2] Update nodejs_version values --- .../tools/how-to-use-the-hypernode-systemctl-cli-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md index 6f72a583..99ba89ed 100644 --- a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md +++ b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md @@ -54,7 +54,7 @@ To see which values you can set and which values they are allowed to have take a | **new_relic_enabled**
| False | True, False | | **new_relic_app_name**
The application name shown in New Relic | | | | **new_relic_secret**
The New Relic license key | | | -| **nodejs_version**
Change the Node version | 22 | 6, 10, 16, 18, 20, 22 | +| **nodejs_version**
Change the Node version | 22 | 6, 10, 16, 18, 20, 22, 24, 26 | | **opensearch_auto_create_index**
| True | True, False | | **opensearch_enabled**
Enable OpenSearch | True | True, False | | **opensearch_version**
Change the OpenSearch version | 2.12 | 1.x, 2.6, 2.12, 2.19, 3.3 | From b6e463687afe7e3bf060ca5fd3754993fef3efe5 Mon Sep 17 00:00:00 2001 From: poespas Date: Thu, 20 Aug 2026 14:05:44 +0200 Subject: [PATCH 2/2] Reformat nodejs_version table row --- .../tools/how-to-use-the-hypernode-systemctl-cli-tool.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md index 99ba89ed..3c793662 100644 --- a/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md +++ b/docs/hypernode-platform/tools/how-to-use-the-hypernode-systemctl-cli-tool.md @@ -54,7 +54,7 @@ To see which values you can set and which values they are allowed to have take a | **new_relic_enabled**
| False | True, False | | **new_relic_app_name**
The application name shown in New Relic | | | | **new_relic_secret**
The New Relic license key | | | -| **nodejs_version**
Change the Node version | 22 | 6, 10, 16, 18, 20, 22, 24, 26 | +| **nodejs_version**
Change the Node version | 22 | 6, 10, 16, 18, 20, 22, 24, 26 | | **opensearch_auto_create_index**
| True | True, False | | **opensearch_enabled**
Enable OpenSearch | True | True, False | | **opensearch_version**
Change the OpenSearch version | 2.12 | 1.x, 2.6, 2.12, 2.19, 3.3 |