Updated index.md to describe the possible values of updateStrategy

Signed-off-by: Simon Bouchard <sbouchard@rbbn.com>
This commit is contained in:
Simon Bouchard 2025-04-28 09:42:42 -04:00
parent aaef5c98f8
commit 89e98c4c71
No known key found for this signature in database
GPG Key ID: F20152B81CECA893
1 changed files with 3 additions and 1 deletions

View File

@ -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