Skip to content

Commit

Permalink
document lastAttemptedPostRenderersDigest behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Soule BA <bah.soule@gmail.com>
  • Loading branch information
souleb committed May 7, 2024
1 parent aa70ac2 commit e58a102
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/spec/v2/helmreleases.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[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

The helm-controller reports the revision of the Helm chart it last attempted
Expand Down

0 comments on commit e58a102

Please sign in to comment.