From 40afa1a34a7a45e297e1d869caec771333f63dc3 Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Tue, 10 Feb 2026 01:15:45 +0000 Subject: [PATCH] change image --- apps/base/customer1/news_bot/analyst-cronjob.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/base/customer1/news_bot/analyst-cronjob.yaml b/apps/base/customer1/news_bot/analyst-cronjob.yaml index 5d8f603..eb8cbaa 100644 --- a/apps/base/customer1/news_bot/analyst-cronjob.yaml +++ b/apps/base/customer1/news_bot/analyst-cronjob.yaml @@ -22,7 +22,7 @@ spec: - name: ollama-storage mountPath: /root/.ollama command: ["/bin/sh", "-c"] - args: ["ollama serve & sleep 5 && ollama pull qwen3:30b"] + args: ["ollama serve & sleep 5 && ollama pull qwen2.5:32b-instruct"] - name: ollama-sidecar @@ -43,7 +43,7 @@ spec: nvidia.com/gpu: 1 containers: - name: analyst - image: siriussec/summarizerlocal:2.3 + image: siriussec/summarizerlocal:2.4 imagePullPolicy: Always env: - name: DB_PASSWORD