USCT Driver UI deployment

To deploy the frontend APP please follow those steps:

  1. Navigate to CircleCI

  2. Select the desired branch from dropdown

  3. Trigger pipeline

    1. Supply parameter of

      1. type: Boolean

      2. name: deploy_allowed

      3. value: TRUE

    2. Trigger pipeline

    3. Approve The Hold Job

  4. 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.