Skip to content

Commit

Permalink
Merge pull request #1324 from fluxcd/remove-migration-event-log
Browse files Browse the repository at this point in the history
helmrepo: Remove migration log/event
  • Loading branch information
darkowlzz authored Dec 14, 2023
2 parents 82b1381 + a242bda commit 9a36e79
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/controller/helmrepository_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,5 @@ func (r *HelmRepositoryReconciler) migrationToStatic(ctx context.Context, sp *pa
return ctrl.Result{}, err
}

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

0 comments on commit 9a36e79

Please sign in to comment.