Skip to content

Commit 1d52014

Browse files
committed
build: use correct frr image for metallb
1 parent e9b3fbe commit 1d52014

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hack/tools/fetch-images/main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,8 @@ func getValuesFileForChartIfNeeded(chartName, carenChartDirectory string) (strin
316316
return tempFile.Name(), nil
317317
case "cosi-controller":
318318
return filepath.Join(carenChartDirectory, "addons", "cosi", "controller", defaultHelmAddonFilename), nil
319+
case "metallb":
320+
return filepath.Join(carenChartDirectory, "addons", "serviceloadbalancer", "metallb", defaultHelmAddonFilename), nil
319321
default:
320322
return "", nil
321323
}

0 commit comments

Comments
 (0)