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

Implement helm atomic #112

Closed
blut opened this issue Nov 16, 2021 · 2 comments
Closed

Implement helm atomic #112

blut opened this issue Nov 16, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@blut
Copy link

blut commented Nov 16, 2021

What problem are you facing?

Release deployment fails due to external dependencies, but would be able to deploy a couple of seconds later.
provider-helm does not retry to upgrade the release because the current release description matches the configured release resource.

Atomic would ensure that only a successful deployment is considered deployed.

How could Crossplane help solve your problem?

Crossplane reconcile would ensure deployments are retried until a successful deployment.

Potentially a retryBackoff would be required.

@blut blut added the enhancement New feature or request label Nov 16, 2021
@turkenh
Copy link
Collaborator

turkenh commented Nov 16, 2021

I believe this is already possible with rollbackLimit today, implemented with this PR.

@blut are you aware of that, would it work with your use case?
You can set it to a high enough number if you want to retry indefinitely.

@blut
Copy link
Author

blut commented Apr 14, 2023

closed due to inactivity

@blut blut closed this as not planned Won't fix, can't repro, duplicate, stale Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants