Skip to content

Commit f45c4c7

Browse files
chore: add maas-controller-image to operands map (#3252)
* chore: add maas-controller-image to operands map * revert changes to operands-map --------- Co-authored-by: Adrián Sanz Gómiz <100594859+asanzgom@users.noreply.github.com>
1 parent 3a76682 commit f45c4c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/controller/components/modelsasservice/modelsasservice_support.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ const (
5656
var (
5757
// Image parameter mappings for manifest substitution.
5858
imagesMap = map[string]string{
59-
"maas-api-image": "RELATED_IMAGE_ODH_MAAS_API_IMAGE",
59+
"maas-api-image": "RELATED_IMAGE_ODH_MAAS_API_IMAGE",
60+
"maas-controller-image": "RELATED_IMAGE_ODH_MAAS_CONTROLLER_IMAGE",
6061
}
6162

6263
// Additional parameters for manifest customization.

0 commit comments

Comments
 (0)