Skip to content

Commit

Permalink
Update lib/modules/manager/kustomize/extract.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Mar 13, 2024
1 parent d4ca01b commit 882baf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/modules/manager/kustomize/extract.ts
Expand Up @@ -148,9 +148,11 @@ export function extractHelmChart(
}

if (isOCIRegistry(helmChart.repo)) {
const dep = getDep(`${helmChart.repo.replace('oci://', '')}/${helmChart.name}:${helmChart.version}`, false, aliases);
return {
...getDep(`${helmChart.repo.replace('oci://', '')}/${helmChart.name}:${helmChart.version}`, false, aliases),
...dep,
depName: helmChart.name,
packageName: dep.depName,
// https://github.com/helm/helm/issues/10312
// https://github.com/helm/helm/issues/10678
pinDigests: false,
Expand Down

0 comments on commit 882baf6

Please sign in to comment.