fix(ollama): update image docker.io/ollama/ollama 0.21.0 → 0.21.1 (#47370)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| docker.io/ollama/ollama | patch | `09da13e` → `e2e4157` |
| docker.io/ollama/ollama | patch | `d3d553b` → `cd33c56` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the [Dependency
Dashboard](../issues/18710) for more information.

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Configuration

📅 **Schedule**: (UTC)

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9vbGxhbWEiLCJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->

Signed-off-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
Co-authored-by: Alfred Göppel <43101280+alfi0812@users.noreply.github.com>
This commit is contained in:
TrueCharts Bot
2026-04-22 06:04:19 +00:00
committed by GitHub
co-authored by Alfred Göppel
parent 96f1300585
commit f8cae67408
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ annotations:
trueforge.org/min_helm_version: "3.14"
trueforge.org/train: stable
apiVersion: v2
appVersion: 0.21.0
appVersion: 0.21.1
dependencies:
- name: common
version: 29.1.0
@@ -38,5 +38,5 @@ sources:
- https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama
- https://hub.docker.com/r/ollama/ollama
type: application
version: 9.7.1
version: 9.7.2
+2 -2
View File
@@ -2,11 +2,11 @@
image:
repository: docker.io/ollama/ollama
pullPolicy: IfNotPresent
tag: 0.21.0@sha256:d3d553bdfbcc7f55dd5ddf42c4cbe3a927aa9bb1802710d35e94656ca5aea02b
tag: 0.21.1@sha256:cd33c5656285ca365c9c5495fe0240a70aef642088c6427c461fd54b62f80ffb
rocmImage:
repository: docker.io/ollama/ollama
pullPolicy: IfNotPresent
tag: 0.21.0-rocm@sha256:09da13ee2c8439ffaa97a4c0e9bc232030e31d0d756f3ce6d42d3605edcb81b3
tag: 0.21.1-rocm@sha256:e2e4157a138fd3bcebe5288fa2d2bbfa1dbf7e9290154e15eb8e9d0d76825dbc
uiImage:
repository: ghcr.io/open-webui/open-webui
pullPolicy: IfNotPresent