Skip to content

Commit bded2c2

Browse files
authored
fix: separate unpacked bundles by name (#1243)
1 parent bb5eec5 commit bded2c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/controllers/clusterextension_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,7 @@ func (r *ClusterExtensionReconciler) reconcile(ctx context.Context, ext *ocv1alp
247247
setResolvedStatusConditionSuccess(ext, fmt.Sprintf("resolved to %q", resolvedBundle.Image))
248248

249249
bundleSource := &rukpaksource.BundleSource{
250+
Name: ext.GetName(),
250251
Type: rukpaksource.SourceTypeImage,
251252
Image: &rukpaksource.ImageSource{
252253
Ref: resolvedBundle.Image,

0 commit comments

Comments
 (0)