Skip to content

Commit

Permalink
docs(flux): extract oci dependencies of type docker (#24197)
Browse files Browse the repository at this point in the history
Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
  • Loading branch information
gberche-orange and HonkingGoose committed Sep 27, 2023
1 parent a6c9075 commit 988068d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/modules/manager/flux/readme.md
Expand Up @@ -10,7 +10,8 @@ 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 supports OCI `HelmRepository` sources, those with `type: oci`.
Renovate will then extract the `docker` dependencies for the referenced `HelmRelease` resources.

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

Expand Down

0 comments on commit 988068d

Please sign in to comment.