Skip to content
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

Helm: Add Support for Release Rollbacks #609

Merged
merged 1 commit into from
Apr 21, 2024

Conversation

ricoberger
Copy link
Member

@ricoberger ricoberger commented Apr 21, 2024

This commit adds support to rollback Helm releases. When a user selects the rollback option he can set the same flags as via the Helm cli.

This is possible, because we reworked the Helm plugin, to use the Helm Go package for all actions now. Within this rework we also adjusted the naming of the existing Helm function to be more clear on what they are doing.

Closes #599

This commit adds support to rollback Helm releases. When a user selects
the rollback option he can set the same flags as via the Helm cli.

This is possible, because we reworked the Helm plugin, to use the Helm
Go package for all actions now. Within this rework we also adjusted the
naming of the existing Helm function to be more clear on what they are
doing.
@ricoberger ricoberger force-pushed the helm-add-support-for-release-rollbacks branch from c131052 to 2b7d691 Compare April 21, 2024 18:46
@ricoberger ricoberger added the changelog: added A new feature was added label Apr 21, 2024
@ricoberger ricoberger mentioned this pull request Apr 21, 2024
@ricoberger ricoberger merged commit d8c4aab into main Apr 21, 2024
2 checks passed
@ricoberger ricoberger deleted the helm-add-support-for-release-rollbacks branch April 21, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: added A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rolback HELM releases
1 participant