Skip to content

Commit 9a36e79

Browse files
authored
Merge pull request #1324 from fluxcd/remove-migration-event-log
helmrepo: Remove migration log/event
2 parents 82b1381 + a242bda commit 9a36e79

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/controller/helmrepository_controller.go

-2
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,5 @@ func (r *HelmRepositoryReconciler) migrationToStatic(ctx context.Context, sp *pa
727727
return ctrl.Result{}, err
728728
}
729729

730-
r.eventLogf(ctx, obj, eventv1.EventTypeTrace, "Migration",
731-
"removed artifact and finalizer to migrate to static HelmRepository of type OCI")
732730
return ctrl.Result{}, nil
733731
}

0 commit comments

Comments
 (0)