-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App Versioning in Helm Chart releases #155
Comments
Also noticed the same issue, the newer chart versions seem to have varying supported releases in them. Upgrading the chart version can easily result in a downgrade of app version and a broken application. |
The management of the
I'm shocked by the lack of consistency, I'm sure that each of these upgrades would break the application. Please amend your release process to fix this bug, as for right now it gives us sysadmins absolutely zero trust to upgrade |
@debdutdeb can you bring some light into this? |
I can tell that this happened due to a bug in automation. Until that is fixed, I have disabled it, and further releases will be made manually when needed. |
In bc14dac we have seen a version bump for the Helm Chart version (6.21.0 to 6.21.1) but a minor downgrade for the actual app version (6.10.5 to 6.8.6). That doesn't look right to me.
Can someone confirm if this is the intended behaviour?
Background: I performed an upgrade for a Rocketchat instance via Helm from 6.21.0 to 6.21.1. The retention configuration was broken (opening the Retention Policy settings always resulted in Application GUI crash; all DMs older than 1 day were pruned. After performing a rollback to Chart version 6.21.0 the Retention Policy settings worked again.
The text was updated successfully, but these errors were encountered: