renovate/lib/modules/manager/fleet
Michael Kriese edf3c793dc
refactor(yaml): drop unused argument (#30804)
2024-08-15 13:42:53 +00:00
..
__fixtures__ feat(fleet): extract dependencies from helm blocks with OCI-based helm charts (#28352) 2024-04-13 16:53:50 +00:00
extract.spec.ts feat(fleet): extract dependencies from helm blocks with OCI-based helm charts (#28352) 2024-04-13 16:53:50 +00:00
extract.ts refactor(yaml): drop unused argument (#30804) 2024-08-15 13:42:53 +00:00
index.ts feat(fleet): extract dependencies from helm blocks with OCI-based helm charts (#28352) 2024-04-13 16:53:50 +00:00
readme.md docs: use relative links (#26044) 2023-11-29 18:10:17 +00:00
schema.ts feat(fleet): extract dependencies from helm blocks without a fixed releaseName (#28325) 2024-04-10 21:45:42 +00:00

readme.md

Can upgrade bundle definitions and GitRepo YAML manifests of Rancher Fleet.

By default, only bundles with Helm references will be upgraded. To enable GitRepo updates you have to extend your fileMatch configuration.

{
  "fileMatch": ["'(^|/)fleet.ya?ml", "myGitRepoManifests\\.yaml"]
}