Any way to disable oci registries for helm? #34743
Unanswered
muja
asked this question in
Request Help
Replies: 1 comment
-
I just noticed that my workaround does not really work because renovate only matches the latest version (of a major release) against the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How are you running Renovate?
Self-hosted Renovate
If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.
No response
Please tell us more about your question or problem
Nexus does not support OCI type helm dependencies: sonatype/nexus-public#201
Unfortunately Nexus doesn't filter them out in the
index.yaml
(for proxied repositories) so Renovate will still see them and try to update to them.Is there any way to disable OCI registries for helm?
For example,
bitnami/postgresql
started using oci:// URLs starting 16.2.2, in the index.yaml it is evident that it is used when you compare 16.2.1 and 16.2.2 (note the URL at the end):16.2.1:
16.2.2:
Renovate provides these update values:
My current workaround is to use the releaseTimestamp, but it is not exactly robust:
is there another way?
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions