renovate/lib/modules/manager/helm-requirements/readme.md

783 B

Renovate supports updating Helm Chart references within requirements.yaml files.

The helm-requirements 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.

To learn how to use Helm with private packages, read private package support, Package Manager Credentials for Artifact Updating, helm.