chore(deps): update container image ollama/ollama to v0.3.11 by renovate (#26614)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | ollama/ollama | patch | `0.3.10-rocm` -> `0.3.11-rocm` | | ollama/ollama | patch | `0.3.10` -> `0.3.11` | --- > [!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://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44Ny4wIiwidXBkYXRlZEluVmVyIjoiMzguODcuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJ1cGRhdGUvZG9ja2VyL2dlbmVyYWwvbm9uLW1ham9yIl19-->
This commit is contained in:
parent
a6e1495650
commit
bbd926ea00
|
@ -6,7 +6,7 @@ annotations:
|
||||||
truecharts.org/min_helm_version: "3.11"
|
truecharts.org/min_helm_version: "3.11"
|
||||||
truecharts.org/train: stable
|
truecharts.org/train: stable
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 0.3.10
|
appVersion: 0.3.11
|
||||||
dependencies:
|
dependencies:
|
||||||
- name: common
|
- name: common
|
||||||
version: 24.1.16
|
version: 24.1.16
|
||||||
|
@ -35,4 +35,4 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ollama
|
- https://github.com/truecharts/charts/tree/master/charts/stable/ollama
|
||||||
- https://hub.docker.com/r/ollama/ollama
|
- https://hub.docker.com/r/ollama/ollama
|
||||||
type: application
|
type: application
|
||||||
version: 7.3.34
|
version: 7.3.35
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
image:
|
image:
|
||||||
repository: ollama/ollama
|
repository: ollama/ollama
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 0.3.10@sha256:bf65f12eb64051f9429d6348e65c2d4c5415981de10eefe3faa45f1078abb729
|
tag: 0.3.11@sha256:a45c1ae866f0ad115b5b2b5048cb80e02a8c49c36f60d49f449b0d6a3825cdbf
|
||||||
rocmImage:
|
rocmImage:
|
||||||
repository: ollama/ollama
|
repository: ollama/ollama
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: 0.3.10-rocm@sha256:b58c6e94120f15a6b5150cdfa265cdc1f3ec0ff9e961025403b8e8a34caae1e8
|
tag: 0.3.11-rocm@sha256:c986a3a759c4cd8f84038e047820569cba34ffbb634ae0c968af472f8e50d19a
|
||||||
uiImage:
|
uiImage:
|
||||||
repository: ghcr.io/open-webui/open-webui
|
repository: ghcr.io/open-webui/open-webui
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
Loading…
Reference in New Issue