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
- 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.
6
+
This change allows the users to change this behavior by adding the annotation, `helm.sdk.operatorframework.io/rollback-force: false`
7
+
to the custom resource. ([#6546](https://github.com/operator-framework/operator-sdk/pull/6546))
8
+
9
+
### Bug Fixes
10
+
11
+
- (helm): Use informer cache label selectors to reduce memory consumption. ([#6377](https://github.com/operator-framework/operator-sdk/pull/6377))
12
+
- (helm): Fix bug with detection of owner reference support when setting up dynamic watches. ([#6377](https://github.com/operator-framework/operator-sdk/pull/6377))
0 commit comments