From 3ddfa33f6212c956efa269356b4b9cfb9bd3e10a Mon Sep 17 00:00:00 2001 From: Dimitri Koshkin Date: Tue, 7 Jan 2025 13:23:23 -0800 Subject: [PATCH] build: include COSI image --- hack/tools/fetch-images/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/tools/fetch-images/main.go b/hack/tools/fetch-images/main.go index b6aa01d0b..50325a68c 100644 --- a/hack/tools/fetch-images/main.go +++ b/hack/tools/fetch-images/main.go @@ -314,6 +314,8 @@ func getValuesFileForChartIfNeeded(chartName, carenChartDirectory string) (strin } return tempFile.Name(), nil + case "cosi-controller": + return filepath.Join(carenChartDirectory, "addons", "cosi", "controller", defaultHelmAddonFilename), nil default: return "", nil }