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

docs(flux): extract oci dependencies of type docker #24197

Merged
merged 3 commits into from
Sep 27, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/modules/manager/flux/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This manager parses [Flux](https://fluxcd.io/) YAML manifests and supports:
Extracts `helm` dependencies from `HelmRelease` resources.

The `flux` manager extracts `helm` dependencies for `HelmRelease` resources linked to `HelmRepository` or `GitRepository` sources.
Renovate does support OCI `HelmRepository` sources, those with `type: oci`.
Renovate support OCI `HelmRepository` sources, those with `type: oci`. Renovate will then extract the `docker` dependencies for the referenced `HelmRelease` resources.
gberche-orange marked this conversation as resolved.
Show resolved Hide resolved

In addition, for the `flux` manager to properly link `HelmRelease` and `HelmRepository` resources, _both_ of the following conditions must be met:

Expand Down