🚀Released Upgrade Notes
What's Changed
- Added a new input:
atomic
- Setting this to a non-empty value will make helm perform an atomic release, meaning that it will rollback failed releases before finishing
⚠️ Warnings
- When using the
atomic
feature, you'll have to set a propertimeout
value for the Helm release to finish correctly. This is because Helm waits until all related resource are working before marking an atomic release as "Deployed".
Full Changelog: v3.3...v3.4