From 5540aab3786e77f4c603538fb473e7019b9c692e Mon Sep 17 00:00:00 2001 From: engineering Date: Tue, 17 Jun 2025 11:36:35 -0600 Subject: [PATCH] fix: update LLM image URL to hub.edge Update the Intel chart to pull the LLM image from: hub.edge.codetogether.com/releases/codetogether-llm --- charts/intel/values.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/charts/intel/values.yaml b/charts/intel/values.yaml index ab0f8fe..e9efd48 100644 --- a/charts/intel/values.yaml +++ b/charts/intel/values.yaml @@ -142,6 +142,9 @@ ai: enabled: false mode: "bundled" # Options: bundled | external provider: "ollama" # No OpenAI dependency + image: + repository: hub.edge.codetogether.com/releases/codetogether-llm + tag: latest resources: requests: cpu: "2" @@ -151,10 +154,6 @@ ai: cpu: "4" memory: "8Gi" gpu: false - image: - repository: registry.digitalocean.com/codetogether-registry/codetogether-llm - tag: latest - readinessProbe: initialDelaySeconds: 60