Skip to content

Commit

Permalink
docs/spec/v2beta2: add forgotten Ready characteristics
Browse files Browse the repository at this point in the history
Signed-off-by: Hidde Beydals <[email protected]>
  • Loading branch information
hiddeco committed Dec 11, 2023
1 parent 694ba5f commit e6890e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/spec/v2beta2/helmreleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -1420,6 +1420,14 @@ and is only present on the HelmRelease while the status is `"True"`.
The helm-controller marks the HelmRelease as _ready_ when it has the following
characteristics:

- The Helm release is installed and up-to-date. This means that the Helm
release has been installed or upgraded, the Helm release has the same
version as the Helm chart referenced by the HelmRelease, and the [values](#values)
used to install or upgrade the Helm release have not changed.
- The Helm release has passed any [Helm tests](#test-configuration) that are
enabled.
- The HelmRelease is not being [reconciled](#reconciling-helmrelease).

When the HelmRelease is "ready", the controller sets a Condition with the
following attributes in the HelmRelease's `.status.conditions`:

Expand Down

0 comments on commit e6890e5

Please sign in to comment.