upd
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-08-13 19:02:16 +03:00
parent d4248241f4
commit 6f6fd13f55
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ Installations are triggered when the `mode` setting is "upgrade." They can also
| dependencies_action | string | | | Calls `helm dependency build` OR `helm dependency update` before running the main command. Possible values: `build`, `update`. |
| wait_for_upgrade | boolean | | wait | Wait until kubernetes resources are in a ready state before marking the installation successful. |
| timeout | duration | | | Timeout for any *individual* Kubernetes operation. The installation's full runtime may exceed this duration. |
| force_upgrade | boolean | | force | Pass `--force` to `helm upgrade`. |
| force_upgrade | boolean | | force | Pass `--force-replace` to `helm upgrade`. |
| atomic_upgrade | boolean | | | Pass `--atomic` to `helm upgrade`. |
| cleanup_failed_upgrade | boolean | | | Pass `--cleanup-on-fail` to `helm upgrade`. |
| history_max | int | | | Pass `--history-max` to `helm upgrade`. |