1m
Exercise 1: Run a Router upgrade (⏳ 10 min)
Goal: Upgrade the Router to 2.7.0 using the Supergraph resource.
You can do this using your local code editor, or with the GitHub UI.
Open up the
retail-supergraph/supergraph.yamlfile.Edit the file to update the
podTemplate.routerVersionto2.7.0.Commit your changes and push them to the
mainbranch.Go to your repo's GitHub Actions and see the workflow run.
Flip over to the Argo CD dashboard in your browser and select the
retail-supergraphresource.Watch the deployment roll out and verify that the Router has been upgraded to
2.7.0.
Task!