flux v2.9.5
HelmRelease.spec.upgrade.strategy
Strategy defines the upgrade strategy to use for this HelmRelease. Defaults to 'RemediateOnFailure', or 'RetryOnFailure' when the DefaultToRetryOnFailure feature gate is enabled.
| Field / Type | Description |
|---|---|
name | Name of the upgrade strategy.
|
retryInterval | RetryInterval is the interval at which to retry a failed upgrade. Can be used only when Name is set to RetryOnFailure. Defaults to '5m'.
|