From 89e98c4c71e17f64e8e51bf6af1eee53981b8d1a Mon Sep 17 00:00:00 2001 From: Simon Bouchard Date: Mon, 28 Apr 2025 09:42:42 -0400 Subject: [PATCH] Updated index.md to describe the possible values of updateStrategy Signed-off-by: Simon Bouchard --- docs/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index d771d7fb..95937a9d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -329,7 +329,9 @@ releases: reuseValues: false # set `false` to uninstall this release on sync. (default true) installed: true - # when set to "reinstall", an uninstall will be performed before the update + # Defines the strategy to use when updating. Possible values are: + # - "reinstall": Performs an uninstall before the update, ensuring a clean replacement. + # - "reinstallIfForbidden": Performs an uninstall before the update only if the update is forbidden (e.g., due to permission issues or conflicts). updateStrategy: "" # restores previous state in case of failed release (default false) atomic: true