renovate/lib/modules/manager/fleet
Sebastian Poxhofer d74ba704fd
refactor: use yaml instead of js-yaml for parsing YAML files (#31336)
2024-09-16 18:03:23 +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: use yaml instead of js-yaml for parsing YAML files (#31336) 2024-09-16 18:03:23 +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"]
}