# Update Manifests
## Update params.env to set new image tag(ex, v0.11.0-alpha)
vi model-mesh_template/base/params.env
## Generate new manfiests
opendatahub/scripts/gen_odh_modelmesh_manifests.sh -n -c
opendatahub/scripts/gen_odh_model_manifests.sh
opendatahub/scripts/gen_copy_new_manifests.sh
## FVT Test(with the new odh manifests)
TAG=fast CONTROLLERNAMESPACE=opendatahub NAMESPACE=modelmesh-serving FORCE=true make deploy-mm-for-odh
TAG=fast CONTROLLERNAMESPACE=opendatahub NAMESPACE=modelmesh-serving FORCE=true make deploy-fvt-for-odh
TAG=fast STABLE_MANIFESTS=true CONTROLLERNAMESPACE=opendatahub NAMESPACE=modelmesh-serving NAMESPACESCOPEMODE=true make repeat-fvt
## Cleanup (optional)
CONTROLLERNAMESPACE=opendatahub NAMESPACE=modelmesh-serving C_MM_CTRL_KFCTL=true C_MM_TEST=true make cleanup-for-odh