Skip to content

Commit

Permalink
update machine proto and service
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Bortnikov <[email protected]>
  • Loading branch information
aobort committed Feb 9, 2024
1 parent 9e34009 commit c548337
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 178 deletions.
2 changes: 0 additions & 2 deletions internal/controllers/machine_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ import (

lifecyclev1alpha1 "github.com/ironcore-dev/lifecycle-manager/api/lifecycle/v1alpha1"
machinev1alpha1 "github.com/ironcore-dev/lifecycle-manager/lcmi/api/machine/v1alpha1"
"github.com/ironcore-dev/lifecycle-manager/util/apiutil"
)

// MachineReconciler reconciles a Machine object.
Expand Down Expand Up @@ -122,7 +121,6 @@ func (r *MachineReconciler) reconcileInstall(ctx context.Context, obj *lifecycle
installResponse, err := r.Install(ctx, &machinev1alpha1.InstallRequest{
Name: obj.Name,
Namespace: obj.Namespace,
Packages: apiutil.PackageVersionsToGrpcAPI(packagesToInstall),
})
if err != nil {
log.Error(err, "failed to send install request")
Expand Down
Loading

0 comments on commit c548337

Please sign in to comment.