vmware-archive / helm-crd

Experimental CRD controller for managing Helm releases
Apache License 2.0
100 stars 13 forks source link

Avoid to upgrade if there are no changes #28

Closed andresmgot closed 6 years ago

andresmgot commented 6 years ago

Any change detected in the CRD triggers an upgrade of the chart. The controller should compare the changes in the object spec in order to trigger an upgrade or skip it.