-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Support for HelmRelease #1744
Comments
Hi @hendrikhalkow, I like the idea of supporting Helm. Currently the team is pretty busy with integrating Dependabot into GitHub natively, so it will be a while before we are able to add support for more ecosystems. |
Duplicate of #2237 FYI |
This is not a duplicate. While #2237 is about dependencies from one Helm chart to another, this one is about a dependency from a HelmRelease custom resource to a Helm chart. |
I would like to see the same for ArgoCD. The |
Since the original issue mentions OCI images, I should mention for anyone hitting this via Google that Dependabot now supports bumping OCI images / dockerfile references in Helm charts: |
Any updates are welcome |
@zs-dima look into using renovate which has this support and more. |
Helm charts contain references to OCI images and to other Helm charts that Dependabot should keep up to date.
Dependabot should also support the
HelmRelease
custom resource, defined by the Flux Helm Operator. With this feature, Dependabot can be used as a deployment tool, similar to Weave Cloud.The text was updated successfully, but these errors were encountered: