Commit e6890e5 1 parent 694ba5f commit e6890e5 Copy full SHA for e6890e5
File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1420,6 +1420,14 @@ and is only present on the HelmRelease while the status is `"True"`.
1420
1420
The helm-controller marks the HelmRelease as _ready_ when it has the following
1421
1421
characteristics :
1422
1422
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
+
1423
1431
When the HelmRelease is "ready", the controller sets a Condition with the
1424
1432
following attributes in the HelmRelease's `.status.conditions` :
1425
1433
You can’t perform that action at this time.
0 commit comments