From b6fbb411a3961d4455381f979d30ad78243a8f3f Mon Sep 17 00:00:00 2001 From: Iain Sproat <68657+iainsproat@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:19:21 +0100 Subject: [PATCH] chore(helm chart): fe2 enabled by default (#2357) * chore(helm chart): fe2 enabled by default * updates helm chart documentation --- utils/helm/speckle-server/values.schema.json | 4 ++-- utils/helm/speckle-server/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/helm/speckle-server/values.schema.json b/utils/helm/speckle-server/values.schema.json index 49c429391..d96f98e24 100644 --- a/utils/helm/speckle-server/values.schema.json +++ b/utils/helm/speckle-server/values.schema.json @@ -1496,8 +1496,8 @@ }, "enabled": { "type": "boolean", - "description": "Feature flag to enable running the new experimental frontend.", - "default": false + "description": "Feature flag to enable running the new web application frontend.", + "default": true }, "replicas": { "type": "number", diff --git a/utils/helm/speckle-server/values.yaml b/utils/helm/speckle-server/values.yaml index f021c3ce1..de7105477 100644 --- a/utils/helm/speckle-server/values.yaml +++ b/utils/helm/speckle-server/values.yaml @@ -930,7 +930,7 @@ frontend: ## @section frontend_2 ## @descriptionStart -## Defines parameters related to the frontend_2 component of Speckle +## Defines parameters related to the new web application component of Speckle ## @descriptionEnd ## frontend_2: @@ -946,9 +946,9 @@ frontend_2: ## @param frontend_2.logLevel The minimum level of logs which will be output. Suitable values are trace, debug, info, warn, error, fatal, or silent ## logLevel: 'info' - ## @param frontend_2.enabled Feature flag to enable running the new experimental frontend. + ## @param frontend_2.enabled Feature flag to enable running the new web application frontend. ## - enabled: false + enabled: true ## @param frontend_2.replicas The number of instances of the Frontend 2 server prod to be deployed withing the cluster. ## replicas: 1