Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update container image ollama/ollama to v0.1.31 by renovate #20262

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 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.30
appVersion: 0.1.31
dependencies:
- name: common
version: 20.2.10
Expand Down Expand Up @@ -36,4 +36,4 @@ sources:
- https://hub.docker.com/r/ollama/ollama
- https://ghcr.io/open-webui/open-webui
type: application
version: 5.3.8
version: 5.3.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.30@sha256:b47483d6dde1d3d673701740791e8027347cfa4a80e31f677c32c006f78e32a6
tag: 0.1.31@sha256:89240fe728378aea6f35ed6ede1b7cf57b8cdb4df7a0bba1b7fcc32b60639af2
rocmImage:
repository: ollama/ollama
pullPolicy: IfNotPresent
tag: 0.1.30-rocm@sha256:7986e8c813e478064978e0a17cebb93af58f27f05ca6ee613c0d3b0850048c93
tag: 0.1.31-rocm@sha256:89251251456cc44f3ddd9fd5c6bd7d7e2dfc9031b63edb4845d132af9155df6e
uiImage:
repository: ghcr.io/open-webui/open-webui
pullPolicy: IfNotPresent
Expand Down