document lastAttemptedPostRenderersDigest behavior

Signed-off-by: Soule BA <bah.soule@gmail.com>
This commit is contained in:
Soule BA 2024-05-07 11:56:46 +02:00
parent aa70ac2b31
commit e58a102de9
No known key found for this signature in database
GPG Key ID: 4D40965192802994
1 changed files with 10 additions and 0 deletions

View File

@ -1675,6 +1675,16 @@ attempted to perform a Helm install or upgrade with in the
The digest is used to determine if the controller should reset the The digest is used to determine if the controller should reset the
[failure counters](#failure-counters) due to a change in the values. [failure counters](#failure-counters) due to a change in the values.
### Last Attempted Post Renderers Digest
The helm-controller reports the digest for the [post renderers](#post-renderers)
it last attempted to perform a Helm install or upgrade with in the
`.status.lastAttemptedPostRenderersDigest` field.
This field is used by the controller to determine if a deployed Helm release
is in sync with the HelmRelease `spec.PostRenderers` configuration and whether
it should trigger a Helm upgrade.
### Last Attempted Revision ### Last Attempted Revision
The helm-controller reports the revision of the Helm chart it last attempted The helm-controller reports the revision of the Helm chart it last attempted