Skip to content

Helmfile apply instead of sync

Divish Rajagopal requested to merge feature/helmfile-apply-not-sync into master

helmfile sync always upgrades the release regardless of whether there are changes or not helmfile apply runs a helm diff and upgrades the release only if it sees changes. This way we also get to see what the diff is in the pipeline logs

Merge request reports