Commit a0af3d6 1 parent 694ba5f commit a0af3d6 Copy full SHA for a0af3d6
File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -1420,6 +1420,15 @@ 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 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
+
1423
1432
When the HelmRelease is "ready", the controller sets a Condition with the
1424
1433
following attributes in the HelmRelease's `.status.conditions` :
1425
1434
You can’t perform that action at this time.
0 commit comments