renovate/lib/modules/manager/helmfile
Nikolai Røed Kristiansen b1424dd948
feat(manager/helmfile): Detect kustomization.yaml (#21111)
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2023-04-12 11:49:23 +00:00
..
__fixtures__ feat(manager/helmfile): Detect kustomization.yaml (#21111) 2023-04-12 11:49:23 +00:00
__snapshots__ feat(manager/helmfile): Detect kustomization.yaml (#21111) 2023-04-12 11:49:23 +00:00
artifacts.spec.ts feat(manager/helmfile): Support kustomize (#20782) 2023-03-19 08:15:15 +00:00
artifacts.ts feat(manager/helmfile): Support kustomize (#20782) 2023-03-19 08:15:15 +00:00
extract.spec.ts feat(manager/helmfile): Detect kustomization.yaml (#21111) 2023-04-12 11:49:23 +00:00
extract.ts feat(manager/helmfile): Detect kustomization.yaml (#21111) 2023-04-12 11:49:23 +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(manager/helmfile): Support kustomize (#20782) 2023-03-19 08:15:15 +00:00
utils.ts feat(manager/helmfile): Detect kustomization.yaml (#21111) 2023-04-12 11:49:23 +00: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.