Skip to content

Commit

Permalink
Flux: Use resrouce chart value instead of dep.depName.
Browse files Browse the repository at this point in the history
  • Loading branch information
samip5 committed May 25, 2023
1 parent 26c5fe1 commit 2ae8a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/manager/flux/extract.ts
Expand Up @@ -195,7 +195,7 @@ function resolveResourceManifest(
dep.packageName = `${repo.spec.url.replace(
'oci://',
''
)}/${dep.depName!}`;
)}/${resource.spec.chart.spec.chart}`;
return null;
} else {
return repo.spec.url;
Expand Down

0 comments on commit 2ae8a42

Please sign in to comment.