vmware-archive / helm-crd

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

Enables UpgradeForce option #34

Closed jasongwartz closed 5 years ago

jasongwartz commented 5 years ago

It seems like the idea for adding UpgradeForce has been in the code since the beginning, but we had a case where we needed to use it (orphaned tiller releases).

This PR makes UpdateForce configurable from an environment variable, "TILLER_UPDATE_FORCE".

jasongwartz commented 5 years ago

This is also related to https://github.com/bitnami-labs/helm-crd/issues/33