From 5757df115d6a912706f1179a5298a02c91f0bafa Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 9 Apr 2026 06:42:05 -0700 Subject: [PATCH] Upgrade ollama from 0.17.5 to 0.20.4 Co-Authored-By: Claude Opus 4.6 (1M context) --- argocd/manifests/ollama/kustomization.yaml | 2 +- docs/changelog.d/+ollama-0.20.4.infra.md | 1 + service-versions.yaml | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 docs/changelog.d/+ollama-0.20.4.infra.md diff --git a/argocd/manifests/ollama/kustomization.yaml b/argocd/manifests/ollama/kustomization.yaml index 75add74..fd54eec 100644 --- a/argocd/manifests/ollama/kustomization.yaml +++ b/argocd/manifests/ollama/kustomization.yaml @@ -11,7 +11,7 @@ resources: images: - name: ollama/ollama - newTag: "0.17.5" + newTag: "0.20.4" configMapGenerator: - name: ollama-models diff --git a/docs/changelog.d/+ollama-0.20.4.infra.md b/docs/changelog.d/+ollama-0.20.4.infra.md new file mode 100644 index 0000000..e93c8c7 --- /dev/null +++ b/docs/changelog.d/+ollama-0.20.4.infra.md @@ -0,0 +1 @@ +Upgrade ollama from 0.17.5 to 0.20.4 (adds Gemma 4 support, benchmark tooling, Apple Silicon perf improvements) diff --git a/service-versions.yaml b/service-versions.yaml index 9a94c6a..af9f8ec 100644 --- a/service-versions.yaml +++ b/service-versions.yaml @@ -171,8 +171,8 @@ services: - name: ollama type: argocd - last-reviewed: "2026-03-02" - current-version: "0.17.5" + last-reviewed: "2026-04-09" + current-version: "0.20.4" upstream-source: https://github.com/ollama/ollama/releases notes: LLM inference server on ringtail (GPU); upstream container image