When there is a new model update, you need to do arolling deploymentdirectly. When there is a new version for either infra or language change, set
the version to $VERSION by running:
kubectl set image deployment/$NAME --namespace $NAMESPACE
asr=gcr.io/cloud-marketplace/speech-onprem/speech-to-text-on-prem:$VERSION
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Manage your Speech-to-Text On-Prem solution\n\n| **Private feature** \n| This product is a private feature. The documentation is publicly available but you must [contact Google](https://cloud.google.com/contact) for full access.\n\nScale your solution\n-------------------\n\nTo scale (horizontally) the number of replicas in the solution to $REPLICAS,\nrun: \n\n kubectl scale deployment $NAME --namespace $NAMESPACE\n --replicas $REPLICAS\n\nDelete/Uninstall your solution\n------------------------------\n\nRun: \n\n kubectl delete application $NAME --namespace $NAMESPACE\n\nUpdate the image version\n------------------------\n\nWhen there is a new model update, you need to do a\n[rolling deployment](https://kubernetes.io/docs/tutorials/kubernetes-basics/update/update-intro/)\ndirectly. When there is a new version for either infra or language change, set\nthe version to $VERSION by running: \n\n kubectl set image deployment/$NAME --namespace $NAMESPACE\n asr=gcr.io/cloud-marketplace/speech-onprem/speech-to-text-on-prem:$VERSION"]]