mirror of
https://github.com/mudler/luet.git
synced 2025-08-31 23:02:16 +00:00
Use candidate for search, as doesn't have a selector
This commit is contained in:
@@ -741,7 +741,7 @@ func (cs *LuetCompiler) FromPackage(p pkg.Package) (CompilationSpec, error) {
|
||||
}
|
||||
packsRaw, err := pkg.GetRawPackages(data)
|
||||
|
||||
raw := packsRaw.Find(p.GetName(), p.GetCategory(), p.GetVersion())
|
||||
raw := packsRaw.Find(pack.GetName(), pack.GetCategory(), pack.GetVersion())
|
||||
|
||||
dat, err := helpers.RenderHelm(string(dataBuild), raw)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user