From d26e7266d41615655cf8007c4cb201ece5a049a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 19:41:31 +0000 Subject: [PATCH] fix: correct order-service image name typo in broken manifest 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> --- Act-3/argocd/apps/broken-aks-store-all-in-one.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Act-3/argocd/apps/broken-aks-store-all-in-one.yaml b/Act-3/argocd/apps/broken-aks-store-all-in-one.yaml index d34bc15..0caf86d 100644 --- a/Act-3/argocd/apps/broken-aks-store-all-in-one.yaml +++ b/Act-3/argocd/apps/broken-aks-store-all-in-one.yaml @@ -193,7 +193,7 @@ spec: "kubernetes.io/os": linux containers: - name: order-service - image: ghcr.io/azure-samples/aks-store-demo/order-servic:2.1.0 + image: ghcr.io/azure-samples/aks-store-demo/order-service:2.1.0 ports: - containerPort: 3000 envFrom: