helmfile sync vs helmfile apply
sync sync all resources from state file (repos, releases and chart deps) apply apply all resources from state file only when there are changes sync The helmfile sync sub-command sync your cluster state as described in your helmfile ... Under the covers, Helmfile executes helm upgrade --install for each release declared in the manifest, by optionally decrypti