Skip to content

Commit

Permalink
document lastAttemptedPostRenderersDigest behavior
Browse files Browse the repository at this point in the history
Signed-off-by: Soule BA <[email protected]>
  • Loading branch information
souleb committed May 7, 2024
1 parent feb03e5 commit fddb718
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 @@ -1658,6 +1658,16 @@ to perform a Helm install or upgrade with in the
The revision is used by the controller to determine if it should reset the
[failure counters](#failure-counters) due to a change in the chart version.

### 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 Release Action

The helm-controller reports the last Helm release action it attempted to
Expand Down

0 comments on commit fddb718

Please sign in to comment.