renovate/lib/modules/manager/helmfile
2023-02-19 12:43:48 +00:00
..
__fixtures__ fix(manager/helmfile): replace escaped templates (#17513) 2022-08-31 06:50:50 +00:00
__snapshots__ test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
artifacts.spec.ts fix(manager/helmfile): Add missing helm dependency (#20227) 2023-02-06 13:30:57 +00:00
artifacts.ts fix(manager/helmfile): Add missing helm dependency (#20227) 2023-02-06 13:30:57 +00:00
extract.spec.ts fix(manager/helmfile): replace all templates (#17210) 2022-08-16 14:24:36 +02:00
extract.ts refactor: PackageFile -> PackageFileContent (#20502) 2023-02-19 12:43:48 +00:00
index.ts feat(manager/helmfile): Lock file support (#19865) 2023-02-04 14:10:03 +00:00
readme.md feat(manager/gitlabci): add support for registryAliases (#16227) 2022-07-07 09:42:31 +02:00
types.ts feat(helmfile): oci support (#15432) 2022-05-05 14:15:20 +02:00

Checks helmfile.yaml files and extracts dependencies for the helm datasource.

The helmfile manager defines this default registryAlias:

{
  "registryAliases": {
    "stable": "https://charts.helm.sh/stable"
  }
}

If your Helm charts make use of repository aliases then you will need to configure an registryAliases object in your config to tell Renovate where to look for them. Be aware that alias values must be properly formatted URIs.

If you need to change the versioning format, read the versioning documentation to learn more.