Replacing docker images is broken if using helm-like syntax #45451
Unanswered
aboukhal
asked this question in
Request Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
How are you running Renovate?
Self-hosted Renovate CLI
Which platform you running Renovate on?
Other (please specify)
Which version of Renovate are you using?
44.40.0
Please tell us more about your question or problem
I have observed that renovate will not honor dependency replacements when trying to replace docker images that are not defined in a single string but rather split up into several fields.
This is the rule we've come up with:
This works perfectly file for example 1 and produces the correct pull request.
On example 2, however, renovate just prints out an unclear message.
Here's the message:
I'm not sure what I'm missing to enable replacements in helm charts as well.
Logs (if relevant)
Logs
All reactions