From 7a1e379f63f161543d39bd4f86b7b077511a2831 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:43:28 +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 Fixes #33 - ArgoCD deployment degraded due to ImagePullBackOff on order-service pod. The image name was missing the trailing 'e': BROKEN: ghcr.io/azure-samples/aks-store-demo/order-servic:2.1.0 FIXED: ghcr.io/azure-samples/aks-store-demo/order-service:2.1.0 The ArgoCD application 'agentic-platform-engineering-demo' is sourcing from Act-3/argocd/apps/ where this typo caused the order-service Deployment to fail with: "failed to resolve reference ... 403 Forbidden" 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: