Upgrade ollama from 0.17.5 to 0.20.4
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
22fc615a28
commit
5757df115d
3 changed files with 4 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ resources:
|
||||||
|
|
||||||
images:
|
images:
|
||||||
- name: ollama/ollama
|
- name: ollama/ollama
|
||||||
newTag: "0.17.5"
|
newTag: "0.20.4"
|
||||||
|
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: ollama-models
|
- name: ollama-models
|
||||||
|
|
|
||||||
1
docs/changelog.d/+ollama-0.20.4.infra.md
Normal file
1
docs/changelog.d/+ollama-0.20.4.infra.md
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Upgrade ollama from 0.17.5 to 0.20.4 (adds Gemma 4 support, benchmark tooling, Apple Silicon perf improvements)
|
||||||
|
|
@ -171,8 +171,8 @@ services:
|
||||||
|
|
||||||
- name: ollama
|
- name: ollama
|
||||||
type: argocd
|
type: argocd
|
||||||
last-reviewed: "2026-03-02"
|
last-reviewed: "2026-04-09"
|
||||||
current-version: "0.17.5"
|
current-version: "0.20.4"
|
||||||
upstream-source: https://github.com/ollama/ollama/releases
|
upstream-source: https://github.com/ollama/ollama/releases
|
||||||
notes: LLM inference server on ringtail (GPU); upstream container image
|
notes: LLM inference server on ringtail (GPU); upstream container image
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue