From 997d726624b616809c9d1327971e0264c4970f2c Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Sat, 2 May 2026 18:31:59 -0400 Subject: [PATCH] fix(trade-dashboard): switch image registry to ghcr.io --- apps/base/customer1/trade-dashboard/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/customer1/trade-dashboard/deployment.yaml b/apps/base/customer1/trade-dashboard/deployment.yaml index ec5e0bb..ced595d 100644 --- a/apps/base/customer1/trade-dashboard/deployment.yaml +++ b/apps/base/customer1/trade-dashboard/deployment.yaml @@ -22,7 +22,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: dashboard - image: us-central1-docker.pkg.dev/devops-lab-cluster/customer1/trade-dashboard:latest + image: ghcr.io/sirius0xdev/trade-dashboard:latest imagePullPolicy: Always ports: - containerPort: 8000