Skip to content

Commit e7c62df

Browse files
Mikalai Radchukm1kola
authored andcommitted
Replaces "olm.bundle.path" with a constant
Signed-off-by: Mikalai Radchuk <[email protected]>
1 parent 098778e commit e7c62df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resolution/entitysources/catalogdsource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func getEntities(ctx context.Context, client client.Client) (input.EntityList, e
9898
if err != nil {
9999
return nil, err
100100
}
101-
props["olm.bundle.path"] = string(imgValue)
101+
props[entity.PropertyBundlePath] = string(imgValue)
102102
catalogScopedPkgName := fmt.Sprintf("%s-%s", bundle.Spec.Catalog.Name, bundle.Spec.Package)
103103
bundlePkg := packageMetdatas[catalogScopedPkgName]
104104
for _, ch := range bundlePkg.Spec.Channels {

0 commit comments

Comments
 (0)