renovate/lib/modules/manager/helmfile
2022-08-31 06:50:50 +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
extract.spec.ts fix(manager/helmfile): replace all templates (#17210) 2022-08-16 14:24:36 +02:00
extract.ts fix(manager/helmfile): replace escaped templates (#17513) 2022-08-31 06:50:50 +00:00
index.ts fix(manager): correctly escape the dot character in fileMatch (#17048) 2022-08-08 17:20:16 +02: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.