From 43751be689b639f350f8241daac58bfe76fa947a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 00:07:25 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20order-service=20image=20name?= =?UTF-8?q?=20typo=20(order-servic=20=E2=86=92=20order-service)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The image name was missing the trailing 'e', causing ImagePullBackOff on the order-service pod and the ArgoCD app health to degrade. Fixes #40 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: