Skip to content

Commit

Permalink
build: include COSI image
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoshkin committed Jan 7, 2025
1 parent da2ee69 commit 3ddfa33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hack/tools/fetch-images/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 3ddfa33

Please sign in to comment.