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

Add flags to install and upgrade Helm releases consistently #318

Merged
merged 2 commits into from
Aug 9, 2023

Conversation

nickkalgin
Copy link
Contributor

When something goes wrong during a chart deployment Helm will leave it as is.
Consequently, we can get into a situation when a previous release is superseded with the new one which does not work.

Usage of the --atomic option with helm install or helm upgrade allows to roll back deployment to the previous version automatically if it fails.
The --timeout tells how long Helm should wait for the readiness of the deployment.

Usage of --atomic and --timeout options allows to rollback
deployment automatically when it fails.
@sschnabe sschnabe self-assigned this Aug 8, 2023
@sschnabe sschnabe added the feature feature New feature or request label Aug 8, 2023
@sschnabe sschnabe enabled auto-merge (squash) August 9, 2023 07:13
@sschnabe sschnabe disabled auto-merge August 9, 2023 07:13
@sschnabe sschnabe merged commit 1fbc864 into kokuwaio:main Aug 9, 2023
5 checks passed
@sschnabe
Copy link
Member

sschnabe commented Aug 9, 2023

Released with 6.10.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature feature New feature or request
Development

Successfully merging this pull request may close these issues.

None yet

3 participants