USCT Driver UI deployment
To deploy the frontend APP please follow those steps:
Navigate to CircleCI
Select the desired branch from dropdown
Trigger pipeline
Supply parameter of
type: Boolean
name: deploy_allowed
value: TRUE
Trigger pipeline
Approve The Hold Job
After pipeline complete successfully validate via Port Forward the new version installed
IMPORTANT: Since currently the tag of the image will be the same with the previous one (eg. latest), and if the helm chart is not modified, the pod in the Kubernetes cluster for the front-end APP (FE) will continue to serve the old image. To overcome that situation the FE pod should be deleted, that way it will be recreated (because of the Kubernetes deployment) and will pull the new image.