anthos-service-mesh-packages
anthos-service-mesh-packages copied to clipboard
Update Online Boutique sample to v0.9.0
Background
- See Google-internal bug: b/324253531.
- This repo uses an old version of Online Boutique (v0.3.6) — we should update it to the latest (v0.9.0).
What is this pull-request doing?
- We are:
- updating the Online Boutique microservice images to
v0.9.0
. - updating the other parts of
Deployment
resources which changed betweenv0.3.6
andv0.9.0
.
- updating the Online Boutique microservice images to
Testing this pull-request
- Unfortunately, we don't have automated tests for these changes.
- I manually tested the tutorial at Deploying the Online Boutique sample application using the changes from this pull-request (without the ASM parts):
# Download changes from this pull-request.
kpt pkg get \
https://github.com/NimJay/anthos-service-mesh-packages.git/samples/[email protected] \
online-boutique
For future reference
- When we need to make this update in the future, this comment might help. Make sure to also leave variables such as AD_SERVICE_ADDR intact.