renovate/lib/manager/helm-values
2021-04-13 12:07:57 +02:00
..
__fixtures__ feat(helm-values): allow any image parentkey prefix (#8884) 2021-02-26 16:14:22 +01:00
__snapshots__ refactor(manager): Enforce getName usage (#9523) 2021-04-13 12:07:57 +02:00
extract.spec.ts refactor(manager): Enforce getName usage (#9523) 2021-04-13 12:07:57 +02:00
extract.ts fix: Allow digest pinning on helm-values docker image tags (#9070) 2021-03-13 09:26:51 +01:00
index.ts fix: Revert "feat(helm-values): Support for bumpVersion" (#8926) 2021-03-01 18:35:52 +00:00
readme.md docs: improve versioning documentation (#9017) 2021-03-27 06:50:57 +01:00
util.ts fix: Revert "feat(helm-values): Support for bumpVersion" (#8926) 2021-03-01 18:35:52 +00:00

Renovate supports updating of Docker dependencies within Helm Chart values.yaml files or other YAML files that use the same format (via fileMatch configuration). Updates are performed if the files follow the conventional format used in most of the Helm charts:

image:
  repository: 'some-docker/dependency'
  tag: v1.0.0
  registry: registry.example.com # optional key, will default to "docker.io"

coreImage:
  registry: docker.io
  repository: bitnami/harbor-core
  tag: 2.1.3-debian-10-r38

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