The operator triggers automatic rollback when any of the following conditions occur:
| Trigger | Description |
|---|---|
| Helm installation failure | A component’s helm install command exits with a non-zero return code |
| Readiness timeout | Component pods do not reach the Running state within the configured readiness timeout |
| Retries exhausted | The operator has retried the failed component the maximum number of times (maxRetries, default: 3) without success |
Note: The Retrying and Failed phases don’t indicate a permanent failure. The operator retries failed components automatically up to the configured retry limit. Wait for the operator to exhaust all retries before you take any action.