mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
907b2b054e
Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-authored-by: Jamie Magee <JamieMagee@users.noreply.github.com> |
||
---|---|---|
.. | ||
__fixtures__ | ||
__snapshots__ | ||
extract.spec.ts | ||
extract.ts | ||
index.ts | ||
readme.md |
This package will manage two parts of the kustomization.yaml
file:
How It Works
- Renovate will search each repository for any
kustomization.yaml
files. - Existing dependencies will be extracted from remote bases & image tags
- Renovate will resolve the dependency's source repository and check for semver tags if found.
- If an update was found, Renovate will update
kustomization.yaml
Limitations
- Currently this hasn't been tested using https to fetch the repos
- the image tags are limited to the following formats:
- name: image/name
newTag: v0.0.1
or
- newTag: v0.0.1
name: image/name