renovate/lib/modules/manager/helm-requirements
renovate[bot] eb8c08079e
chore(deps): update typescript-eslint monorepo to v8 (major) (#30750)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
2024-08-14 10:33:02 +00:00
..
__snapshots__ test: use jest v29 (#17151) 2022-08-16 14:22:29 +02:00
extract.spec.ts test(perf): improve test speed (#24323) 2023-09-08 11:40:04 +00:00
extract.ts chore(deps): update typescript-eslint monorepo to v8 (major) (#30750) 2024-08-14 10:33:02 +00:00
index.ts feat!: categories (#16534) 2023-07-04 19:21:52 +02:00
readme.md docs: fix versioning links (#28341) 2024-04-11 13:23:20 +00:00

readme.md

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.