Skip to content

Commit 5276e17

Browse files
committed
build: include COSI image
1 parent e0bbda5 commit 5276e17

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
@@ -314,6 +314,8 @@ func getValuesFileForChartIfNeeded(chartName, carenChartDirectory string) (strin
314314
}
315315

316316
return tempFile.Name(), nil
317+
case "cosi-controller":
318+
return filepath.Join(carenChartDirectory, "addons", "cosi", "controller", defaultHelmAddonFilename), nil
317319
default:
318320
return "", nil
319321
}

0 commit comments

Comments
 (0)