Fix: Correct order-service image name typo (Issue #49) #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔧 Fix: Image Name Typo in order-service Deployment
Closes #49
Root Cause
The order-service deployment was failing with
ImagePullBackOffdue to a typo in the container image name on line 196 ofAct-3/argocd/apps/broken-aks-store-all-in-one.yaml.Incorrect:
ghcr.io/azure-samples/aks-store-demo/order-servie:2.1.0Correct:
ghcr.io/azure-samples/aks-store-demo/order-service:2.1.0Changes Made
order-servietoorder-servicein the order-service Deployment specImpact
ImagePullBackOfferror for order-service podsDegradedhealth statusTesting & Validation
After merge, ArgoCD will automatically sync the corrected manifest. Verify with:
Expected result: order-service pods should transition to
Runningstate within 1-2 minutes.Rollback Plan
If issues occur, revert this PR or run: