Skip to content

Commit

Permalink
Fix FluxCDHelmRepository
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
RokibulHasan7 authored and tamalsaha committed Oct 29, 2023
1 parent f626e40 commit f1c87a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hub/helm.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ func FluxCDHelmRepository(kc client.Client) kmapi.TypedObjectReference {
return kmapi.TypedObjectReference{
APIGroup: releasesapi.SourceGroupHelmRepository,
Kind: releasesapi.SourceKindHelmRepository,
Namespace: FluxCDHelmRepositoryName(),
Name: BootstrapHelmRepositoryName(),
Namespace: BootstrapHelmRepositoryNamespace(),
Name: FluxCDHelmRepositoryName(),
}
}
}
Expand Down

0 comments on commit f1c87a2

Please sign in to comment.