MODIFY IMAGE ID

This commit is contained in:
2025-04-24 14:41:37 -03:00
parent 676b91f13a
commit 62b1f7051a

View File

@ -1,7 +1,7 @@
import { TASK_ID, namespaceWrapper } from "@_koii/namespace-wrapper";
import "dotenv/config";
const imageUrl = "docker.io/hermanyiqunliang/summarizer-agent:0.2";
const imageUrl = "docker.io/hermanyiqunliang/summarizer-agent:0.3";
async function createPodSpec(): Promise<string> {
const basePath = await namespaceWrapper.getBasePath();