From f3ea3f7cfad3531994e0f9dfb6034b57ecc2675c Mon Sep 17 00:00:00 2001 From: Jonathan Leech-Pepin Date: Fri, 18 Jul 2025 16:34:32 -0400 Subject: [PATCH] Update tabby --- namespaces/ai/tabby/config.toml | 2 +- namespaces/ai/tabby/kustomization.yaml | 4 ++++ namespaces/ai/tabby/patches/deployment.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/namespaces/ai/tabby/config.toml b/namespaces/ai/tabby/config.toml index 109a494..fa760aa 100644 --- a/namespaces/ai/tabby/config.toml +++ b/namespaces/ai/tabby/config.toml @@ -7,7 +7,7 @@ api_endpoint = "http://ollama-svc:11434" # Chat model [model.chat.http] kind = "openai/chat" -model_name = "llama3.2:latest" +model_name = "granite3.3:8b" api_endpoint = "http://ollama-svc:11434/v1" # Embedding model diff --git a/namespaces/ai/tabby/kustomization.yaml b/namespaces/ai/tabby/kustomization.yaml index 05de069..aac54a4 100644 --- a/namespaces/ai/tabby/kustomization.yaml +++ b/namespaces/ai/tabby/kustomization.yaml @@ -1,6 +1,10 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization +images: + - name: image + newName: tabbyml/tabby + newTag: 0.30.1 transformers: - |- apiVersion: builtin diff --git a/namespaces/ai/tabby/patches/deployment.yaml b/namespaces/ai/tabby/patches/deployment.yaml index 2033aaf..45ec868 100644 --- a/namespaces/ai/tabby/patches/deployment.yaml +++ b/namespaces/ai/tabby/patches/deployment.yaml @@ -12,7 +12,7 @@ spec: effect: "NoSchedule" containers: - name: tabby - image: tabbyml/tabby:0.25.2 + image: image imagePullPolicy: IfNotPresent ports: - name: tabby