From c45bcd3f5a1b28b873c4cac2146362eace30f4db Mon Sep 17 00:00:00 2001
From: NMaaS Renovate <renovate@nmaas.eu>
Date: Mon, 17 Mar 2025 17:35:42 +0000
Subject: [PATCH] [ci skip] Update README.md

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 6914087..ac9c504 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # nmaas
 
-![Version: 1.3.0-alpha.4](https://img.shields.io/badge/Version-1.3.0--alpha.4-informational?style=flat-square) ![AppVersion: 1.7.0-alfa](https://img.shields.io/badge/AppVersion-1.7.0--alfa-informational?style=flat-square)
+![Version: 1.3.0-alpha.5](https://img.shields.io/badge/Version-1.3.0--alpha.5-informational?style=flat-square) ![AppVersion: 1.7.0-alfa](https://img.shields.io/badge/AppVersion-1.7.0--alfa-informational?style=flat-square)
 
 GÉANT Network Management as a Service Helm chart for Kubernetes
 
@@ -104,10 +104,10 @@ GÉANT Network Management as a Service Helm chart for Kubernetes
 | platform.properties.helm.useLocalCharts | bool | `false` |  |
 | platform.properties.helm.username | string | `"helm"` |  |
 | platform.properties.helm.version | string | `"v3"` |  |
-| platform.properties.jwt.resetKey.literal | string | `""` | leave empty to use existing secret |
+| platform.properties.jwt.resetKey.literal | string | `""` | leave empty to use existing secret, length at least 96 characters |
 | platform.properties.jwt.resetKey.secret.key | string | `"jwtResetKey"` |  |
 | platform.properties.jwt.secretName | string | `"nmaas-jwt"` |  |
-| platform.properties.jwt.signingKey.literal | string | `""` | leave empty to use existing secret |
+| platform.properties.jwt.signingKey.literal | string | `""` | leave empty to use existing secret, length at least 96 characters |
 | platform.properties.jwt.signingKey.secret.key | string | `"jwtSigningKey"` |  |
 | platform.properties.k8s.deployment.defaultNamespace | string | `"default"` | parameter used only if USE_DEFAULT_NAMESPACE option is set |
 | platform.properties.k8s.deployment.defaultStorageClass | string | `nil` | should be left blank if default storage class was defined defined at cluster should be used |
@@ -122,6 +122,7 @@ GÉANT Network Management as a Service Helm chart for Kubernetes
 | platform.properties.k8s.ingress.controller.publicServiceDomain | string | `"public.nmaas.example.com"` | base FQDN for deployed user applications exposed publicly (e.g. public.nmaas.example.com) |
 | platform.properties.k8s.ingress.controller.tlsSupported | bool | `true` | flag indicating if ingress controller(s) support TLS |
 | platform.properties.maintenance | bool | `false` |  |
+| platform.properties.multiInstanceSupport | bool | `false` |  |
 | platform.properties.nmaasMetricsEnabled | bool | `true` | expose Prometheus metrics |
 | platform.properties.oidc.clientId | string | `""` |  |
 | platform.properties.oidc.clientSecret.literal | string | `""` | leave empty to use existing secret |
-- 
GitLab