Skip to content

Commit 254de30

Browse files
committed
List HelmChart for GitRepository change
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 3a3954f commit 254de30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/helmchart_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -808,7 +808,7 @@ func (r *HelmChartReconciler) requestsForHelmRepositoryChange(obj handler.MapObj
808808
}
809809

810810
ctx := context.Background()
811-
var list sourcev1.HelmRepositoryList
811+
var list sourcev1.HelmChartList
812812
if err := r.List(ctx, &list, client.MatchingFields{
813813
sourcev1.SourceIndexKey: fmt.Sprintf("%s/%s", repo.Kind, repo.Name),
814814
}); err != nil {

0 commit comments

Comments
 (0)