5. Exercise 1: Run a Router upgrade
1m

Exercise 1: Run a Router upgrade ( 10 min)

Goal: Upgrade the to 2.7.0 using the Supergraph resource.

You can do this using your local code editor, or with the GitHub UI.

  1. Open up the retail-supergraph/supergraph.yaml file.

  2. Edit the file to update the podTemplate.routerVersion to 2.7.0.

  3. Commit your changes and push them to the main branch.

  4. Go to your repo's GitHub Actions and see the workflow run.

  5. Flip over to the Argo CD dashboard in your browser and select the retail-supergraph resource.

  6. Watch the deployment roll out and verify that the has been upgraded to 2.7.0.

Task!
Previous