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

Feature request: custom health checks for Helm releases #5178

Open
mkjpryor opened this issue Feb 7, 2025 · 0 comments
Open

Feature request: custom health checks for Helm releases #5178

mkjpryor opened this issue Feb 7, 2025 · 0 comments

Comments

@mkjpryor
Copy link

mkjpryor commented Feb 7, 2025

Given that custom health checks have been proposed for Kustomizations, it would be good to have something equivalent for HelmReleases.

This is a feature gap when Flux is compared with Argo CD, which does have custom health checks for Helm installs.

HelmRelease currently relies on the logic that is part of helm upgrade --wait as a "health check". It is my understanding that this is not checked periodically, like Kustomization health checks, and the docs also suggest that it will not be triggered at all during drift correction (the docs imply that drift correct is done via patching, not a Helm operation).

The feature proposed here is that the same health check logic that applies for Kustomizations can be optionally applied to the manifest for HelmReleases via a flag in the spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant