Skip to content

fix: correct order-service image typo causing ImagePullBackOff (Issue #38)#39

Open
github-actions[bot] wants to merge 1 commit intomainfrom
fix/cluster-doctor/order-service-image-typo-20260326
Open

fix: correct order-service image typo causing ImagePullBackOff (Issue #38)#39
github-actions[bot] wants to merge 1 commit intomainfrom
fix/cluster-doctor/order-service-image-typo-20260326

Conversation

@github-actions
Copy link
Copy Markdown

🚨 Cluster Doctor Auto-Remediation

Fixes: #38

Root Cause Analysis

ArgoCD application agentic-platform-engineering-demo is deploying from Act-3/argocd/apps/ and synced commit 3cbff7db which re-introduced a container image name typo in broken-aks-store-all-in-one.yaml.

Broken image (before):

ghcr.io/azure-samples/aks-store-demo/order-servic:2.1.0

Correct image (after):

ghcr.io/azure-samples/aks-store-demo/order-service:2.1.0

The missing e at the end of order-servic caused GHCR to return 403 Forbidden (repository not found), resulting in ImagePullBackOff on the new order-service pod.

Evidence

Signal Value
Failing pod order-service-74887bf86-lxmxs
Pod status ImagePullBackOff
Error failed to resolve reference "ghcr.io/azure-samples/aks-store-demo/order-servic:2.1.0": ... 403 Forbidden
ArgoCD sync path Act-3/argocd/apps
Triggering commit 3cbff7db — "Update broken-aks-store-all-in-one.yaml"

Change Summary

File Change
Act-3/argocd/apps/broken-aks-store-all-in-one.yaml Fix image: order-servicorder-service

Test Plan

  1. Merge PR → ArgoCD automated sync will detect the change within ~3 minutes
  2. Verify: kubectl get pods -n default -worder-service pod should transition to Running
  3. Validate health: ArgoCD app status should change from DegradedHealthy

Rollback

# If needed, revert to previous state
git revert d26e7266d41615655cf8007c4cb201ece5a049a7

Auto-remediation by Cluster Doctor agent — 2026-03-26T19:38:30Z

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants