mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-14 16:46:25 +00:00
.. | ||
__fixtures__ | ||
__snapshots__ | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md | ||
util.ts |
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"