renovate/lib/manager/helm-values
2020-05-14 13:03:28 +02:00
..
__fixtures__ feat(manager): support helm values (#5384) 2020-02-06 10:15:25 +00:00
__snapshots__ fix(docker): move autoReplaceStringTemplate (#6024) 2020-04-22 11:55:08 +02:00
extract.spec.ts feat(manager): support helm values (#5384) 2020-02-06 10:15:25 +00:00
extract.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
index.ts fix(helm-values): disable pinDigests (#6230) 2020-05-14 13:03:28 +02:00
readme.md docs: move manager docs out of config options (#5410) 2020-02-25 06:45:00 +01:00
util.ts feat(manager): support helm values (#5384) 2020-02-06 10:15:25 +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 stable Helm charts:

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