Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
fix: node agent should report ensured kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
eliobischof committed Oct 14, 2021
1 parent 8e7bbc0 commit 5d0c47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/operator/nodeagent/ensure.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func ensureFunc(monitor mntr.Monitor, conv Converter, curr *common.NodeAgentCurr

curr.Software.Merge(conv.ToSoftware([]*Dependency{dep}, func(dep Dependency) common.Package {
return dep.Desired
}), false)
}), true)
monitor.WithFields(map[string]interface{}{
"dependency": dep.Installer,
"from": dep.Current.Version,
Expand Down

0 comments on commit 5d0c47b

Please # to comment.