From 9acab3775b7ae12a00946b51577176f2d60020a0 Mon Sep 17 00:00:00 2001 From: Gowtham Rao MD PhD Date: Sat, 16 May 2026 08:31:25 -0400 Subject: [PATCH 1/3] ci(infra): update redpanda-connect image tag to latest --- infrastructure/local/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/local/compose.yaml b/infrastructure/local/compose.yaml index 79473a02..26ec30c8 100644 --- a/infrastructure/local/compose.yaml +++ b/infrastructure/local/compose.yaml @@ -192,7 +192,7 @@ services: - swarm-mesh redpanda-connect: - image: redpandadata/connect:4.30.0 + image: redpandadata/connect:latest restart: on-failure deploy: resources: From 5680e83cea445adb89a71bde9cd5dc09eae58424 Mon Sep 17 00:00:00 2001 From: Gowtham Rao MD PhD Date: Sat, 16 May 2026 08:34:49 -0400 Subject: [PATCH 2/3] fix(ci): update CoReason image names to match GHCR paths --- infrastructure/local/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/local/compose.yaml b/infrastructure/local/compose.yaml index 26ec30c8..8cbad406 100644 --- a/infrastructure/local/compose.yaml +++ b/infrastructure/local/compose.yaml @@ -51,7 +51,7 @@ services: - sensory-gateway coreason-runtime: - image: ghcr.io/coreason/coreason-runtime:latest + image: ghcr.io/coreason-ai/coreason-runtime:latest restart: on-failure deploy: resources: @@ -206,7 +206,7 @@ services: - sensory-gateway coreason-master-gateway: - image: ghcr.io/coreason/coreason-master-gateway:latest + image: ghcr.io/coreason-ai/coreason-ecosystem:latest restart: on-failure deploy: resources: From 84b327403af22acb208f86032c1b08b265bf5576 Mon Sep 17 00:00:00 2001 From: Gowtham Rao MD PhD Date: Sat, 16 May 2026 08:38:33 -0400 Subject: [PATCH 3/3] fix(ci): pin CoReason image versions to resolve manifest unknown errors --- infrastructure/local/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infrastructure/local/compose.yaml b/infrastructure/local/compose.yaml index 8cbad406..64f605dd 100644 --- a/infrastructure/local/compose.yaml +++ b/infrastructure/local/compose.yaml @@ -51,7 +51,7 @@ services: - sensory-gateway coreason-runtime: - image: ghcr.io/coreason-ai/coreason-runtime:latest + image: ghcr.io/coreason-ai/coreason-runtime:0.39.0 restart: on-failure deploy: resources: @@ -206,7 +206,7 @@ services: - sensory-gateway coreason-master-gateway: - image: ghcr.io/coreason-ai/coreason-ecosystem:latest + image: ghcr.io/coreason-ai/coreason-ecosystem:0.32.0 restart: on-failure deploy: resources: