Flux OCIRepository digest pinning produces unparseable YAML for flow-style (kyaml) manifests #44901
Unanswered
notpeelz
asked this question in
Request Help
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?
None
Which platform you running Renovate on?
Forgejo
Which version of Renovate are you using?
46.245.0
Please tell us more about your question or problem
When the
fluxmanager haspinDigests: true, digest pinning for OCIRepository tag-only refs produces invalid YAML if the manifest uses flow-style YAML (kyaml).Given this manifest:
And this Renovate config:
{ "packageRules": [ { "matchManagers": ["flux"], "pinDigests": true } ] }Logs (if relevant)
Logs
All reactions