helmv3: exclude stable repository #27299
Replies: 3 comments
-
|
We don't really have a way to exclude registries but you can set the default registry for a datasource, or manually override to one or more registries using packageRules + registryUrls |
Beta Was this translation helpful? Give feedback.
-
|
humm i still don't find a clear way to override the default registryAlias whole object. The only solution i've found is to update the value of stable registryAlias to the private endpoint we use : |
Beta Was this translation helpful? Give feedback.
-
|
@jgarec I've used and amended your approach to "null out" the Helm stable repo: This inhibits @jamietanna Before trying the above, which does feel like a hack or brittle workaround, I tried defining a To be clear, when adding to Is this a bug? Or is it expected, but undocumented? Or have I failed to find the proper docs on handling hosts for Helm dependencies? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
How are you running Renovate?
Self-hosted
If you're self-hosting Renovate, tell us what version of Renovate you run.
37.170.0 (renovate-ce)
If you're self-hosting Renovate, select which platform you are using.
GitLab self-hosted
What is your question?
Hello,
We are behind a proxy and we have our nexus mirroring most of the public repositories.
I want to avoid to run the command "helm repo add stable https://charts.helm.sh/stable --force-update" because we don't use the stable repository and the command won't work (
Error looks like \"https://charts.helm.sh/stable\" is not a valid chart repository or cannot be reached...)I just want to use my own repo so my config looks like :
but if i understand well, since #26848 it will merge the default config (https://github.com/renovatebot/renovate/blob/main/lib/modules/manager/helmv3/index.ts#L10-L16) with mine ?
Is there a way to globally exclude this default repository ?
Thx for your help.
Logs (if relevant)
Logs
Beta Was this translation helpful? Give feedback.
All reactions