is there a way to directly edit the helm state in a cluster without a helmfile apply?
We're in a situation where we need to update resources (argo rollouts) managed by helmfile from outside, i.e., using either the Java APIs or directly editing them on k9s. We have our helmfile configs pushed up on github, but simply updating these values to match the values changed via the Java API or k9s still results in a diff (which I don't want)