Merge pull request #1324 from fluxcd/remove-migration-event-log

helmrepo: Remove migration log/event
This commit is contained in:
Sunny 2023-12-14 15:54:19 +05:30 committed by GitHub
commit 9a36e798d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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
}