From f17ab24ecc7cb59696273257d47e6d8ed81aea42 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Mon, 25 May 2026 01:35:28 +0000 Subject: [PATCH] fix: update embedding-service image to GHCR Point to ghcr.io/sirius0xdev/trading-embedding-service:latest built automatically by hermes-projects CI on push to main --- apps/base/customer1/embedding-service/embedding-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/base/customer1/embedding-service/embedding-deployment.yaml b/apps/base/customer1/embedding-service/embedding-deployment.yaml index 3269be3..c9da43d 100644 --- a/apps/base/customer1/embedding-service/embedding-deployment.yaml +++ b/apps/base/customer1/embedding-service/embedding-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: embedding-service - image: gcr.io/devops-lab-cluster/embedding-service:1.0.0 + image: ghcr.io/sirius0xdev/trading-embedding-service:latest ports: - containerPort: 8000 name: http