chore(deps): update ollama to v0.20.0 (#5420)
All checks were successful
lint-test-helm / lint-helm (push) Successful in 15s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 2m19s

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [ollama/ollama](https://github.com/ollama/ollama) | minor | `0.19.0` → `0.20.0` |
| ollama/ollama | minor | `0.19.0` → `0.20.0` |

---

### Release Notes

<details>
<summary>ollama/ollama (ollama/ollama)</summary>

### [`v0.20.0`](https://github.com/ollama/ollama/releases/tag/v0.20.0)

[Compare Source](https://github.com/ollama/ollama/compare/v0.19.0...v0.20.0)

<img width="3748" height="1290" alt="Gemma 4" src="https://github.com/user-attachments/assets/c4727579-47b1-4c7b-8aa2-28eda15b71f5" />

#### Gemma 4

**Effective 2B (E2B)**

```
ollama run gemma4:e2b
```

**Effective 4B (E4B)**

```
ollama run gemma4:e4b
```

**26B (Mixture of Experts model with 4B active parameters)**

```
ollama run gemma4:26b
```

**31B (Dense)**

```
ollama run gemma4:31b
```

#### What's Changed

- docs: update pi docs by [@&#8203;ParthSareen](https://github.com/ParthSareen) in [#&#8203;15152](https://github.com/ollama/ollama/pull/15152)
- mlx: respect tokenizer add\_bos\_token setting in pipeline by [@&#8203;dhiltgen](https://github.com/dhiltgen) in [#&#8203;15185](https://github.com/ollama/ollama/pull/15185)
- tokenizer: add SentencePiece-style BPE support by [@&#8203;dhiltgen](https://github.com/dhiltgen) in [#&#8203;15162](https://github.com/ollama/ollama/pull/15162)

**Full Changelog**: <https://github.com/ollama/ollama/compare/v0.19.0...v0.20.0-rc0>

</details>

---

### Configuration

📅 **Schedule**: (in timezone America/Chicago)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDQuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwNC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkb2NrZXIiXX0=-->

Reviewed-on: #5420
Co-authored-by: Renovate Bot <renovate-bot@alexlebens.net>
Co-committed-by: Renovate Bot <renovate-bot@alexlebens.net>
This commit was merged in pull request #5420.
This commit is contained in:
2026-04-03 00:36:59 +00:00
committed by Alex Lebens
parent c8408856ea
commit 98e796a79f
2 changed files with 4 additions and 4 deletions

View File

@@ -31,4 +31,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png
# renovate: datasource=github-releases depName=ollama/ollama # renovate: datasource=github-releases depName=ollama/ollama
appVersion: 0.19.0 appVersion: 0.20.0

View File

@@ -22,7 +22,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.19.0 tag: 0.20.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE
@@ -58,7 +58,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.19.0 tag: 0.20.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE
@@ -94,7 +94,7 @@ ollama:
main: main:
image: image:
repository: ollama/ollama repository: ollama/ollama
tag: 0.19.0 tag: 0.20.0
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
env: env:
- name: OLLAMA_KEEP_ALIVE - name: OLLAMA_KEEP_ALIVE