From 1a9e8d244feb017886e647da570789064ef57b50 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Sat, 11 Oct 2025 18:50:24 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20docker.io/ollam?= =?UTF-8?q?a/ollama=200.12.3=20=E2=86=92=200.12.5=20(#40602)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | docker.io/ollama/ollama | patch | `3dcfbe9` -> `212f5b7` | | docker.io/ollama/ollama | patch | `c622a7a` -> `e43c26d` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: 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. --- - [ ] 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). --- charts/stable/ollama/Chart.yaml | 9 +++++---- charts/stable/ollama/values.yaml | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index cf6e79988ab..475ede214ad 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -11,7 +11,7 @@ annotations: truecharts.org/min_kubernetes_version: 1.24.0 truecharts.org/train: stable apiVersion: v2 -appVersion: 0.12.3 +appVersion: 0.12.5 dependencies: - name: common version: 28.22.0 @@ -22,8 +22,8 @@ dependencies: import-values: [] deprecated: false description: Get up and running with large language models locally. -home: https://trueforge.org/truecharts/stable/ollama -icon: https://trueforge.org/img/hotlink-ok/chart-icons/ollama.webp +home: https://truecharts.org/charts/stable/ollama +icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.webp keywords: - ollama - language-models @@ -37,8 +37,9 @@ sources: - https://ghcr.io/open-webui/open-webui - https://github.com/ollama/ollama - https://github.com/open-webui/open-webui + - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://github.com/trueforge-org/truecharts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 8.12.1 +version: 8.12.3 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index b921b266d24..6e4a7b3ac1c 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -1,11 +1,11 @@ image: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.12.3@sha256:c622a7adec67cf5bd7fe1802b7e26aa583a955a54e91d132889301f50c3e0bd0 + tag: 0.12.5@sha256:e43c26d2d1ebc726bc932166d2979086310b2f9c5ccd64fb06b55d1ea2c4f2cc rocmImage: repository: docker.io/ollama/ollama pullPolicy: IfNotPresent - tag: 0.12.3-rocm@sha256:3dcfbe9a648ee2c3b22c4a46cbd0899c60d16d13b14c68740bcc9cd228979d67 + tag: 0.12.5-rocm@sha256:212f5b789505500df5cc4d229da318b02df04fab4cb7a0286a2c014de9d823f0 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent