We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 82b1381 + a242bda commit 9a36e79Copy full SHA for 9a36e79
1 file changed
internal/controller/helmrepository_controller.go
@@ -727,7 +727,5 @@ func (r *HelmRepositoryReconciler) migrationToStatic(ctx context.Context, sp *pa
727
return ctrl.Result{}, err
728
}
729
730
- r.eventLogf(ctx, obj, eventv1.EventTypeTrace, "Migration",
731
- "removed artifact and finalizer to migrate to static HelmRepository of type OCI")
732
return ctrl.Result{}, nil
733
0 commit comments