From 33a67e64e5348e9aaa32db2a1f49c69b61b06b95 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Fri, 2 Aug 2024 14:28:05 +0200 Subject: [PATCH] chore(deps): update container image ollama/ollama to v0.3.3 by renovate (#24696) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | ollama/ollama | patch | `0.3.2-rocm` -> `0.3.3-rocm` | | ollama/ollama | patch | `0.3.2` -> `0.3.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### 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://togithub.com/renovatebot/renovate). --- charts/stable/ollama/Chart.yaml | 4 ++-- charts/stable/ollama/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/stable/ollama/Chart.yaml b/charts/stable/ollama/Chart.yaml index e4e05649e61..a1d08f71ca9 100644 --- a/charts/stable/ollama/Chart.yaml +++ b/charts/stable/ollama/Chart.yaml @@ -6,7 +6,7 @@ annotations: truecharts.org/min_helm_version: "3.11" truecharts.org/train: stable apiVersion: v2 -appVersion: 0.3.2 +appVersion: 0.3.3 dependencies: - name: common version: 24.1.5 @@ -35,4 +35,4 @@ sources: - https://github.com/truecharts/charts/tree/master/charts/stable/ollama - https://hub.docker.com/r/ollama/ollama type: application -version: 7.3.4 +version: 7.3.5 diff --git a/charts/stable/ollama/values.yaml b/charts/stable/ollama/values.yaml index d9116240863..8fd57e84494 100644 --- a/charts/stable/ollama/values.yaml +++ b/charts/stable/ollama/values.yaml @@ -1,11 +1,11 @@ image: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.2@sha256:393758874bb2ab26a241466ed8037ad3aff243ad2fba8289045649b48b15ddba + tag: 0.3.3@sha256:ea516e1b13711416a85c8fb12cffbad573d15bc0325e667459b9b3f4fe210d80 rocmImage: repository: ollama/ollama pullPolicy: IfNotPresent - tag: 0.3.2-rocm@sha256:a771a4665636e5fabcb4081261cb62fcf5e2f0612442b5f2f5da94455a8ed424 + tag: 0.3.3-rocm@sha256:370f613de30f95221e358eff030878401d048864c5b21fc2200d55ace4d67533 uiImage: repository: ghcr.io/open-webui/open-webui pullPolicy: IfNotPresent