Skip to content

Commit eb8fd29

Browse files
authored
feat(maas): add MaaS manifests (#2894)
This adds Model-as-a-Service manifests references to the get_all_manifests.sh. Signed-off-by: Edgar Hernández <[email protected]>
1 parent 886ac63 commit eb8fd29

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

get_all_manifests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ declare -A ODH_COMPONENT_MANIFESTS=(
2828
["feastoperator"]="opendatahub-io:feast:stable@94bc6204cbdbcbebfd004f64986f43397bfc0e65:infra/feast-operator/config"
2929
["llamastackoperator"]="opendatahub-io:llama-stack-k8s-operator:odh@226e911cca9bf7efa1e632860613087b0bf14d74:config"
3030
["trainer"]="opendatahub-io:trainer:main@cf3112e978b2d9153750d0c0f422d92143b69464:manifests"
31+
["maas"]="opendatahub-io:maas-billing:main@cf4c743a544482beedd92c9c90366998822c72af:deployment"
3132
)
3233

3334
# RHOAI Component Manifests
@@ -46,6 +47,7 @@ declare -A RHOAI_COMPONENT_MANIFESTS=(
4647
["feastoperator"]="red-hat-data-services:feast:rhoai-3.2:infra/feast-operator/config"
4748
["llamastackoperator"]="red-hat-data-services:llama-stack-k8s-operator:rhoai-3.2:config"
4849
["trainer"]="red-hat-data-services:trainer:rhoai-3.2:manifests"
50+
["maas"]="red-hat-data-services:maas-billing:rhoai-3.2:deployment"
4951
)
5052

5153
# Select the appropriate manifest based on platform type

0 commit comments

Comments
 (0)