Hi,
I’m developing a custom helm chart for my deployment, and I strongly relly on releases hooks, “pre-install”, “post-install”, “pre-upgrade”, “post-upgrade”, “pre-rollback” and “post-rollback”.
It works very well on vanilla helm, but I can’t figure out what is wrong with Rancher Helm.
It seems that Rancher executes hooks on a odd way, just after install it fires an upgrade hook. Sometimes, after an upgrade, it fires two upgrades in a row.
The pre and post-rollback hooks did not work as expected too. It runs a upgrade when I request a rollback.
Someone have any doc to point me?