Please add support for the helm4 upgrade flag " --server-side":
--server-side string must be "true", "false" or "auto". Object updates run in the server instead of the client ("auto" defaults the value from the previous chart release's method) (default "auto")
This is needed to explicitly force Server-Side Apply for releases that were originally installed with Helm 3 and are being managed with Helm 4, where relying on "auto" may not be sufficient.
Please add support for the helm4 upgrade flag " --server-side":
This is needed to explicitly force Server-Side Apply for releases that were originally installed with Helm 3 and are being managed with Helm 4, where relying on "auto" may not be sufficient.