You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v1.32.0
Additions
For Helm-based operators, whenever the operator encounters an error during reconcilliation, it would attempt to rollback the changes with the --force option. This behavior could have undesired side effects in some scenario.
This change allows the users to change this behavior by adding the annotation, helm.sdk.operatorframework.io/rollback-force: false
to the custom resource. (#6546)
Bug Fixes
(helm): Use informer cache label selectors to reduce memory consumption. (#6377)
(helm): Fix bug with detection of owner reference support when setting up dynamic watches. (#6377)