fix: correct order-service image typo causing ImagePullBackOff (Issue #38)#39
Open
github-actions[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Fix ImagePullBackOff caused by typo in order-service container image: - Before: ghcr.io/azure-samples/aks-store-demo/order-servic:2.1.0 - After: ghcr.io/azure-samples/aks-store-demo/order-service:2.1.0 ArgoCD is deploying from Act-3/argocd/apps/ which picked up the broken image name, causing a 403 Forbidden from GHCR (repository not found). Diagnosed by Cluster Doctor - Issue #38 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
🚨 Cluster Doctor Auto-Remediation
Fixes: #38
Root Cause Analysis
ArgoCD application
agentic-platform-engineering-demois deploying fromAct-3/argocd/apps/and synced commit3cbff7dbwhich re-introduced a container image name typo inbroken-aks-store-all-in-one.yaml.Broken image (before):
Correct image (after):
The missing
eat the end oforder-serviccaused GHCR to return403 Forbidden(repository not found), resulting inImagePullBackOffon the neworder-servicepod.Evidence
order-service-74887bf86-lxmxsImagePullBackOfffailed to resolve reference "ghcr.io/azure-samples/aks-store-demo/order-servic:2.1.0": ... 403 ForbiddenAct-3/argocd/apps3cbff7db— "Update broken-aks-store-all-in-one.yaml"Change Summary
Act-3/argocd/apps/broken-aks-store-all-in-one.yamlorder-servic→order-serviceTest Plan
kubectl get pods -n default -w—order-servicepod should transition toRunningDegraded→HealthyRollback
# If needed, revert to previous state git revert d26e7266d41615655cf8007c4cb201ece5a049a7Auto-remediation by Cluster Doctor agent — 2026-03-26T19:38:30Z