Skip to content

Commit

Permalink
chore(deps): update container image ollama/ollama to v0.1.34 by renov…
Browse files Browse the repository at this point in the history
…ate (#21755)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| ollama/ollama | patch | `0.1.33-rocm` -> `0.1.34-rocm` |
| ollama/ollama | patch | `0.1.33` -> `0.1.34` |

---

> [!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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNDkuMyIsInVwZGF0ZWRJblZlciI6IjM3LjM0OS4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
  • Loading branch information
truecharts-admin authored May 8, 2024
1 parent d7c2122 commit 89bafa5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions charts/stable/ollama/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 0.1.33
appVersion: 0.1.34
dependencies:
- name: common
version: 23.0.0
Expand All @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ollama.webp
keywords:
- ollama
- language-models
kubeVersion: ">=1.24.0-0"
kubeVersion: '>=1.24.0-0'
maintainers:
- name: TrueCharts
email: info@truecharts.org
Expand All @@ -36,4 +36,4 @@ sources:
- https://hub.docker.com/r/ollama/ollama
- https://ghcr.io/open-webui/open-webui
type: application
version: 6.0.8
version: 6.0.10
4 changes: 2 additions & 2 deletions charts/stable/ollama/values.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
image:
repository: ollama/ollama
pullPolicy: IfNotPresent
tag: 0.1.33@sha256:6f2f92bd0f3b2785f1d211552fd20de78b5a5b88eea2ba131e1ec2cd2bf36a33
tag: 0.1.34@sha256:03072b8f3e80777ecd1dabeca80e7af32ed85f59bbcd60b6b41b233951c40fab
rocmImage:
repository: ollama/ollama
pullPolicy: IfNotPresent
tag: 0.1.33-rocm@sha256:5e23b5f4820412c07ddbe35ff678ded2efb9cb5a5ff6eaac9a456366fd1dcaab
tag: 0.1.34-rocm@sha256:8e9183858cd89d93baaf7c55c8c75ba2041d74b7047977280fa7760e13650709
uiImage:
repository: ghcr.io/open-webui/open-webui
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 89bafa5

Please sign in to comment.