From f746c0ff9d5c7147196de7597cfb3835a79445ad Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Sat, 4 Jul 2026 15:23:11 -0400 Subject: [PATCH] underscore to dash --- apps/ollama/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ollama/release.yaml b/apps/ollama/release.yaml index c9d5c46..3add635 100644 --- a/apps/ollama/release.yaml +++ b/apps/ollama/release.yaml @@ -23,7 +23,7 @@ spec: number: 1 models: create: - - name: qwen3.5:9b_custom + - name: qwen3.5:9b-custom template: | FROM qwen3.5:9b PARAMETER temperature 1.0 @@ -33,7 +33,7 @@ spec: PARAMETER presence_penalty 1.5 PARAMETER repetition_penalty 1.0 run: - - qwen3.5:9b_custom + - qwen3.5:9b-custom ingress: enabled: true annotations: