Retrieve Helm chart versions from an OCI registry #12507
-
|
We are using Azure Container Registry as an OCI-based Helm chart repository. All our Helm charts are located here. I'd like to use a Regex Manager to scan that registry for newer versions of Helm charts. Is the Helm datasource capable of scanning an OCI-based registry for newer versions? Right now, I'm getting a 'Failed to look up dependency' error. Not sure which URL to configure, so that Renovate understands that it is dealing with an OCI registry vs regular one. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
You have to use the |
Beta Was this translation helpful? Give feedback.
You have to use the
dockerdatasource for OCI images.We do the same internally for the
helm3manager. https://github.com/renovatebot/renovate/blob/main/lib/manager/helmv3/extract.ts#L81