From 5f8bb227662529c1554f40174d01d92fb0db6453 Mon Sep 17 00:00:00 2001 From: HermanL02 Date: Tue, 6 May 2025 22:47:56 -0300 Subject: [PATCH] feat: update image --- worker/src/orcaSettings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker/src/orcaSettings.ts b/worker/src/orcaSettings.ts index 24405c9..0a9798a 100644 --- a/worker/src/orcaSettings.ts +++ b/worker/src/orcaSettings.ts @@ -2,7 +2,7 @@ import { TASK_ID, namespaceWrapper } from "@_koii/namespace-wrapper"; import "dotenv/config"; import os from "os"; -const imageUrl = "docker.io/labrocadabro/prometheus-summarizer:0.4"; +const imageUrl = "docker.io/hermanyiqunliang/summarizer-agent:0.5"; function getHostIP() { const interfaces = os.networkInterfaces();