Remove "force" option for Helmv4 compatibility

This commit makes the metrics-server HelmRelease object compatible with
Helm version 4. The "force: true" option is incompatible with
server-side apply, which is the default mode for Helmv4. Conflicts are
already forced on the server side, therefore the option removal has no
side effects.

PASS: AIO-SX fresh install
PASS: upload, apply, update, remove, delete metrics-server app
PASS: update overrides, apply and check updated pod labels

Closes-bug: 2150578

Change-Id: I8873a53821bd31b1aa3c28c87f1aa519ae9b75e2
Signed-off-by: Eduardo dos Santos França <Eduardo.dosSantosFranca@windriver.com>
This commit is contained in:
Eduardo dos Santos França
2026-04-29 09:51:38 -03:00
parent 002fb5462c
commit 3b60c2bc09
@@ -26,7 +26,6 @@ spec:
disableHooks: false
upgrade:
disableHooks: false
force: true
valuesFrom:
- kind: Secret
name: metrics-server-static-overrides