Skip to content

Conversation

@mclasmeier
Copy link
Contributor

@mclasmeier mclasmeier commented Dec 4, 2025

Noticed this, because the status of RHACS operator includes an "observedGeneration".
The helm-operator prior this change would happily refresh the object and a status updater function registered by the RHACS operator would then happily copy over the metadata.generation to the status.observedGeneration field. This can happen, if, for example, the user fiddles around with the CR spec while the helm-operator does its reconciliation. In the end we would end up with an inconsistency: updated observedGeneration even though that is not the generation corresponding to the spec which was reconciled.

@mclasmeier mclasmeier marked this pull request as ready for review December 4, 2025 11:33
@mclasmeier mclasmeier merged commit 4c6d41c into main Dec 4, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants