From cf968033a67beec23c85b4ae7600310ebcf38d99 Mon Sep 17 00:00:00 2001 From: David Ham <64705+davidham@users.noreply.github.com> Date: Wed, 9 Oct 2024 15:19:10 -0500 Subject: [PATCH] docs: Updated Helm docs --- docs/sources/setup/install/helm/reference.md | 22 +++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/docs/sources/setup/install/helm/reference.md b/docs/sources/setup/install/helm/reference.md index 43d246ec1fad1..c825bafc750b7 100644 --- a/docs/sources/setup/install/helm/reference.md +++ b/docs/sources/setup/install/helm/reference.md @@ -4628,7 +4628,8 @@ null "serviceAnnotations": {}, "serviceLabels": {}, "terminationGracePeriodSeconds": 300, - "tolerations": [] + "tolerations": [], + "updateStrategy": "RollingUpdate" } @@ -4912,6 +4913,15 @@ null
 []
 
+ + + + indexGateway.updateStrategy + string + UpdateStrategy for the StatefulSet. One of 'OnDelete' or 'RollingUpdate'. +
+"RollingUpdate"
+
@@ -5004,6 +5014,7 @@ null "whenUnsatisfiable": "ScheduleAnyway" } ], + "updateStrategy": "RollingUpdate", "zoneAwareReplication": { "enabled": true, "maxUnavailablePct": 33, @@ -5414,6 +5425,15 @@ false
 Defaults to allow skew no more than 1 node
 
+ + + + ingester.updateStrategy + string + UpdateStrategy for the ingester StatefulSets. One of 'RollingUpdate' or 'OnDelete'. +
+"RollingUpdate"
+