Skip to content

Commit a0af3d6

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/spec/v2beta2/helmreleases.md

+9
Original file line numberDiff line numberDiff line change
@@ -1420,6 +1420,15 @@ 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 release's chart has the same
1425+
version as the [Helm chart referenced by the HelmRelease](#chart-template),
1426+
and the [values](#values) used to install or upgrade the release have not
1427+
changed.
1428+
- The Helm release has passed any [Helm tests](#test-configuration) that are
1429+
enabled.
1430+
- The HelmRelease is not being [reconciled](#reconciling-helmrelease).
1431+
14231432
When the HelmRelease is "ready", the controller sets a Condition with the
14241433
following attributes in the HelmRelease's `.status.conditions`:
14251434

0 commit comments

Comments
 (0)