Skip to content

Commit e6890e5

Browse files
committed
docs/spec/v2beta2: add forgotten Ready characteristics
Signed-off-by: Hidde Beydals <hidde@hhh.computer>
1 parent 694ba5f commit e6890e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/spec/v2beta2/helmreleases.md

+8
Original file line numberDiff line numberDiff line change
@@ -1420,6 +1420,14 @@ and is only present on the HelmRelease while the status is `"True"`.
14201420
The helm-controller marks the HelmRelease as _ready_ when it has the following
14211421
characteristics:
14221422

1423+
- The Helm release is installed and up-to-date. This means that the Helm
1424+
release has been installed or upgraded, the Helm release has the same
1425+
version as the Helm chart referenced by the HelmRelease, and the [values](#values)
1426+
used to install or upgrade the Helm release have not changed.
1427+
- The Helm release has passed any [Helm tests](#test-configuration) that are
1428+
enabled.
1429+
- The HelmRelease is not being [reconciled](#reconciling-helmrelease).
1430+
14231431
When the HelmRelease is "ready", the controller sets a Condition with the
14241432
following attributes in the HelmRelease's `.status.conditions`:
14251433

0 commit comments

Comments
 (0)