chore(deps): update container image ollama/ollama to v0.3.1 by renovate (#24549)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ollama/ollama | patch | `0.3.0-rocm` -> `0.3.1-rocm` | | ollama/ollama | patch | `0.3.0` -> `0.3.1` | --- > [!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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMC4wIiwidXBkYXRlZEluVmVyIjoiMzguMTAuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
5f2877b1ec
commit
32e808aa1a
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: stable
|
||||
apiVersion: v2
|
||||
appVersion: 0.3.0
|
||||
appVersion: 0.3.1
|
||||
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.1
|
||||
version: 7.3.2
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
image:
|
||||
repository: ollama/ollama
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.3.0@sha256:0287b511c66fcaec00e21b3b96b9b3db7f9d88d971c6b4d8fa3b97ea5da752e8
|
||||
tag: 0.3.1@sha256:05c9e7a4cdbf4b49a36048e863d94b56d6181b623cf049adcc2dbeb37175b173
|
||||
rocmImage:
|
||||
repository: ollama/ollama
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.3.0-rocm@sha256:f398f13eb1cfc3b7cc63822349d1574417d70b2bea615ecf63f389c2bec0e4e4
|
||||
tag: 0.3.1-rocm@sha256:a53d45820330b8ac2a7ea28d0c2c87d60eac5f544a4a8f2bea187cd5f49eea25
|
||||
uiImage:
|
||||
repository: ghcr.io/open-webui/open-webui
|
||||
pullPolicy: IfNotPresent
|
||||
|
|
Loading…
Reference in New Issue